From 0d9e72263e4f55df90351449de9a7301457d28b6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 16 Jan 2019 15:21:58 +0100 Subject: [PATCH 1/9] 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 586d2e075127711f25f8aa1d807ca1422c9862aa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 16 Jan 2019 20:18:36 +0100 Subject: [PATCH 2/9] rebuild Signed-off-by: Igor Gnatenko From dc558ae7965c88d6e9578fcaa6cd77009e2ea33d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 16 Feb 2019 17:10:16 +0100 Subject: [PATCH 3/9] 3.0.1 Signed-off-by: Igor Gnatenko From 5a7cf68681864b62d5de3c2fa9e4aaf3902b8f68 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 16 Feb 2019 17:35:13 +0100 Subject: [PATCH 4/9] rebuild Signed-off-by: Igor Gnatenko From 76ceb53912cea3499a436de5d2be28330de1da2b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 19 Feb 2019 16:08:58 +0100 Subject: [PATCH 5/9] 3.0.2 Signed-off-by: Igor Gnatenko From 9a15b8ba92055c632fa3bf1b51e4f5d5fc1b8e96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:11:32 +0000 Subject: [PATCH 6/9] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From 190bab2146d3c528fe35c4bdd7baf811e3326dde Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:05:19 +0000 Subject: [PATCH 7/9] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From 55e619216827c793bace8c90d856a2cf7a2397d9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Sep 2019 20:05:27 +0200 Subject: [PATCH 8/9] Rebuild for F32 Signed-off-by: Igor Gnatenko From eca48f90b5ca9cb34d56c6278010b11ff88dd6b6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:23:08 +0200 Subject: [PATCH 9/9] Demodularizing --- README.md | 3 --- dead.module | 1 + fish.yaml | 33 --------------------------------- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 README.md create mode 100644 dead.module 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.module b/dead.module new file mode 100644 index 0000000..37b2fe0 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Demodularizing 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