From 2ade8ccf79c1655ad9b2bbe6ea8764fb203f12fb Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 16 Mar 2017 13:19:09 +0100 Subject: [PATCH] Add missing testmodule-bootstrap.yaml --- tests/staged_data/testmodule-bootstrap.yaml | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/staged_data/testmodule-bootstrap.yaml diff --git a/tests/staged_data/testmodule-bootstrap.yaml b/tests/staged_data/testmodule-bootstrap.yaml new file mode 100644 index 00000000..b30c8bc2 --- /dev/null +++ b/tests/staged_data/testmodule-bootstrap.yaml @@ -0,0 +1,36 @@ +document: modulemd +version: 1 +data: + summary: A test module in all its beauty + description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline. + license: + module: [ MIT ] + dependencies: + buildrequires: + bootstrap: master + requires: + bootstrap: master + references: + community: https://fedoraproject.org/wiki/Modularity + documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + tracker: https://taiga.fedorainfracloud.org/project/modularity + profiles: + default: + rpms: + - tangerine + api: + rpms: + - perl-Tangerine + - tangerine + components: + rpms: + perl-List-Compare: + rationale: A dependency of tangerine. + ref: f25 + perl-Tangerine: + rationale: Provides API for this module and is a dependency of tangerine. + ref: f25 + tangerine: + rationale: Provides API for this module. + buildorder: 10 + ref: f25