From 00e554328824be0a9aa584d09455f15c4d5982cd Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 7 Feb 2018 12:20:58 -0500 Subject: [PATCH 1/3] Try a stream with a period From c376e7a2944f69a5b2918417f5eb95aaf9321ad8 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 5 Apr 2018 16:49:44 +0200 Subject: [PATCH 2/3] Test --- testmodule.yaml | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 85c7045..cc85846 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,10 +1,8 @@ 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. + 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. license: module: [ MIT ] dependencies: @@ -13,26 +11,20 @@ data: requires: platform: f28 references: - community: https://docs.pagure.org/modularity/ + 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 + - tangerine api: rpms: - - perl-Tangerine - - tangerine + - perl-Tangerine + - tangerine components: rpms: - perl-List-Compare: - rationale: A dependency of tangerine. - ref: master - perl-Tangerine: - rationale: Provides API for this module and is a dependency of tangerine. - ref: 7e96446 - tangerine: - rationale: Provides API for this module. + wmname: + rationale: Test pungi multilib on binary package. buildorder: 10 ref: master - From f49709147b5c7b0084957d922eccee39592e3881 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 6 Apr 2018 07:15:24 +0200 Subject: [PATCH 3/3] Test