From 3bebffa57f18eaffc2c3a6cee4585a91533b0657 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 7 Apr 2017 10:47:25 +0200 Subject: [PATCH 01/29] test --- testmodule.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testmodule.yaml b/testmodule.yaml index d388416..79b96e2 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -27,6 +27,9 @@ data: ed: rationale: A build dependency of mksh. ref: master + haproxy: + rationale: test + ref: master mksh: rationale: The main package of the module. buildorder: 10 From 645c18878d9821157ecf632233e733a929b18a3a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 7 Apr 2017 18:57:44 +0200 Subject: [PATCH 02/29] update From f8ce51ca2fb734a74ecf1521fae47c096ec0c636 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 26 Apr 2017 21:00:42 +0200 Subject: [PATCH 03/29] Trigger notification From 2b091f5a516f980a5abf0784ff145d6ae9c53801 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 26 Apr 2017 21:25:01 +0200 Subject: [PATCH 04/29] Trigger notification From f5526df0b4fa73019f9c8df82f7fa4ad8f2c1bec Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 27 Apr 2017 15:26:23 +0200 Subject: [PATCH 05/29] Trigger notification From e75e88d6d96ab960f3e039da654c59a6a7951e46 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 27 Apr 2017 15:27:18 +0200 Subject: [PATCH 06/29] bump --- testmodule.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 79b96e2..9a46a4c 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -27,10 +27,3 @@ data: ed: rationale: A build dependency of mksh. ref: master - haproxy: - rationale: test - ref: master - mksh: - rationale: The main package of the module. - buildorder: 10 - ref: master From 2ab54c5c4e1ce5a20dee879a091f58d1458b3e25 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 2 May 2017 16:16:18 -0400 Subject: [PATCH 07/29] bump From b777d056ee7f6492b863dd3781119a21ae9a0618 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 2 May 2017 16:26:58 -0400 Subject: [PATCH 08/29] Make f26 testmodule depend on f26 base-runtime. --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 9a46a4c..727653d 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: master + base-runtime: f26 requires: - base-runtime: master + base-runtime: f26 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 4913efb0de27c6e1885fec9f95759b13ac3eec94 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 11 May 2017 17:29:30 +0200 Subject: [PATCH 09/29] Trigger notification From 2fee9f22924285450aabe66cac19926feb6aa338 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 12 May 2017 13:14:50 +0200 Subject: [PATCH 10/29] Trigger notification From 4b2e3213c53d40f50d5b3f842d1cd4a2cb331710 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 12 May 2017 13:44:40 +0200 Subject: [PATCH 11/29] Trigger notification From 0cdc85092b0b4205daf7cb5d19fa5a7f3f97a769 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 12 May 2017 15:16:46 +0200 Subject: [PATCH 12/29] Trigger notification From 4b7cff81bd4f2a51b75d0b430b1ef04d5e264ef6 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 25 May 2017 16:38:20 +0200 Subject: [PATCH 13/29] x --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 727653d..ae35c7d 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,7 +7,7 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: f26 + bootstrap: f26 requires: base-runtime: f26 references: From 6d4a5083e8c823d59f2697c5270d6f521f7aff43 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 30 May 2017 09:53:41 +0200 Subject: [PATCH 14/29] Build with ed-1.13 to test compose --- testmodule.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index ae35c7d..a6b1689 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -6,8 +6,6 @@ data: license: module: [ MIT ] dependencies: - buildrequires: - bootstrap: f26 requires: base-runtime: f26 references: @@ -26,4 +24,4 @@ data: rpms: ed: rationale: A build dependency of mksh. - ref: master + ref: abc0235d4923930745ef05d873646f361a365457 From 644e12f5bd023420f3bc3747cd5a6fa82f6a9c17 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 30 May 2017 10:20:19 +0200 Subject: [PATCH 15/29] Trigger notification From 37a7a67e979bf24cd125e5d4fd624e78951f1cef Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 30 May 2017 10:30:03 +0200 Subject: [PATCH 16/29] Build with ed-1.13 to test compose --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index a6b1689..5902412 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -6,7 +6,7 @@ data: license: module: [ MIT ] dependencies: - requires: + build-requires: base-runtime: f26 references: community: https://fedoraproject.org/wiki/Modularity From 7b529e288541562ccdbdca77de2fbda9682a48a5 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 30 May 2017 10:46:08 +0200 Subject: [PATCH 17/29] Build with ed-1.13 to test compose --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 5902412..31afbca 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -6,7 +6,7 @@ data: license: module: [ MIT ] dependencies: - build-requires: + buildrequires: base-runtime: f26 references: community: https://fedoraproject.org/wiki/Modularity From ca5cc418e2d1cb9b91473615e58d2c2efd9e7f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 17 Jul 2017 10:00:56 +0200 Subject: [PATCH 18/29] A test build for a complex Boltron shared-userspace failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule.yaml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 31afbca..afc5a90 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -2,26 +2,20 @@ 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: - base-runtime: f26 + bootstrap: f26 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: - - mksh - api: - rpms: - - ed - - mksh components: rpms: - ed: - rationale: A build dependency of mksh. - ref: abc0235d4923930745ef05d873646f361a365457 + selinux-policy: + rationale: A test build. + ref: f26 From a8ea59ff5fdd1ba740bfbaae4fc15480e1f042db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 19 Jul 2017 13:28:28 +0200 Subject: [PATCH 19/29] Switching back to ed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index afc5a90..06b4cde 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -16,6 +16,6 @@ data: tracker: https://taiga.fedorainfracloud.org/project/modularity components: rpms: - selinux-policy: + ed: rationale: A test build. ref: f26 From 042defad9a2397cc44c6004ccdb4346fc42f9305 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 1 Aug 2017 17:13:06 +0200 Subject: [PATCH 20/29] update references Point to Modularity webspace, remove reference to Taiga. --- testmodule.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 06b4cde..7c98ee0 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -11,9 +11,8 @@ data: buildrequires: bootstrap: f26 references: - community: https://fedoraproject.org/wiki/Modularity + community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - tracker: https://taiga.fedorainfracloud.org/project/modularity components: rpms: ed: From b8bc29bca1636395d0e97729a4ab9473d1e41ba5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 3 Aug 2017 14:33:27 -0400 Subject: [PATCH 21/29] Empty test commit From 521555986938a272835f8e2cf32a883e501f37da Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 26 Sep 2017 10:23:17 +0200 Subject: [PATCH 22/29] Trigger rebuild From d20c8714369fa2452c351cc0315410a5b8ae6854 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 26 Sep 2017 12:28:23 +0200 Subject: [PATCH 23/29] Testing commit From 5a8afb729927592dbffe5b0366f1e37f45c901f9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 17 Oct 2017 15:50:49 -0400 Subject: [PATCH 24/29] Bump From 21c1695c3b131230d6d807879c849c8f5c19ca0c Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 17 Oct 2017 15:59:00 -0400 Subject: [PATCH 25/29] Bump From 425f585d8de88bc8fd497ad22dc883b5247defef Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 17 Oct 2017 16:10:06 -0400 Subject: [PATCH 26/29] Bump From a2c528fd8f66eb35d638ee0c01f128c4f0f19c45 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 17 Oct 2017 16:22:29 -0400 Subject: [PATCH 27/29] Bump From bca573e47297362c88d06ffe9424e7ba0dd18e98 Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Mon, 23 Oct 2017 03:50:19 -0400 Subject: [PATCH 28/29] Add a readme file Signed-off-by: Miroslav Vadkerti --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5fd3aec --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +this is a testmodule + +And mvadkert likes it! From fa9719f76d9edde03aa56e262a4c0226a9dfec5b Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 23 Jan 2018 12:12:50 -0500 Subject: [PATCH 29/29] Bump