From 2550fc0fe8d338500e0bde548b611e9d88a2548b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 13 Mar 2018 21:51:30 -0400 Subject: [PATCH 01/23] Dummy module for Rawhide Signed-off-by: Stephen Gallagher --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 85c7045..a17f939 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f28 + platform: f29 requires: - platform: f28 + platform: f29 references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From c7a565fe9a863ae25e55531c49744b94fa1934d3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 13 Mar 2018 21:53:33 -0400 Subject: [PATCH 02/23] Try platform:rawhide Signed-off-by: Stephen Gallagher --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index a17f939..d5c1b88 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f29 + platform: rawhide requires: - platform: f29 + platform: rawhide references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 4c291ff5e1ba4d975a9f927d19f1476c41a92774 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 16 Mar 2018 09:46:44 -0400 Subject: [PATCH 03/23] Dummy module for Rawhide/F29 Signed-off-by: Stephen Gallagher --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index d5c1b88..a17f939 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: rawhide + platform: f29 requires: - platform: rawhide + platform: f29 references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 3c0ea020427ebe603218b2e144c31f60a0f32138 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Mon, 3 May 2021 12:38:23 -0400 Subject: [PATCH 04/23] update yaml --- testmodule.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index a17f939..abe8115 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f29 + platform: [f33] requires: - platform: f29 + platform: [f33] references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules @@ -27,12 +27,12 @@ data: rpms: perl-List-Compare: rationale: A dependency of tangerine. - ref: master + ref: main perl-Tangerine: rationale: Provides API for this module and is a dependency of tangerine. ref: 7e96446 tangerine: rationale: Provides API for this module. buildorder: 10 - ref: master + ref: main From 3f835fd8bffed79679f48cb0a97a7a576f400074 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 5 May 2021 16:01:14 -0400 Subject: [PATCH 05/23] Update yaml to fix error --- testmodule.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index abe8115..e4553ad 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -8,7 +8,7 @@ data: license: module: [ MIT ] dependencies: - buildrequires: + - buildrequires: platform: [f33] requires: platform: [f33] @@ -18,11 +18,11 @@ data: profiles: default: rpms: - - tangerine + - tangerine api: rpms: - - perl-Tangerine - - tangerine + - perl-Tangerine + - tangerine components: rpms: perl-List-Compare: From 3bd9851d1489cf1baa3c05868d3e6a5cac3b4dd9 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 5 May 2021 16:02:21 -0400 Subject: [PATCH 06/23] Update modulemd version --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index e4553ad..83fca72 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,5 +1,5 @@ document: modulemd -version: 1 +version: 2 data: summary: A test module in all its beautiful beauty description: >- From 636e3f433cefd36f7c34d1508569c8bc8529e73d Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 5 May 2021 16:05:21 -0400 Subject: [PATCH 07/23] Fix yaml --- testmodule.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 83fca72..5523c02 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -2,15 +2,13 @@ document: modulemd version: 2 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: + - buildrequires: platform: [f33] - requires: + requires: platform: [f33] references: community: https://docs.pagure.org/modularity/ From 6c8c6a2366648e518df802c09ebabc4eea921e9d Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 5 May 2021 16:15:10 -0400 Subject: [PATCH 08/23] Bump From 78d9367eb89ff14697239f7e33c442cc570658fc Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 5 May 2021 16:35:36 -0400 Subject: [PATCH 09/23] Bump From 819baf2a527fbbbcc21de83f8587ca0ce83a4c20 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 5 May 2021 16:43:54 -0400 Subject: [PATCH 10/23] Bump From 473c6451a53415f4e573ce697f705686435cb146 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 5 May 2021 16:55:08 -0400 Subject: [PATCH 11/23] Bump From 0fe3e007ba4da8b946083bf67e382da837c2dc6c Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Mon, 7 Jun 2021 13:48:21 -0400 Subject: [PATCH 12/23] Bump From d19777f23e55c4689fb6b5de13d903f284c07a20 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Thu, 10 Jun 2021 12:21:47 -0400 Subject: [PATCH 13/23] Bump From ab11c20ed423bfcd6e7ece979f13045e8fc5178d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mon, 23 Aug 2021 18:36:03 -0400 Subject: [PATCH 14/23] packager v2 format --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 5523c02..b843bfb 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,4 +1,4 @@ -document: modulemd +document: modulemd-packager version: 2 data: summary: A test module in all its beautiful beauty From 191d9cc301bc2cf62115620b2caae8e82e9808ec Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mon, 23 Aug 2021 18:48:02 -0400 Subject: [PATCH 15/23] platform: [] --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index b843bfb..d9ec8e7 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f33] + platform: [] requires: - platform: [f33] + platform: [] references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From ea43068a1c0ef598565f93937921b712e27116dc Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mon, 23 Aug 2021 21:38:18 -0400 Subject: [PATCH 16/23] packagerv3 test --- testmodule.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index d9ec8e7..034428e 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,15 +1,15 @@ document: modulemd-packager -version: 2 +version: 3 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. license: module: [ MIT ] - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] + configurations: + - context: '866eb18a' + platform: f34 + - context: 'ab7e7bfe' + platform: f35 references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 68e3ebe273fec5b2c1c24af18a1eb77ca6cbd29f Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mon, 23 Aug 2021 21:42:48 -0400 Subject: [PATCH 17/23] ... --- testmodule.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 034428e..6b9087a 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -3,13 +3,12 @@ version: 3 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. - license: - module: [ MIT ] + license: [ MIT ] configurations: - - context: '866eb18a' - platform: f34 - - context: 'ab7e7bfe' - platform: f35 + - context: '866eb18a' + platform: f34 + - context: 'ab7e7bfe' + platform: f35 references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From f870723a16d5109c990be731db7b35776f2db307 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Thu, 2 Sep 2021 13:19:54 -0400 Subject: [PATCH 18/23] Bump From eb2c53512ef8ecf211a4b2d30adc10d40c9edc1b Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Tue, 23 Nov 2021 12:20:45 -0500 Subject: [PATCH 19/23] Bump From 3546e5e610a9e84bd1db81ab1562142fdaa6af24 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 8 Feb 2022 14:45:27 -0500 Subject: [PATCH 20/23] Bump Signed-off-by: Stephen Gallagher From 8ca0cec9d0dabdf7896491887c71ca8665eb44dc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 9 Feb 2022 14:01:31 -0500 Subject: [PATCH 21/23] Bump Signed-off-by: Stephen Gallagher From b324be7816ecf14fdae5672a7dd00555eb4fe13a Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Wed, 25 May 2022 10:58:17 -0400 Subject: [PATCH 22/23] Bump From 0ff690f15da2ee017082541f9a445af3f0bd7ba5 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Thu, 7 Jul 2022 13:00:39 -0400 Subject: [PATCH 23/23] Remove platform f34 --- testmodule.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 6b9087a..8fdae23 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -5,8 +5,6 @@ data: description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline. license: [ MIT ] configurations: - - context: '866eb18a' - platform: f34 - context: 'ab7e7bfe' platform: f35 references: