From af13649942cd645b9041af86c503820b0baeb384 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 16 Jan 2019 15:21:58 +0100 Subject: [PATCH 1/3] Initial module Signed-off-by: Igor Gnatenko --- fish.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 fish.yaml diff --git a/fish.yaml b/fish.yaml new file mode 100644 index 0000000..2a6d0ad --- /dev/null +++ b/fish.yaml @@ -0,0 +1,33 @@ +document: modulemd +version: 2 +data: + summary: Friendly interactive shell + description: >- + fish is a fully-equipped command line shell (like bash or zsh) that is + smart and user-friendly. fish supports powerful features like syntax + highlighting, autosuggestions, and tab completions that just work, with + nothing to learn or configure. + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [] + ninja: [] + requires: + platform: [] + references: + community: https://fishshell.com/ + documentation: https://fishshell.com/docs/current/index.html + tracker: https://github.com/fish-shell/fish-shell/issues + profiles: + default: + rpms: + - fish + api: + rpms: + - fish + components: + rpms: + fish: + rationale: Main component. + ref: 3 From 20d5f1c5bbc6a0fd8706ae808a27a01073e32b9c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 16 Jan 2019 17:05:50 +0100 Subject: [PATCH 2/3] rebuild Signed-off-by: Igor Gnatenko From cda6d6e0ba165db0656c2ea79b9e2132ce5a9106 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 16 Jan 2019 17:13:33 +0100 Subject: [PATCH 3/3] no need for such branch --- README.md | 3 --- dead.package | 1 + fish.yaml | 33 --------------------------------- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 fish.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 6c1dc13..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# fish - -Automatically requested module for rpms/fish:3. \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c299795 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no need for such branch diff --git a/fish.yaml b/fish.yaml deleted file mode 100644 index 2a6d0ad..0000000 --- a/fish.yaml +++ /dev/null @@ -1,33 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Friendly interactive shell - description: >- - fish is a fully-equipped command line shell (like bash or zsh) that is - smart and user-friendly. fish supports powerful features like syntax - highlighting, autosuggestions, and tab completions that just work, with - nothing to learn or configure. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [] - ninja: [] - requires: - platform: [] - references: - community: https://fishshell.com/ - documentation: https://fishshell.com/docs/current/index.html - tracker: https://github.com/fish-shell/fish-shell/issues - profiles: - default: - rpms: - - fish - api: - rpms: - - fish - components: - rpms: - fish: - rationale: Main component. - ref: 3