From a6c1d466c266160eac279bcd7241f2e5397b1970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 18 Aug 2017 11:26:27 +0200 Subject: [PATCH] Let's try building testmodule against platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also dropping useless parts of the modulemd file and changing some others. Signed-off-by: Petr Ĺ abata --- testmodule.yaml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 109b316..c2be243 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -2,31 +2,25 @@ document: modulemd version: 1 data: summary: A test module in all its beautiful beauty - description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline. + 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 + platform: master requires: - bootstrap: master + platform: master references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - profiles: - default: - rpms: - - mksh - api: - rpms: - - ed - - mksh components: rpms: ed: - rationale: A build dependency of mksh. + rationale: A build dependency of mksh, to test buildorder. ref: master mksh: - rationale: A build dependency of mksh. + rationale: The main component of this module. ref: master buildorder: 1