From abb491d68eff5d4564713f299190ef101c47d848 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 7 Oct 2018 14:55:27 +0200 Subject: [PATCH] No need for such branch --- README.md | 3 --- dead.package | 1 + ripgrep.yaml | 29 ----------------------------- 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 ripgrep.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 9d498a5..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ripgrep - -The ripgrep package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2ea2a99 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No need for such branch diff --git a/ripgrep.yaml b/ripgrep.yaml deleted file mode 100644 index 46cfca7..0000000 --- a/ripgrep.yaml +++ /dev/null @@ -1,29 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Line oriented search tool using Rust's regex library - description: | - Line oriented search tool using Rust's regex library. Combines - the raw performance of grep with the usability of the silver searcher. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [f29] - requires: - platform: [] - references: - community: https://github.com/BurntSushi/ripgrep - documentation: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md - tracker: https://github.com/BurntSushi/ripgrep/issues - api: - rpms: - - ripgrep - profiles: - default: - rpms: - - ripgrep - components: - rpms: - rust-ripgrep: - rationale: Main component.