From a6e239db5673baa68cc5805760d01c61c74177f2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 24 Mar 2017 15:18:09 -0400 Subject: [PATCH 001/393] Test taskotron. --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index f8caeca..4a3ac89 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,7 +1,7 @@ document: modulemd version: 1 data: - summary: A test module in all its beautiful beauty. + 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 ] From 3004c5c14508fc7502b275a83daccf0a0f09304a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 24 Mar 2017 15:19:17 -0400 Subject: [PATCH 002/393] Test taskotron. --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 4a3ac89..f8caeca 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,7 +1,7 @@ document: modulemd version: 1 data: - summary: A test module in all its beautiful beauty + 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 ] From cd67c3fa60c085eb38156f11085c289a0bc632e1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 24 Mar 2017 15:29:56 -0400 Subject: [PATCH 003/393] Test taskotron. --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index f8caeca..4a3ac89 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,7 +1,7 @@ document: modulemd version: 1 data: - summary: A test module in all its beautiful beauty. + 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 ] From fb58c274304ed263a058e2506db677624d43dd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Sat, 25 Mar 2017 01:24:47 +0100 Subject: [PATCH 004/393] Replacing tangerine with mksh & ed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These two should build against base-runtime; mksh also buildrequires ed so it needs to be built first. It would be great if we could have multiple components in one buildorder group and possibly even more groups here but it's hard to find tiny, easy to package components. Signed-off-by: Petr Šabata --- testmodule.yaml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 4a3ac89..596b21f 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -17,20 +17,17 @@ data: profiles: default: rpms: - - tangerine + - mksh api: rpms: - - perl-Tangerine - - tangerine + - ed + - mksh 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 + ed: + rationale: A build dependency of mksh. + ref: master tangerine: - rationale: Provides API for this module. + rationale: The main package of the module. buildorder: 10 - ref: f25 + ref: master From 69d45ad5e7fb902ff806d9601e6c3a7d96ebdfc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Sat, 25 Mar 2017 01:49:58 +0100 Subject: [PATCH 005/393] Actually reference the correct component 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 596b21f..d388416 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -27,7 +27,7 @@ data: ed: rationale: A build dependency of mksh. ref: master - tangerine: + mksh: rationale: The main package of the module. buildorder: 10 ref: master From fa49e9cfa5d25172c7994088dc1ed081151c7282 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 27 Mar 2017 10:17:28 +0200 Subject: [PATCH 006/393] bump --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index d388416..535b16e 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,7 +1,7 @@ document: modulemd version: 1 data: - summary: A test module in all its beautiful beauty + 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 ] From 1dafe00bb741bd6a0e0f4b5f0dca706e137cec24 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 27 Mar 2017 10:18:00 +0200 Subject: [PATCH 007/393] bump --- testmodule.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testmodule.yaml b/testmodule.yaml index 535b16e..cf9e8b7 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -31,3 +31,7 @@ data: rationale: The main package of the module. buildorder: 10 ref: master + perl-Tangerine: + rationale: The main package of the module. + buildorder: 10 + ref: master From e1f39d43471fc37ec82616f76a119da4eddec787 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 28 Mar 2017 14:14:21 +0200 Subject: [PATCH 008/393] bump --- testmodule.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index cf9e8b7..535b16e 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -31,7 +31,3 @@ data: rationale: The main package of the module. buildorder: 10 ref: master - perl-Tangerine: - rationale: The main package of the module. - buildorder: 10 - ref: master From 9082569dbc1c10c7a6b2104224d7b9e8af2088d9 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 30 Mar 2017 12:05:34 +0200 Subject: [PATCH 009/393] bump --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 535b16e..d388416 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,7 +1,7 @@ document: modulemd version: 1 data: - summary: A test module in all its beautiful beauty. + 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 ] From 60403fecd08595d6fd1eb1281f8c379a2923dbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 30 Mar 2017 13:44:56 +0200 Subject: [PATCH 010/393] bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 6d3404731f2c14f141065bb1040b91d4cbb76509 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 31 Mar 2017 11:26:14 +0200 Subject: [PATCH 011/393] bump From b3dc0fc589e31c46a09445a059c4458972c03dc0 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 3 Apr 2017 08:40:51 +0200 Subject: [PATCH 012/393] bump From 0f8a557e23315c09e7a4b228a14a15f35124fb97 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 3 Apr 2017 11:49:56 +0200 Subject: [PATCH 013/393] bump From abb968cd1d0c1bab986756116801ec74da75dd04 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 3 Apr 2017 13:19:29 +0200 Subject: [PATCH 014/393] bump From 55dd0660b01c985f70f37b9b03ee2ef3575e4bc6 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 3 Apr 2017 16:39:20 +0200 Subject: [PATCH 015/393] bump From 949ca30e06acaf7082af5c881e6ae65f16e03daf Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 3 Apr 2017 17:00:41 +0200 Subject: [PATCH 016/393] bump From 6808d740bb27840f9683fc3519892d25e5c80109 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Apr 2017 08:58:14 +0200 Subject: [PATCH 017/393] bump From 2465d618142b36c18c933479330fb57473b3e8e7 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Apr 2017 09:38:45 +0200 Subject: [PATCH 018/393] bump From 24e20bd5edc6e961b8dcabd6c5275b8c38bc7e4b Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Apr 2017 10:06:06 +0200 Subject: [PATCH 019/393] bump From 3474b4a2eaa59288e388f615f30b4bed62ff4227 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Apr 2017 10:22:58 +0200 Subject: [PATCH 020/393] bump From 792a6f0ddfcee6ae21a0d2004a7e3be7032d9c31 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Apr 2017 10:47:10 +0200 Subject: [PATCH 021/393] bump From 07b087da16830c399429b42a10c502757ca03f44 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Apr 2017 11:11:15 +0200 Subject: [PATCH 022/393] bump From 305b2ff80df9d96b601b76999008eabc47f63241 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 4 Apr 2017 12:42:19 +0200 Subject: [PATCH 023/393] update From 956e60969c98b1c32d2b1e4259f5948f6a24c6d9 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 4 Apr 2017 12:54:43 +0200 Subject: [PATCH 024/393] update From 4f0560f11508d2c7f13684a500f865a63e1581d7 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 5 Apr 2017 08:06:40 +0200 Subject: [PATCH 025/393] bump From 2efa234ae8422c78cd1fdb96f9ad70a263db7cbc Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 5 Apr 2017 08:57:24 +0200 Subject: [PATCH 026/393] bump From 7fad406d0a5577ca56ec14b495d542b60410c4fa Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 5 Apr 2017 13:19:48 +0200 Subject: [PATCH 027/393] bump From c5c57a3c300903032a03d42a3f6c31a9daf2b342 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 5 Apr 2017 14:09:39 +0200 Subject: [PATCH 028/393] bump From 73265e406cc0312b3c3f041478bbd1685e5c2a0b Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 5 Apr 2017 14:37:40 +0200 Subject: [PATCH 029/393] bump From 7f5a9aea17f60e33dd4f7bbd8009bdd984b1deb0 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 5 Apr 2017 16:18:26 +0200 Subject: [PATCH 030/393] update From 2a1f33cdf9a296a2cf4ddcf73e02b5bfdb930641 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 6 Apr 2017 08:40:35 +0200 Subject: [PATCH 031/393] bump From 067f8fd35b71f43d77d6275027bd06a1e285b5a7 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 6 Apr 2017 09:21:53 +0200 Subject: [PATCH 032/393] bump From 1a0b7e4016b111589aa98cfc8b711625bbc5ece2 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 6 Apr 2017 10:34:52 +0200 Subject: [PATCH 033/393] bump From 32f1df29ed5d9fc1db1792dbda00c5a81058c662 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 6 Apr 2017 13:22:29 +0200 Subject: [PATCH 034/393] bump From 8656ebda34109f876387f8c88a9b7d619a01d90a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 6 Apr 2017 19:13:32 +0200 Subject: [PATCH 035/393] update From 4d4729590c64c81f28a82508c2f7a2e8b37cca58 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 6 Apr 2017 21:48:03 +0200 Subject: [PATCH 036/393] update From 8635f52192f213f405efdab4e75361384a3e187b Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 6 Apr 2017 21:48:10 +0200 Subject: [PATCH 037/393] update From 2a59ed6c3424e67fd9780a644882c993ec335971 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 6 Apr 2017 22:06:43 +0200 Subject: [PATCH 038/393] update From d3f66ef0b8de145be4f7a9a67d02e4aef2c5b407 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 7 Apr 2017 08:05:44 +0200 Subject: [PATCH 039/393] update From e577aa7b0053f2388465a31e49bea9a1ca0ddb8a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 7 Apr 2017 08:23:01 +0200 Subject: [PATCH 040/393] update From b725922c7bcaa13bccf63b70894018791e027423 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 7 Apr 2017 09:04:41 +0200 Subject: [PATCH 041/393] update From 5e32c9252b86db6bb78929a2768cffbe5fec64cf Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Apr 2017 09:13:46 +0200 Subject: [PATCH 042/393] bump From 79f5952b0a3b823861d22ceedd51f357fa9f0a2f Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Apr 2017 10:16:16 +0200 Subject: [PATCH 043/393] bump From d184aaae45c16011efd9e8ba7b447ce514dc62fa Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Apr 2017 11:36:01 +0200 Subject: [PATCH 044/393] bump From 1de7a21c44386a679ebbfd9d9f3d25d9b27d0bfa Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Apr 2017 13:05:14 +0200 Subject: [PATCH 045/393] bump From bc80972947b92ed24a8da8dc922132363b239f5d Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Apr 2017 13:26:57 +0200 Subject: [PATCH 046/393] bump From daf91237e6cc666a82f8466e92a8a51c465edfb0 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Apr 2017 14:15:58 +0200 Subject: [PATCH 047/393] bump From 3db2ae32e0127d5addcfa5f4fe5a21b23b563feb Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 10 Apr 2017 12:09:03 +0200 Subject: [PATCH 048/393] bump From 488672f45ea30605a69f77cecdfe2a81c46489a4 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 10 Apr 2017 12:39:58 +0200 Subject: [PATCH 049/393] bump From 0e19a7ff612a66129cb844722226fff1956d947b Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 10 Apr 2017 13:12:10 +0200 Subject: [PATCH 050/393] bump From 1dc2b335260609150d9fe36c59a672cff78fcf6f Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 11 Apr 2017 12:13:39 +0200 Subject: [PATCH 051/393] bump From 5e81b0ac90390633f9b2b5598336140dd9f2681f Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 12 Apr 2017 12:18:27 +0200 Subject: [PATCH 052/393] bump From 0666e301964f7f259b42ac6d67c88af86eb7594e Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 12 Apr 2017 12:27:48 +0200 Subject: [PATCH 053/393] bump From 60bb8338718b6252d2025cb50daac76aac6d24bb Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 12 Apr 2017 13:03:21 +0200 Subject: [PATCH 054/393] bump From 85e03d8ac5ace66eac49ee3d86ce52721178958d Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 12 Apr 2017 14:43:35 +0200 Subject: [PATCH 055/393] bump From 00bdd339601aaccf5eec1a88c86da8425722ba74 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 13 Apr 2017 14:11:41 +0200 Subject: [PATCH 056/393] bump From 463de28c424bb97fcc03a6a2bc59df1f37114af7 Mon Sep 17 00:00:00 2001 From: Qixiang Wan Date: Thu, 13 Apr 2017 22:20:55 +0800 Subject: [PATCH 057/393] bump From d7def331bf9a61ddc172c2c6e19e01deba969cb3 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 18 Apr 2017 11:46:18 +0200 Subject: [PATCH 058/393] bump From c7905e6a1b5a2a1ac13d6282f86c677eb3d76b4e Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 18 Apr 2017 11:46:37 +0200 Subject: [PATCH 059/393] bump From cf994c22269754591a79bc7908a5c5b65fdcb593 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 18 Apr 2017 14:37:50 +0200 Subject: [PATCH 060/393] bump From a7392e7583d50696d0bf8ec8e40aa85a2bdca0fa Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 18 Apr 2017 15:01:26 +0200 Subject: [PATCH 061/393] bump From 3f1e0482014372ac34ca6fb98ffd05640f54784f Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 18 Apr 2017 16:45:53 +0200 Subject: [PATCH 062/393] bump From b1cd698083b92184bbf05f29d55487d84b74b018 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 18 Apr 2017 17:13:57 +0200 Subject: [PATCH 063/393] bump From a5c4881a708d6b6a29bda3ebe2f9455ca5f3efc3 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 18 Apr 2017 17:51:53 +0200 Subject: [PATCH 064/393] bump From dc2b37a0deb5aa0c84f00c7cb7632e23a634f055 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 07:14:35 +0200 Subject: [PATCH 065/393] bump From 110db16832b19f58a1f6999b3185a429aee788cc Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 07:55:47 +0200 Subject: [PATCH 066/393] bump From 916937f8256ab24efae0a3b0ebfdd81e14eea316 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 08:58:16 +0200 Subject: [PATCH 067/393] bump From f184f9f6fd16b3ad3b120ef033f57f7cbbf1d1ea Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 09:09:25 +0200 Subject: [PATCH 068/393] bump From ec41e9e8529098923331f269f18705a560e11d78 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 09:31:17 +0200 Subject: [PATCH 069/393] bump From 27fcb7d2afa0a1bf812e8844ab1c6e26543ce509 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 09:32:25 +0200 Subject: [PATCH 070/393] bump From 079ea39764ee6cc6ad784482e71ade2c0d53c64d Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 09:46:19 +0200 Subject: [PATCH 071/393] bump From c4c31fd45efa04974334171e183028cc1ea0510d Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 11:18:30 +0200 Subject: [PATCH 072/393] bump From 71bd5e91c7ea90c2d3e03c46be91c27e01c1cf7f Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 11:36:31 +0200 Subject: [PATCH 073/393] bump From b19e68c67536d7fe8e5d8ca6c360eb60837970c9 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 11:37:14 +0200 Subject: [PATCH 074/393] bump From aa4d74a0c770e2bdc47bb4ab9ace7aa15bd0209b Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 14:05:58 +0200 Subject: [PATCH 075/393] bump From 3adb84e5e71d23e506bbdb3fc6ce91f153797f6d Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 19 Apr 2017 15:44:37 +0200 Subject: [PATCH 076/393] bump From 03bfc5181fd132f5a66659a0c6b3d7ba5cbd87a6 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 20 Apr 2017 10:03:12 +0200 Subject: [PATCH 077/393] bump From b83d0e2eaead208ce03911cc2a3d51de796be431 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 20 Apr 2017 14:08:49 +0200 Subject: [PATCH 078/393] bump From 607a22ed08160e99cdadbed1232ef152a41f86a7 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 20 Apr 2017 14:43:50 +0200 Subject: [PATCH 079/393] bump From 5ee58212065662a5ca3c88b1c88d52e928816ff6 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 20 Apr 2017 16:36:27 +0200 Subject: [PATCH 080/393] bump From 20845779ec8e5e2d1350e36abf12204b98ee677e Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 21 Apr 2017 12:53:57 +0200 Subject: [PATCH 081/393] bump From 5139ed24b1c2396716abe4c1de8c10e34972e9b2 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 21 Apr 2017 13:55:46 +0200 Subject: [PATCH 082/393] bump From 799be4d3b2578f491c8f0296f476665727736876 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 24 Apr 2017 07:45:50 +0200 Subject: [PATCH 083/393] bump From efbc22826a0319b145299061f9a6a658ccfc0fe1 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 24 Apr 2017 11:18:33 +0200 Subject: [PATCH 084/393] bump From 9c39a469227ccd9878db3572c31d278a1c9f0956 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 24 Apr 2017 12:40:46 +0200 Subject: [PATCH 085/393] bump From 64984a0a81ff39bacdfc02ef11833cee68366849 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 25 Apr 2017 08:28:01 +0200 Subject: [PATCH 086/393] bump From be745ae1b8d246e37aa966b801d950c418e4d957 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 25 Apr 2017 15:05:44 +0200 Subject: [PATCH 087/393] bump From 72494f128bfde70e7c4d2264bc6b9e673805d689 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 26 Apr 2017 07:26:13 +0200 Subject: [PATCH 088/393] bump From 625e6aeae2089c2f48da406732a27189efd791d5 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 26 Apr 2017 10:58:16 +0200 Subject: [PATCH 089/393] bump From 6fc45c97b500c64f9ca5024375a64b571a2d4e3f Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 28 Apr 2017 08:25:49 +0200 Subject: [PATCH 090/393] bump From e5cda43611dad3a22b8733b4b55d72a098c0a918 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 28 Apr 2017 11:34:20 +0200 Subject: [PATCH 091/393] bump From 797f1cd1002032c130d328b1eff6858654b14efd Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 28 Apr 2017 12:49:47 +0200 Subject: [PATCH 092/393] bump From a5beb78ab39ed57a57eeb132c9b218ef723b65bc Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 28 Apr 2017 13:53:08 +0200 Subject: [PATCH 093/393] bump From f33a01c9081f067e6089345692f3a13a6778ef14 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 28 Apr 2017 15:09:44 +0200 Subject: [PATCH 094/393] bump From a2dd37ed11126d87f5438d881e4e4007e5ebd574 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 28 Apr 2017 16:05:34 +0200 Subject: [PATCH 095/393] bump From 036fb726149d8172af431887504f6d6e017beae7 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Sat, 29 Apr 2017 08:44:18 +0200 Subject: [PATCH 096/393] bump From bccf5e0f5333da7ef3afe051be2432b77471d551 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Sat, 29 Apr 2017 09:48:35 +0200 Subject: [PATCH 097/393] bump From 23bb659037b29e70a06075c0a6aa5b33cb044c8a Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Sat, 29 Apr 2017 10:58:57 +0200 Subject: [PATCH 098/393] bump From f7922cc77cd0533bc157e7e077aa99f34706d4fb Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Sat, 29 Apr 2017 11:59:39 +0200 Subject: [PATCH 099/393] bump From 63dd41b2d267f8601f5f99880a38684cd4c48dca Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Sat, 29 Apr 2017 12:51:07 +0200 Subject: [PATCH 100/393] bump From 436882e037902a60513d6a08ef1fea26f76eba5c Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Sat, 29 Apr 2017 16:49:44 +0200 Subject: [PATCH 101/393] bump From 3dc48e8d7bc944ec4fabd578bbe3ef7f9e4b3e81 Mon Sep 17 00:00:00 2001 From: Qixiang Wan Date: Tue, 2 May 2017 16:18:16 +0800 Subject: [PATCH 102/393] Test From 7f625c732e692065fad92ca82d90e796f951a9b1 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 2 May 2017 10:27:20 +0200 Subject: [PATCH 103/393] Trigger notification From 02de76a6479195e537971b5abb52c265d09a74cf Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 2 May 2017 18:50:58 +0200 Subject: [PATCH 104/393] Trigger notification From 0accca8376dfdc8c70ff4e88b136bf2b286e2dea Mon Sep 17 00:00:00 2001 From: Qixiang Wan Date: Wed, 3 May 2017 11:38:42 +0800 Subject: [PATCH 105/393] Bump to rebuild because of cmake rpm spec update (72646fef46312b8ac3e9ab7fe3e9047cf683db1b). From 29746af72e41f6e0c9db56494a9aab269657c07a Mon Sep 17 00:00:00 2001 From: Qixiang Wan Date: Wed, 3 May 2017 11:44:06 +0800 Subject: [PATCH 106/393] Bump to rebuild because of cmake rpm spec update (72646fef46312b8ac3e9ab7fe3e9047cf683db1b). From 06ee86ac7335496d13ef7576e6024600a03adc87 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 3 May 2017 10:17:37 +0200 Subject: [PATCH 107/393] bumped version From f94ab2c5faa968f743c8487ac6cd2e8593851d98 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 5 May 2017 10:57:59 +0200 Subject: [PATCH 108/393] bump From 36d37857bc6f98bf02405c8efce683e979c92057 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 8 May 2017 10:28:36 +0200 Subject: [PATCH 109/393] bump From cbdee855e9a032f3bafda918b6a860d164924135 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 9 May 2017 16:50:39 +0200 Subject: [PATCH 110/393] Trigger notification From 14a7ad405e54fb586b27b7a3ef4fcb3aad5e7873 Mon Sep 17 00:00:00 2001 From: Qixiang Wan Date: Wed, 10 May 2017 15:48:41 +0800 Subject: [PATCH 111/393] Bump to rebuild because of bash rpm spec update (123). From 2859efdacea56c5a966709a747b94c1ea97f042c Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 11 May 2017 14:55:35 +0200 Subject: [PATCH 112/393] Trigger notification From 7fb8460315f72f4b08d18635c3d152b9ae388134 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 11 May 2017 16:53:18 +0200 Subject: [PATCH 113/393] Trigger notification From ba944d47b267096f2ef57feefb74b746b7a64b98 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 12 May 2017 09:44:55 +0200 Subject: [PATCH 114/393] bumped version From d5f1a0ba609d289142fbee6984b2458c99cfb292 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 15 May 2017 10:02:11 +0200 Subject: [PATCH 115/393] bumped version From e5e22160eee4fbae62699d83f9017cb31a5edbf2 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 30 May 2017 10:51:43 +0200 Subject: [PATCH 116/393] Build with ed-1.13 to test compose --- testmodule.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index d388416..9a46a4c 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -27,7 +27,3 @@ data: ed: rationale: A build dependency of mksh. ref: master - mksh: - rationale: The main package of the module. - buildorder: 10 - ref: master From b3049201dbec03cb0bff7baf2f662170cfed6713 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 23 Jun 2017 15:54:11 +0200 Subject: [PATCH 117/393] Trigger notification From ba99fb11d2bc0828b9624603de9e75f037c25c0c Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 23 Jun 2017 15:58:59 +0200 Subject: [PATCH 118/393] Trigger notification From 3643ce4016e99e6112c398d2465d74b0374ea07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 27 Jun 2017 09:21:49 +0200 Subject: [PATCH 119/393] Triggering generic tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From d497021d54baa7ffe227154d0a97e543540b99f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 27 Jun 2017 16:29:53 +0200 Subject: [PATCH 120/393] Triggering generic tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 71dd4dcb84c92302a5a5a592d1f0d950fdd811af Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 28 Jun 2017 12:10:05 +0200 Subject: [PATCH 121/393] bumped version From 828f2bcb27e12bd0017c906c92c63a8e49583125 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 28 Jun 2017 13:50:43 +0200 Subject: [PATCH 122/393] bumped version From 7a2f0b6c5dd9caacfdfae697c5cc621f4bf6bf13 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 28 Jun 2017 13:53:17 +0200 Subject: [PATCH 123/393] bumped version From b1a7520e37e32385f6712d90eff3176a7c256c02 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 28 Jun 2017 14:42:16 +0200 Subject: [PATCH 124/393] bumped version From 3f112fc3d44a0862564bb6bbda289fa16d264cab Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 28 Jun 2017 15:51:07 +0200 Subject: [PATCH 125/393] bumped version From 8e269ffa8b43a9fdcb94db005a295553f8bc1459 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 28 Jun 2017 16:43:55 +0200 Subject: [PATCH 126/393] version bumped From 2c1af9f7c44dc0131b1531be4114adb7b8138f22 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Jul 2017 13:51:02 +0200 Subject: [PATCH 127/393] bumped From 135fdd1126fc021268c9ef7136ed9b86c47f8573 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 4 Jul 2017 14:33:29 +0200 Subject: [PATCH 128/393] bumped From 0090b0f7643a2dc4a91f7fb3c9bf02ce106857b0 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Jul 2017 11:09:44 +0200 Subject: [PATCH 129/393] version bumped From 8585be41d6760f8ff2541e4fdeab5d6c9f02ce4b Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 7 Jul 2017 14:12:17 +0200 Subject: [PATCH 130/393] bumped version, to see results of MTF in production taskotron env From b06cd1d6a1f347749c6b833ca0175f38016fe0b7 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 11 Jul 2017 14:30:47 +0200 Subject: [PATCH 131/393] version bumped From 9371623a8c7315076066f9a2da6f276f23a9db41 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 11 Jul 2017 14:47:19 +0200 Subject: [PATCH 132/393] version bumped From 99a2515d35891458c848125788dd3d4e15ac182f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 18 Jul 2017 08:02:20 +0200 Subject: [PATCH 133/393] Trigger notification From 573741167b6e72bcc723c25e51c231b45c1340ee Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 18 Jul 2017 08:31:23 +0200 Subject: [PATCH 134/393] Trigger notification From 51338d0d9b6054d9ab8004dcd5c4c0e8353d7d30 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 24 Jul 2017 15:54:58 +0200 Subject: [PATCH 135/393] Trigger notification From f7b9fd6797e943235378daaa2a99d721006966c9 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 24 Jul 2017 15:57:55 +0200 Subject: [PATCH 136/393] mksh --- testmodule.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testmodule.yaml b/testmodule.yaml index 9a46a4c..87b7fc8 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -27,3 +27,7 @@ data: ed: rationale: A build dependency of mksh. ref: master + mksh: + buildorder: 1 + rationale: mksh + ref: master From 3ce0179719fe092ac2cfb6e55f604052f490b6d5 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 26 Jul 2017 10:16:08 +0200 Subject: [PATCH 137/393] Build against bootstrap-master to build on s390x. --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 87b7fc8..fc9916f 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: master + bootstrap: master requires: - base-runtime: master + bootstrap: master references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 391b45768e0af0c8d3b48ee5959b9086e65c465c Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 1 Aug 2017 07:12:22 +0200 Subject: [PATCH 138/393] test --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index fc9916f..87b7fc8 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - bootstrap: master + base-runtime: master requires: - bootstrap: master + base-runtime: master references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 1f329a71174ff20d387b5a033b644cd7dcaa9d56 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 1 Aug 2017 17:13:06 +0200 Subject: [PATCH 139/393] 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 fc9916f..0b4e8bb 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -11,9 +11,8 @@ data: requires: bootstrap: master 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 profiles: default: rpms: From 088cec1e9e64546cafd438f19f9f1f0b7b4fab8d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 3 Aug 2017 10:01:12 -0400 Subject: [PATCH 140/393] Empty test commit From 3332d6715b05db436d8c557653e14d77b9d077c5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 3 Aug 2017 14:33:35 -0400 Subject: [PATCH 141/393] Empty test commit From 432b491e3e939c08d3fcfe2a430cda1f09c09275 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 4 Aug 2017 10:51:28 +0200 Subject: [PATCH 142/393] Test --- testmodule.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index e608b1a..0a1e377 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: master + bootstrap: master requires: - base-runtime: master + bootstrap: master references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules @@ -26,7 +26,3 @@ data: ed: rationale: A build dependency of mksh. ref: master - mksh: - buildorder: 1 - rationale: mksh - ref: master From 7741b0b2837e2cddc83d2d2b9726a3a2f4bd2408 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 4 Aug 2017 12:25:34 +0200 Subject: [PATCH 143/393] Trigger notification From 11f8f1d605b0567b5cabfee996699d5b59a59a1a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 4 Aug 2017 12:46:55 +0200 Subject: [PATCH 144/393] Trigger notification From fc901870d2926db3fa97e758fdba8f0d97c96eb3 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 4 Aug 2017 14:43:52 +0200 Subject: [PATCH 145/393] version bumped From 4a851246ad8f628daa72a2f0d75c364c82c0c1d1 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 4 Aug 2017 15:10:43 +0200 Subject: [PATCH 146/393] Trigger notification From b3f868d57bd471bfb572223d587e16f067cbf776 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 4 Aug 2017 15:11:04 +0200 Subject: [PATCH 147/393] Trigger notification From 93205e02d795255b24d2576d430800e0a28dbe37 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 4 Aug 2017 15:51:15 +0200 Subject: [PATCH 148/393] Trigger notification From add3ceee9fdfe24bdac3aec8ee65fe2eb29d9d60 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 7 Aug 2017 12:09:48 +0200 Subject: [PATCH 149/393] Trigger notification From 37dbb2248114ef358d4d6f63be3a78c0b0e4a0cf Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 17 Aug 2017 14:18:47 +0200 Subject: [PATCH 150/393] Trigger notification From b7f7f5ade16cfb46823bda44b9c28e60c0b1aa90 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 17 Aug 2017 14:27:42 +0200 Subject: [PATCH 151/393] Trigger notification From 0844b2ccd4ebdf9fcb5b80785869f3547abc965c Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 17 Aug 2017 14:29:06 +0200 Subject: [PATCH 152/393] add mksh --- testmodule.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testmodule.yaml b/testmodule.yaml index 0a1e377..109b316 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -26,3 +26,7 @@ data: ed: rationale: A build dependency of mksh. ref: master + mksh: + rationale: A build dependency of mksh. + ref: master + buildorder: 1 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 153/393] 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 From 6c113bbaffedd371807520decfa0da5268b1d04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 18 Aug 2017 12:15:28 +0200 Subject: [PATCH 154/393] Bumping to work around a platform issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 6031edd71de0fe207860073c8ea660a17f344847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 18 Aug 2017 12:40:31 +0200 Subject: [PATCH 155/393] Also buildrequire Host MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hopefully this is temporary. Signed-off-by: Petr Šabata --- testmodule.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testmodule.yaml b/testmodule.yaml index c2be243..2362982 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -10,6 +10,8 @@ data: dependencies: buildrequires: platform: master + # Buildrequire Host until MBS implements transitive deps + host: master requires: platform: master references: From 619706e2c666269e53106eeec38fc7351908c307 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 22 Aug 2017 16:21:18 +0200 Subject: [PATCH 156/393] bumped version From e9b319e88ae7927809993c6721ca9f5d06042f3e Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 22 Aug 2017 16:23:24 +0200 Subject: [PATCH 157/393] bumped version From e12426a1573b674fe2cd53dd411e222c0432713e Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 23 Aug 2017 12:04:49 +0200 Subject: [PATCH 158/393] empty commit From 8290b632f53107b75b17b99b366eb441be06e32f Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 23 Aug 2017 14:26:47 +0200 Subject: [PATCH 159/393] version bumped From 37f008bec74654b83d2dcec59eb75c0c64623220 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 23 Aug 2017 15:11:02 +0200 Subject: [PATCH 160/393] version bumped From 10e07e597aecb102eaa355dfac8184c5a8e34c73 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Thu, 24 Aug 2017 14:51:09 +0200 Subject: [PATCH 161/393] version bumped From 801af5a7243f98da626b2b6a473ce7a12df62985 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 31 Aug 2017 09:10:23 -0400 Subject: [PATCH 162/393] trigger rebuild From d5875f01e317f124dd4f713795e0f4f08dae923f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 15 Sep 2017 16:32:13 -0400 Subject: [PATCH 163/393] Empty test commit, for pagure on dist-git. From 62206507490fd22be258725771905b468f6e56ae Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 18 Sep 2017 09:56:43 -0400 Subject: [PATCH 164/393] Empty test commit, for MBS upgrade. From 832410f1791e9aae908a68dab0f1a44d64290dba Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 26 Sep 2017 10:26:47 +0200 Subject: [PATCH 165/393] Trigger rebuild From 9107dcf53f6201a01b8c8d18493aae0175bcfb19 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 26 Sep 2017 12:29:03 +0200 Subject: [PATCH 166/393] Testing commit From 2a5682af9628b8c2195ab10decee05eaa6ab2e4b Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Tue, 26 Sep 2017 16:42:53 +0200 Subject: [PATCH 167/393] version bumped From 61d8fa0cbf5540b031bd5ddd2e372e149755c42e Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 27 Sep 2017 09:02:32 +0200 Subject: [PATCH 168/393] bumped version From 53e8c69963e9e82dd3612f985ea71e0810dfc104 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 27 Sep 2017 11:52:15 +0200 Subject: [PATCH 169/393] bumped version From 5661480fc4e47b4b9e1f26466035e748c3c1105c Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Mon, 2 Oct 2017 14:32:33 +0200 Subject: [PATCH 170/393] bumped version From b9e4e1a5ea84e6310fbbeb210cd184e0128b4f8d Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Oct 2017 10:28:58 -0400 Subject: [PATCH 171/393] bump From 6797d569bd5d2c4acb6f3fc1dd34c8330159e69d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 5 Oct 2017 12:01:21 -0400 Subject: [PATCH 172/393] Empty test commit, for MBS. From efe4d39e96941b143ae797e0499c2b12fcabec5f Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Oct 2017 13:43:10 -0400 Subject: [PATCH 173/393] Bump From d985198cd276ce72ca39a379f93c7ceed5b6a63b Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Oct 2017 14:16:14 -0400 Subject: [PATCH 174/393] Bump From 08aa091a644920b944f98854a825f42e9958ea85 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Oct 2017 14:19:46 -0400 Subject: [PATCH 175/393] Bump From 7c39b320e3d82e207333123269b1fc13dc8142bb Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Oct 2017 14:20:21 -0400 Subject: [PATCH 176/393] Bump From 373bb6eccccbfebbcb222a2723e643e7095c7973 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Oct 2017 14:23:59 -0400 Subject: [PATCH 177/393] Bump From 86d9cfe53d20118d863ae051641fc3784d91d981 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Oct 2017 14:33:59 -0400 Subject: [PATCH 178/393] Bump From 1489611453f745a0b3373d7e9d4ee3034c557565 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 6 Oct 2017 10:32:59 +0200 Subject: [PATCH 179/393] version bumped From bae13cea6896fa95c71d80d443ae61fefbefd189 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 6 Oct 2017 14:38:27 +0200 Subject: [PATCH 180/393] bumped version From e9ba81da033bda22a72e927e11fdb1bc2252f14a Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 6 Oct 2017 14:19:35 -0400 Subject: [PATCH 181/393] Bump From cad2dfbddd5f7632c478a70ccb7fbd43cf9fd2ea Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 6 Oct 2017 20:19:59 +0200 Subject: [PATCH 182/393] bumped version, test taskotron automation From c218004a2ffbde86a33e8fe465295f6ad3f11821 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 9 Oct 2017 13:21:53 +0200 Subject: [PATCH 183/393] Remove 'host' buildrequire, it should be taken into account because it is runtime dependency of platform. --- testmodule.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 2362982..c2be243 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -10,8 +10,6 @@ data: dependencies: buildrequires: platform: master - # Buildrequire Host until MBS implements transitive deps - host: master requires: platform: master references: From 79d87a5a553d799bddbd825c3384e53c7bffb87b Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 10 Oct 2017 11:11:03 -0400 Subject: [PATCH 184/393] bump From 88f1efc1b5964c14b5d0b8ad4d4b2d79a0c110e6 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 11 Oct 2017 11:29:51 +0200 Subject: [PATCH 185/393] trigger rebuild From 2654328b56a33f7c582b4c025096b8508062046d Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 11 Oct 2017 11:33:14 +0200 Subject: [PATCH 186/393] trigger rebuild --- testmodule.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index c2be243..1335bf8 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -20,7 +20,7 @@ data: ed: rationale: A build dependency of mksh, to test buildorder. ref: master - mksh: - rationale: The main component of this module. - ref: master - buildorder: 1 +# mksh: +# rationale: The main component of this module. +# ref: master +# buildorder: 1 From 1beafb7d6b70edaba21a3d5cca1d0d7cb95f82a7 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Oct 2017 13:39:28 -0400 Subject: [PATCH 187/393] bump From 51956fd8c49c149abd0316d960c17168ab4a7744 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 13 Oct 2017 15:09:12 +0200 Subject: [PATCH 188/393] trigger rebuild From 24444721e50108e996b83a1cb7ef624a2a9edd12 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 16 Oct 2017 13:43:09 -0400 Subject: [PATCH 189/393] Empty test commit, for MBS in staging. From 08104e1e49b2d686fce2e790448f85f1442488fa Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 17 Oct 2017 14:57:26 +0200 Subject: [PATCH 190/393] trigger rebuild From e95ca3b1446cc9e58bc7e9134336d3e928d3b47e Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Mon, 23 Oct 2017 02:09:58 -0400 Subject: [PATCH 191/393] README.md - a plain README.md file --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..361b8fb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +this is a testmodule From 629d4de1a32ab71ddbe083c01f3aa1c8b9baa28e Mon Sep 17 00:00:00 2001 From: Miroslav Vadkerti Date: Mon, 23 Oct 2017 02:19:52 -0400 Subject: [PATCH 192/393] just a test commit Signed-off-by: Miroslav Vadkerti --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 361b8fb..5fd3aec 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ this is a testmodule + +And mvadkert likes it! From 3a7c9b57d005a5b46190877b4152fe195ea24ae0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 3 Nov 2017 11:15:45 -0400 Subject: [PATCH 193/393] Empty commit, for MBS. From a94831b037c25b572428275fe5510aff719a2cd1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 3 Nov 2017 16:58:20 -0400 Subject: [PATCH 194/393] Empty commit, for MBS. From bf028e573e7c18533d89c7873a411de92d4d913e Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 7 Nov 2017 08:50:50 -0500 Subject: [PATCH 195/393] Bump From 5f58cfa692b20ec1b80317bf8fd0022803553522 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 13 Nov 2017 11:08:14 -0500 Subject: [PATCH 196/393] Bump From f5fa931676f5749f05666b25c04deb667864bf92 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 14:40:05 -0500 Subject: [PATCH 197/393] Bump From 6bc5cca390168fb84708560d46738195422abc95 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 14:51:54 -0500 Subject: [PATCH 198/393] Bump From ca4521cf6bb93b89e792e0c6804c59a628ab0d30 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 14:54:05 -0500 Subject: [PATCH 199/393] Bump From 7ee4ec9d7d8dff000a62761398767e9bab725135 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 14:58:56 -0500 Subject: [PATCH 200/393] Bump From 0100cc49a4995419c608152494b43cf1ffe6266f Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 15:01:14 -0500 Subject: [PATCH 201/393] Bump From c10f3899a017e19e597736178a57355db0b04f5c Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 15:06:39 -0500 Subject: [PATCH 202/393] Bump From c95085047a349d2d63b510ce7040d9d269fe7b01 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 15:09:40 -0500 Subject: [PATCH 203/393] Bump From 8e329116b71a7f64510b0f175ac5105632edf45a Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 16 Nov 2017 15:17:10 -0500 Subject: [PATCH 204/393] Bump From 9f9f225ec17252a89f3735ed04452186b5be0b15 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 17 Nov 2017 16:03:03 -0500 Subject: [PATCH 205/393] Bump From 4cdbed403ea33aa6e8ea3b7228987f18ce32cbba Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 17 Nov 2017 16:04:46 -0500 Subject: [PATCH 206/393] Bump From ecf5edc23ea3494492346a157f7486413429289b Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 28 Nov 2017 18:37:19 -0500 Subject: [PATCH 207/393] Bump From 0b22b8978dbbb63dd84bb9f37e042e82c48463be Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 28 Nov 2017 18:45:34 -0500 Subject: [PATCH 208/393] Bump From 29ac53a0b58be907b9798038822b3398f66482ba Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 28 Nov 2017 18:47:10 -0500 Subject: [PATCH 209/393] Bump From 15c0147490d1b4d9024acd644d866993d95a67b7 Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Wed, 6 Dec 2017 09:41:04 +0100 Subject: [PATCH 210/393] bumped version From 7032d6636a859a6c50dcae637d284448daea69a6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 12 Jan 2018 15:27:02 -0500 Subject: [PATCH 211/393] F28 is the name of the game. --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 1335bf8..7e15779 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: master + platform: f28 requires: - platform: master + platform: f28 references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From e3e099a969c2f88204ae4661924e3930f017a6bb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 12 Jan 2018 15:49:08 -0500 Subject: [PATCH 212/393] Empty commit, for MBS. From 25747b511a11ba69b424dac9457aa41e80ff99ca Mon Sep 17 00:00:00 2001 From: Jan Scotka Date: Fri, 19 Jan 2018 10:14:27 +0100 Subject: [PATCH 213/393] version bumped From dffaffc818fe340dd564a9ca0e3b07cc252204fe Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 19 Jan 2018 12:26:18 -0500 Subject: [PATCH 214/393] Empty commit, for MBS. From ee7257929195303976e9f855410ef61ec747312c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 19 Jan 2018 12:44:45 -0500 Subject: [PATCH 215/393] Empty commit, for MBS. From adecf2314839ff602d5bfecc8499a0dd4c527833 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 19 Jan 2018 12:47:35 -0500 Subject: [PATCH 216/393] Empty commit, for MBS. From f2cadef04c0eea9f37591bdb50e3c4e201569c18 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 19 Jan 2018 12:51:21 -0500 Subject: [PATCH 217/393] Empty commit, for MBS. From 2c754555b41f9fd36e84019d9cdfe54370987e94 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 19 Jan 2018 12:53:18 -0500 Subject: [PATCH 218/393] Empty commit, for MBS. From 57ba6fbcada2a8a2215ef431d21ef9b8be8458b8 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 23 Jan 2018 12:14:24 -0500 Subject: [PATCH 219/393] Bump From 1d28a6e2e4fd604d98be0322ef0c0c4a931f091d Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 23 Jan 2018 12:15:44 -0500 Subject: [PATCH 220/393] Bump From da41caf5edd1c3fa01eb14b8399733c4397bb9de Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 30 Jan 2018 14:06:03 -0500 Subject: [PATCH 221/393] Uncomment mksh --- testmodule.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 7e15779..466ebea 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -20,7 +20,7 @@ data: ed: rationale: A build dependency of mksh, to test buildorder. ref: master -# mksh: -# rationale: The main component of this module. -# ref: master -# buildorder: 1 + mksh: + rationale: The main component of this module. + ref: master + buildorder: 1 From ff1ea79fc952143efeed1851aa0aa006559239ba Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 30 Jan 2018 14:06:46 -0500 Subject: [PATCH 222/393] Fix indentation --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 466ebea..5b7d976 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -20,7 +20,7 @@ data: ed: rationale: A build dependency of mksh, to test buildorder. ref: master - mksh: + mksh: rationale: The main component of this module. ref: master buildorder: 1 From 65a7721ee4eff44d2a63fb8f3a8da6e944ab7f4d Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 5 Feb 2018 08:51:54 -0500 Subject: [PATCH 223/393] Revert to the old-style testmodule --- testmodule.yaml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 5b7d976..85c7045 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -15,12 +15,24 @@ data: references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + profiles: + default: + rpms: + - tangerine + api: + rpms: + - perl-Tangerine + - tangerine components: rpms: - ed: - rationale: A build dependency of mksh, to test buildorder. + perl-List-Compare: + rationale: A dependency of tangerine. ref: master - mksh: - rationale: The main component of this module. + 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 - buildorder: 1 + From 1ae826322e5ab7488bf2ac16ada3bed047bc10ba Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 5 Feb 2018 16:24:21 -0500 Subject: [PATCH 224/393] Bump From 3ebd0267399d54ae5c682cab01d1d47855e9b6e1 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 8 Feb 2018 14:00:04 -0500 Subject: [PATCH 225/393] Bump From 4fd707cf900e30b1015d9b25250d0d2959f42019 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 8 Feb 2018 14:01:17 -0500 Subject: [PATCH 226/393] Bump From 2c89862a807f85a5d2d8411881fc878eb672b24a Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 15 Feb 2018 15:53:31 -0500 Subject: [PATCH 227/393] Bump From 90e3689f7aa4cc85167f4bb0f5869a83e53ad64d Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 23 Feb 2018 20:11:25 -0500 Subject: [PATCH 228/393] Bump From 22818a03d8db6211bbb22c073dce741b53a34eba Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 27 Feb 2018 08:12:15 -0500 Subject: [PATCH 229/393] Bump From 7da370e9fe07fff180b2f207deab0727331ed144 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 15 Mar 2018 17:18:25 -0400 Subject: [PATCH 230/393] Try platform:f29. --- 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 d09e3c68a821122d0c1a24246d4cdbb5f39b07ee Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 15 Mar 2018 17:20:11 -0400 Subject: [PATCH 231/393] Empty commit, for MBS. From f68ef53513d1f93d0620d315abca82fdd2f887b8 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 21 Mar 2018 09:53:38 -0400 Subject: [PATCH 232/393] Bump From c9a6b25171946f58dc9091440b539e5b17f9befa Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 21 Mar 2018 09:54:03 -0400 Subject: [PATCH 233/393] Bump From 0d33e028e4561f82ea43f670ee6366675cd6a6fe Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 5 Apr 2018 08:32:56 -0400 Subject: [PATCH 234/393] Empty commit, for MBS. From c9272c1546028dff17a7c6921cf7defe9b774d63 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Thu, 5 Apr 2018 16:57:19 +0200 Subject: [PATCH 235/393] Test --- testmodule.yaml | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index a17f939..20e7ba6 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,38 +1,29 @@ 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: buildrequires: - platform: f29 + platform: f28 requires: - platform: f29 + 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. - buildorder: 10 - ref: master - From 45aa094af4504a34401db6012992d793c0f0be67 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Apr 2018 15:57:23 -0400 Subject: [PATCH 236/393] bump From b421e2fac035f55dfd528e25016bd0b36d6ec968 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 5 Apr 2018 15:58:49 -0400 Subject: [PATCH 237/393] bump From a231d3f1f88b7fea6c0dafe25570f831e694a7b2 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 6 Apr 2018 07:14:29 +0200 Subject: [PATCH 238/393] Test From db956b095fcbc87bcbd880b8f8996c3bb81c345f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 23 Apr 2018 07:46:57 +0200 Subject: [PATCH 239/393] bump From 258d3d7a5c8d3b1f76485e81fb90d66e62a84cb5 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 9 May 2018 09:28:26 -0400 Subject: [PATCH 240/393] bump From 72f852a9908cb024345a01d29a00c5eea673d9ad Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 9 May 2018 10:04:08 -0400 Subject: [PATCH 241/393] bump From a41f6c6ce9011b090c1c6de9c0befb53ff705c43 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 9 May 2018 10:06:06 -0400 Subject: [PATCH 242/393] bump From 627c700872d329824393738217a5787be482c301 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 11 May 2018 10:43:51 -0400 Subject: [PATCH 243/393] Bump From 8b3882a4dfdeb04b851ad2feee835bc15b36f264 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 11 May 2018 12:59:22 -0400 Subject: [PATCH 244/393] Empty commit, for MBS. From a1b36d712d3aa800b4523d53c5cee1dbbceb7827 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 11 May 2018 13:02:20 -0400 Subject: [PATCH 245/393] Empty commit, for MBS. From cf47fc2f116d2a6871eabfaee44662a47bce2905 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 18 Jun 2018 11:32:12 -0400 Subject: [PATCH 246/393] Bump From bdc156398bf3bfaf2c22f13910d98fc828c3535b Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 18 Jun 2018 16:37:37 -0400 Subject: [PATCH 247/393] Bump From 701af049892934f8da3530b1b7dcb1d3e682152b Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 27 Jun 2018 13:33:01 -0400 Subject: [PATCH 248/393] Bump From f7bfc988b359ca7d414bdbae13a99adae1d816a5 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 31 Jul 2018 16:46:44 -0400 Subject: [PATCH 249/393] Bump From 6679c421529f8ef41d5d85ed43b931b560c85e48 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 7 Aug 2018 16:06:37 -0400 Subject: [PATCH 250/393] Bump From ae06df4a7cc019eecaf8c334da95dbfca59ab6b0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 14 Aug 2018 13:12:07 -0400 Subject: [PATCH 251/393] Empty commit, for MBS. From a9aa0f5c8d59d07582b4c19c96dddab0f1ca7dcc Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 14 Aug 2018 13:12:52 -0400 Subject: [PATCH 252/393] Empty commit, for MBS. From 898b78b8bd68f666b743999dbbd832129bef79de Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 14 Aug 2018 13:13:21 -0400 Subject: [PATCH 253/393] Empty commit, for MBS. From 984842978d76d4682543bd1852a2880cfc6880c9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 Aug 2018 14:34:54 -0400 Subject: [PATCH 254/393] Bump From e80cdf5b73c1bf891951b13afc5e87c689105218 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 Aug 2018 15:03:37 -0400 Subject: [PATCH 255/393] Bump From ae9622cbd12f6a6db0f656b1eb2739ad323c2d13 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 Aug 2018 15:04:15 -0400 Subject: [PATCH 256/393] Bump From dc35c6e34d435fd9a62edac57c6d998d927cdef6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 16 Aug 2018 08:41:50 -0400 Subject: [PATCH 257/393] F30. --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 20e7ba6..f55d6c7 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f28 + platform: f30 requires: - platform: f28 + platform: f30 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 6d1dcef5c9effca39a0c543a108f72e6cba2eccf Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 17 Aug 2018 10:25:40 -0400 Subject: [PATCH 258/393] Empty commit, for MBS. From d82aba4f52299dcd5f816d03d231ba269799e9bd Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 17 Aug 2018 10:26:36 -0400 Subject: [PATCH 259/393] Empty commit, for MBS. From c7f84f65b7dbccd66efb835a224126b51f22aadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 6 Sep 2018 15:31:51 +0200 Subject: [PATCH 260/393] Testing module inclusion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testmodule.yaml b/testmodule.yaml index f55d6c7..f6de936 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -27,3 +27,8 @@ data: perl-List-Compare: rationale: A dependency of tangerine. ref: master + modules: + dwm: + rationale: Testing module inclusion. + ref: 6.1 + buildorder: 10 From e1ea10019dbc1a7d60abf267605bef7709e19244 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 12:35:56 -0400 Subject: [PATCH 261/393] Empty commit, for MBS. From ecdc4a4912e49787d4c63658bf2eccc8a4e912dc Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 12:57:55 -0400 Subject: [PATCH 262/393] Empty commit, for MBS. From e37e2405959963940654c4696c1fe5fe4a43009b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 13:00:26 -0400 Subject: [PATCH 263/393] Empty commit, for MBS. From c1e5a1ecb3756718c9c5fa3a6a7a33d3b4b2ed1a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 13:02:15 -0400 Subject: [PATCH 264/393] Empty commit, for MBS. From 9e64a3dd8ef097f3bba5f83b1df6651a96327af0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 13:02:21 -0400 Subject: [PATCH 265/393] Empty commit, for MBS. From 34028f127dafa95f1ee65d4395617880772abb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 26 Oct 2018 18:49:53 +0200 Subject: [PATCH 266/393] Empty commit for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 3f262deef9d79160ea229142aeb51eedcc956929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 26 Oct 2018 18:58:47 +0200 Subject: [PATCH 267/393] Empty commit for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 6b147cb09ba2fafbb124d5be079919250e882b49 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 31 Oct 2018 14:20:24 -0700 Subject: [PATCH 268/393] Empty commit, for MBS. From 314ae60033f14c0cca15e04581e57e9efa84c59c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 31 Oct 2018 14:36:22 -0700 Subject: [PATCH 269/393] Empty commit, for MBS. From 1d390090fce8190a980b69889ea94849bbabdc9b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 31 Oct 2018 14:38:24 -0700 Subject: [PATCH 270/393] Empty commit, for MBS. From b828a04fa9df613a225585f360092aff55a511b6 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 31 Oct 2018 14:39:25 -0700 Subject: [PATCH 271/393] Empty commit, for MBS. From 41fa0ee027af8f265f3696b4f8719e97a0670fbc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 31 Oct 2018 14:43:49 -0700 Subject: [PATCH 272/393] Empty commit, for MBS. From ecb9c2af046db67e71d51657570630f04ddea828 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 31 Oct 2018 14:45:44 -0700 Subject: [PATCH 273/393] Empty commit, for MBS. From dbd68aa9acdcee37692214f3276e37a2f5bfc0a7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 31 Oct 2018 14:55:04 -0700 Subject: [PATCH 274/393] Empty commit, for MBS. From c5882322a2b7a05f74b965c285836819fd217424 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Nov 2018 12:32:39 -0700 Subject: [PATCH 275/393] Empty commit, for MBS. From a7e29125f52356719e207e01976224300748e0ec Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Nov 2018 13:27:03 -0700 Subject: [PATCH 276/393] Empty commit, for MBS. From 9a7eb50800b5334b38eeca4ecad8968035e8d1cc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Nov 2018 14:22:30 -0700 Subject: [PATCH 277/393] Empty commit, for MBS. From 29dc304537079a991e6c8590f7ca149d3b894290 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Nov 2018 14:31:47 -0700 Subject: [PATCH 278/393] Empty commit, for MBS. From 49ef31f5142ed662fd59527b32cc36a1dab62541 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Nov 2018 14:47:21 -0700 Subject: [PATCH 279/393] Empty commit, for MBS. From dd66ec61aeaac405f6fbd85aef09c18a1a03fdaf Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Nov 2018 14:48:10 -0700 Subject: [PATCH 280/393] Empty commit, for MBS. From 88c8d9c7fdb9c9c8f47067cd9cecb17de04028fd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Nov 2018 14:49:36 -0700 Subject: [PATCH 281/393] Empty commit, for MBS. From 7a088ac2a0689adb6dd8348dc78ebd528be808d8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 2 Nov 2018 09:11:07 -0700 Subject: [PATCH 282/393] Empty commit, for MBS. From 947abcf6a56f61eff27c2790436fbda251128ec7 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 2 Nov 2018 09:26:34 -0700 Subject: [PATCH 283/393] Empty commit, for MBS. From 27abb8264d2b1fef48be2c07b16cd5e6609efe2a Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 2 Nov 2018 09:28:43 -0700 Subject: [PATCH 284/393] Empty commit, for MBS. From d5f7beab6f76a12d26182eca29b2c1e3679d2735 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 6 Nov 2018 13:15:01 -0800 Subject: [PATCH 285/393] Empty commit, for MBS. From 958af6b31ad4941b4b764031183393f750f3e8ed Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 6 Nov 2018 13:44:03 -0800 Subject: [PATCH 286/393] Empty commit, for MBS. From 955114cf923355ad53cbf73c6dda09354890ca94 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 13 Nov 2018 09:13:49 -0800 Subject: [PATCH 287/393] Empty commit, for MBS. From 0e3496e538b5272e16ebe1edd0dc113bc08be914 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 13 Nov 2018 09:22:11 -0800 Subject: [PATCH 288/393] Empty commit, for MBS. From 9cc631ce65649f2bf7137261bee5d389b6687600 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 13 Nov 2018 09:23:26 -0800 Subject: [PATCH 289/393] Empty commit, for MBS. From bf64d41494998956da3aa84a33b0585a838d09c8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 13 Nov 2018 09:29:51 -0800 Subject: [PATCH 290/393] Empty commit, for MBS. From 8afb087ba865b5bb7de7e11bcda0601523ac5394 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 13 Nov 2018 09:35:30 -0800 Subject: [PATCH 291/393] Empty commit, for MBS. From 13ebf23cae42e06760ef8194fb9f9db891e1acf2 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 13 Nov 2018 10:06:29 -0800 Subject: [PATCH 292/393] Empty commit, for MBS. From 1b2ed2037139472fc53892395b1c8fb37244933f Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 13 Nov 2018 10:09:02 -0800 Subject: [PATCH 293/393] Empty commit, for MBS. From 42cb908bbf41bc94c6ded3da2b2d0fef2a81ed5c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Nov 2018 07:04:42 -0800 Subject: [PATCH 294/393] Empty commit, for MBS. From f1678a1c55e25fc4a1bdd7da63901394b312bd66 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Nov 2018 07:07:09 -0800 Subject: [PATCH 295/393] Empty commit, for MBS. From ca7981e8cecc77d2fe78e8a22e24df10a02c39fb Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Nov 2018 07:09:20 -0800 Subject: [PATCH 296/393] Empty commit, for MBS. From fe47fca0568c36bd27bfcf7608efe63622212fa8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Nov 2018 07:44:07 -0800 Subject: [PATCH 297/393] Empty commit, for MBS. From 26b0828f621a05793905175f1df664c083675d8c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 15 Nov 2018 15:14:56 -0800 Subject: [PATCH 298/393] Empty commit, for MBS. From 1b6871dcee9df6290b034ac0c98c8077ace71001 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 16 Nov 2018 14:10:52 -0800 Subject: [PATCH 299/393] Empty commit, for MBS. From d5528f772b9441dc3071647b2dbd4e62d9d651b8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 16 Nov 2018 14:13:18 -0800 Subject: [PATCH 300/393] Empty commit, for MBS. From 71c8255902e56c00f9777c374e134f94dbc43831 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 16 Nov 2018 14:16:25 -0800 Subject: [PATCH 301/393] Empty commit, for MBS. From 6b3a03f76cb74a89865f82c9d2bb907977618c72 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 16 Nov 2018 14:18:24 -0800 Subject: [PATCH 302/393] Testing multiple platforms --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index f6de936..e95b8de 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,7 +9,7 @@ data: buildrequires: platform: f30 requires: - platform: f30 + platform: [ f30, f29 ] references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From e4b719b01fd24f445d97d006fda3734c7037e7f9 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 16 Nov 2018 14:19:37 -0800 Subject: [PATCH 303/393] Testing multiple platforms --- testmodule.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index e95b8de..0226e4b 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,7 +9,9 @@ data: buildrequires: platform: f30 requires: - platform: [ f30, f29 ] + platform: + - f30 + - f29 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 11d1fc3e5aa2a30a0434fb3ffcae884305b02409 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 16 Nov 2018 14:20:31 -0800 Subject: [PATCH 304/393] Removing bad testing --- testmodule.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 0226e4b..f6de936 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -9,9 +9,7 @@ data: buildrequires: platform: f30 requires: - platform: - - f30 - - f29 + platform: f30 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 08b3f8b2de3a48fe1c21e9e320f4073e98b31361 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 28 Nov 2018 07:32:51 -0800 Subject: [PATCH 305/393] Empty commit, for MBS. From ea584a916c63c50d5a8a25c8235cf88e3ef48e33 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 28 Nov 2018 07:57:18 -0800 Subject: [PATCH 306/393] Empty commit, for MBS. From 42c8ebd4be42e02c390f2e3396ebc60ee3a0f20d Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 28 Nov 2018 15:32:05 -0500 Subject: [PATCH 307/393] Bump From e7d8037c022ebcbeda35a57b83570d1110f63d46 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 28 Nov 2018 15:32:21 -0500 Subject: [PATCH 308/393] Bump From 8f42db5f08c793b057cbec3e3b1d445cefe1e944 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 28 Nov 2018 15:33:33 -0500 Subject: [PATCH 309/393] Bump From 3af650e2188ce11465385f6e84897a26072cefd0 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 28 Nov 2018 14:24:25 -0800 Subject: [PATCH 310/393] Empty commit, for MBS. From 833b7aff4def08ad77809ff78a0c7edbb75d3f16 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 28 Nov 2018 14:25:36 -0800 Subject: [PATCH 311/393] Empty commit, for MBS. From a41fcc6fb95653f2ecf9aef30a0fda0c4afa9fe1 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 4 Dec 2018 14:11:04 -0800 Subject: [PATCH 312/393] Empty commit, for MBS. From 0e75eccbd8e1b1069e5e7b0468da472ddce22cef Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 7 Dec 2018 09:00:31 -0500 Subject: [PATCH 313/393] Bump From d7085927b7a0a72bf1e7285eae3a9788f231ccc0 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 19 Dec 2018 09:34:07 -0500 Subject: [PATCH 314/393] Bump From 095a8bbfeb8111206c212c44bcdb856a9523d787 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 19 Dec 2018 12:20:57 -0500 Subject: [PATCH 315/393] Bump From 4ed894554d52c6e6e81d604191731a086344625f Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 15 Jan 2019 09:06:13 -0500 Subject: [PATCH 316/393] Bump From 59c95a9474f8b91adca7f1b8ae73e8ea91c0e262 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 15 Jan 2019 13:46:41 -0500 Subject: [PATCH 317/393] Bump From 70542009f92a066d798caf4f984bdb565f495c30 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 16 Jan 2019 10:20:29 -0500 Subject: [PATCH 318/393] Bump From 7223ab1207e2e8e993f5cd9a0c8947d15a807d80 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 7 Feb 2019 09:48:18 -0500 Subject: [PATCH 319/393] Bump From b027cd65c633a4b51d516eb803d31f183ce45e05 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 12 Feb 2019 08:04:28 +0100 Subject: [PATCH 320/393] Use commit hash in 'dwm' ref to test MBS SCM. --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index f6de936..c40ee11 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -30,5 +30,5 @@ data: modules: dwm: rationale: Testing module inclusion. - ref: 6.1 + ref: 62a7a buildorder: 10 From 4be61400d10a40b8e31eee4b4e73dadbb03e1663 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 14 Feb 2019 09:15:31 -0500 Subject: [PATCH 321/393] Bump Signed-off-by: Mohan Boddu From 02c889eb893c8c7798afe105eeb6b8b3ce5b34d0 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 18 Feb 2019 17:22:28 -0500 Subject: [PATCH 322/393] Bumping Signed-off-by: Mohan Boddu From d1522cb0a272bdcbf5b65623366b685f68ea75d5 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 18 Feb 2019 17:32:46 -0500 Subject: [PATCH 323/393] Bumping2 Signed-off-by: Mohan Boddu From 8ce2477f884175647df61efc9cadb7d36b6c0b15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 23:02:53 +0000 Subject: [PATCH 324/393] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From b0cf82d98b47c6b798437a7ab23fa50ec3484264 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 1 Mar 2019 17:04:05 -0500 Subject: [PATCH 325/393] Testing f31:platform build Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index c40ee11..75768b6 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f30 + platform: f31 requires: - platform: f30 + platform: f31 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 937add812f7d3b7ebf39478a1d67eb3887e63553 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 1 Mar 2019 17:12:21 -0500 Subject: [PATCH 326/393] Fixing the dmw ref Signed-off-by: Mohan Boddu --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 75768b6..bb80a16 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -30,5 +30,5 @@ data: modules: dwm: rationale: Testing module inclusion. - ref: 62a7a + ref: 6.1 buildorder: 10 From ecf7ecf9da0b02474955626fdcac45f43b422037 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 4 Mar 2019 11:15:34 +0100 Subject: [PATCH 327/393] bump From 8a958dcaa48f7cc2d640bf9dba1e2ded70c4ed6d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 11:46:08 -0500 Subject: [PATCH 328/393] Testing module stream expansion for platform:31 enablement Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index bb80a16..538d101 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f31 + platform: [] requires: - platform: f31 + platform: [] references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From d3c4daa5dcf920588d905f9ab4a76e18bc2d18ef Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 11:50:09 -0500 Subject: [PATCH 329/393] Build requires is set to platform:f31 Signed-off-by: Mohan Boddu --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 538d101..05596f2 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,7 +7,7 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: [] + platform: f31 requires: platform: [] references: From d7732f3c8ee16b677717832ed8888de449ba8e28 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 11:58:24 -0500 Subject: [PATCH 330/393] Setting the modulemd document version 2 and enable MSE on BR Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 05596f2..badbc09 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: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline. @@ -7,7 +7,7 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f31 + platform: [] requires: platform: [] references: From f284999840a6e2070764ad285ac8db9c439f1059 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 12:38:46 -0500 Subject: [PATCH 331/393] In modulemd document v2, dependencies is a list Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index badbc09..38d5ee3 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -6,9 +6,9 @@ data: license: module: [ MIT ] dependencies: - buildrequires: + - buildrequires: platform: [] - requires: + requires: platform: [] references: community: https://fedoraproject.org/wiki/Modularity From 07b6df11da2b72026f470a48ae12bdc1a096401a Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 20:53:41 -0400 Subject: [PATCH 332/393] Bump From 3483aaf1e30d15d258032c2929284d88a1b1459c Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 20:59:55 -0400 Subject: [PATCH 333/393] Buildrequire platform:f30 --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 38d5ee3..04f593b 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [] + platform: [f30] requires: - platform: [] + platform: [f30] references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 6e04fbb49de9c9feb3e09574f73d1283cab9a002 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 21:04:04 -0400 Subject: [PATCH 334/393] Bump From 590c31beed81e22b8d3e6fc7cf4df075fab6537c Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 21:27:05 -0400 Subject: [PATCH 335/393] Bump From 077a284530e54fd9c0eeb27a51f0cbfa58404acc Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 12:22:13 -0400 Subject: [PATCH 336/393] Bump From 7937f65da9f4561a5006948a95270480d487905b Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 12:56:55 -0400 Subject: [PATCH 337/393] Bump From 7f769a65232e1b374b399bf3939f72400012eb45 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:03:29 -0400 Subject: [PATCH 338/393] Bump From 3f58216ed5082fd816077b061b3c9060895526f4 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:14:06 -0400 Subject: [PATCH 339/393] Bump From e9524a9c26b618885b8c5605e9758dc806be8f80 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:50:34 -0400 Subject: [PATCH 340/393] Bump From 92a9e69dbbd906ef6ce7dde87a0ed64dd72af240 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:52:59 -0400 Subject: [PATCH 341/393] Bump From 80508b34b39155010bb865b16f19f54332b8e628 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 24 Jun 2019 08:18:38 -0400 Subject: [PATCH 342/393] Bump From 450a05e79dd970054c7c9aad1da8e7b62aa5de0b Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 24 Jun 2019 08:19:05 -0400 Subject: [PATCH 343/393] Bump From 946dec21f25a7c9c7f9bc09bc16d7d358ae30323 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 24 Jun 2019 08:44:09 -0400 Subject: [PATCH 344/393] Bump From 2b333d900f9c076fb42c307733bcd0fec7e30383 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 27 Jun 2019 13:34:12 -0400 Subject: [PATCH 345/393] Bump From 2aaf5866d21e3d75a579ca63c56c02b128ff5684 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 28 Jun 2019 11:03:08 -0400 Subject: [PATCH 346/393] Bump From a8deb4beed33fe515f30624541da08e5e8fa1d4e Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 28 Jun 2019 13:46:59 -0400 Subject: [PATCH 347/393] Bump From dfc68d3abb549f6965c7192a3a37bb5ce51c953d Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 28 Jun 2019 13:48:28 -0400 Subject: [PATCH 348/393] Bump From 739ffeae6fb9e28aecb0ac90d46b1b65abeca441 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 1 Jul 2019 14:44:43 -0400 Subject: [PATCH 349/393] Bump From 643b8672e588597804a066a458ceb9330f5e29a1 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 22 Jul 2019 09:08:00 -0400 Subject: [PATCH 350/393] Bump From 9cf0e1e54e83fc21a7b05cfa7b34e3f6ca9c7a14 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 22 Jul 2019 09:09:05 -0400 Subject: [PATCH 351/393] Bump From e479a2b02d0b993396c8f18797143d55a4e23ae1 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 08:40:46 -0400 Subject: [PATCH 352/393] Bump From dfbf71ffc9326ef2d568d4e36b1726cf40832451 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 08:52:49 -0400 Subject: [PATCH 353/393] Bump From 5419e2cfade4a38cd9f7a1f849e9fd52580bab84 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 08:57:49 -0400 Subject: [PATCH 354/393] Bump From 90f28bee952b37c241d2cda7f9e86d4a71f6bfe2 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:01:09 -0400 Subject: [PATCH 355/393] Bump From 203eff91d62f0354d63d91456e1fb2e2f4102647 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:04:29 -0400 Subject: [PATCH 356/393] Bump From 3154b7fee3ea487e8cc994f6db16caed4421edde Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:12:59 -0400 Subject: [PATCH 357/393] Bump From 3fc287f2af658eb1fcaef82e0d924b9ab674aefa Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:14:13 -0400 Subject: [PATCH 358/393] Bump From d1265d27531b6a2f70189233931a38e4da646a72 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:15:08 -0400 Subject: [PATCH 359/393] Bump From 9a2d0b87dfa8200a918e0c6d355022670b2db5d9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:16:42 -0400 Subject: [PATCH 360/393] Bump From feb1365c35f68b191d9469640b24caf475d3b82d Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:17:08 -0400 Subject: [PATCH 361/393] Bump From 1f3705e6c69f4b8d103eb51eafa6f955e48b4141 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:17:15 -0400 Subject: [PATCH 362/393] Bump From dbc01d20b7f48f52eb3f3ef35d054958c5853813 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:17:55 -0400 Subject: [PATCH 363/393] Bump From ada5a9b50d716ae656bff2040011f24e64bd41a5 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:18:21 -0400 Subject: [PATCH 364/393] Bump From c0282efac38c5c2e4de36f277ac4423378c704ca Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:34:17 -0400 Subject: [PATCH 365/393] Bump From ea8cbbbaaed73a423e0ddfcf510ca0dc26c7a5d7 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:34:42 -0400 Subject: [PATCH 366/393] Bump From 5c5855f16afb6e555f0b957799574720f9bd2411 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 13:38:34 -0400 Subject: [PATCH 367/393] Bump From 454d4cf2f05bc4e3848ebc522f714f031037542d Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 26 Aug 2019 08:54:18 +0200 Subject: [PATCH 368/393] buildrequire javapackages-tools: [201801] for a test --- testmodule.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/testmodule.yaml b/testmodule.yaml index 04f593b..b764cb5 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -8,6 +8,7 @@ data: dependencies: - buildrequires: platform: [f30] + javapackages-tools: [201801] requires: platform: [f30] references: From 8a2aba5d37782cb5484b93eb6ae63f27d4a0b02f Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 30 Aug 2019 14:11:05 -0400 Subject: [PATCH 369/393] Bump From adde8ea636920762c357ddc0802f79d2019fb037 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 30 Aug 2019 14:11:41 -0400 Subject: [PATCH 370/393] Bump From 9a9e86f48e2e32ea3fee6543d811893296093135 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 30 Aug 2019 14:14:44 -0400 Subject: [PATCH 371/393] Bump From 95dd98c65a2a6ff376ffc69d29f07dc523968330 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 30 Aug 2019 14:15:18 -0400 Subject: [PATCH 372/393] Bump From 0181cabf378401d2745524672d716bab02a25d9b Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 30 Aug 2019 14:16:40 -0400 Subject: [PATCH 373/393] Bump From 51be0c8fb373264403f13689385a2bef26164a7b Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 30 Aug 2019 14:17:23 -0400 Subject: [PATCH 374/393] Bump From 1dcacbc22b481910f57ff41b639b12cf9f605750 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:02:58 -0400 Subject: [PATCH 375/393] Bump From 4b71cf70374416bf3ddc595145e3457d953bdecb Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:05:03 -0400 Subject: [PATCH 376/393] Remove javapackages-tools temporarily --- testmodule.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index b764cb5..04f593b 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -8,7 +8,6 @@ data: dependencies: - buildrequires: platform: [f30] - javapackages-tools: [201801] requires: platform: [f30] references: From c8cc54b6965b049bb826994c1a568b38f9771cf3 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:06:49 -0400 Subject: [PATCH 377/393] Bump From c2075b04f93f1314b1cda8813e66ffa10d59352f Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:07:30 -0400 Subject: [PATCH 378/393] Bump From 2b8a04a70c95c0cc0a126920490c53be4677a0d7 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:19:13 -0400 Subject: [PATCH 379/393] Bump From 7e5e142bac06cbb2ffbb3d3177c4bac758576a99 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:19:44 -0400 Subject: [PATCH 380/393] Bump From 91f997c549c43c97e6cc794a65b532bf59c1ae89 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:20:31 -0400 Subject: [PATCH 381/393] Bump From d1c6a8ba456bbada311f3a4463bf221a2f7505ae Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:21:06 -0400 Subject: [PATCH 382/393] Bump From 314f5d0fa0feab14e5852788ca72066ea8b25860 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:26:39 -0400 Subject: [PATCH 383/393] Revert "Remove javapackages-tools temporarily" This reverts commit 4b71cf70374416bf3ddc595145e3457d953bdecb. --- testmodule.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/testmodule.yaml b/testmodule.yaml index 04f593b..b764cb5 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -8,6 +8,7 @@ data: dependencies: - buildrequires: platform: [f30] + javapackages-tools: [201801] requires: platform: [f30] references: From 6ac1fead6a5513d0026da9575050b24db214e76f Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:51:55 -0400 Subject: [PATCH 384/393] Bump From 5ede1f1e6c62fcc89d791e280b6079e8e2c2d173 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 11 Sep 2019 10:56:53 -0400 Subject: [PATCH 385/393] Bump From 460841acf3465086bf1b27b1611ac5b232a829d3 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 12 Sep 2019 10:17:09 -0400 Subject: [PATCH 386/393] Bump From 3f4fac8cb127fce9c6a98e9884d855953d468e34 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Fri, 20 Sep 2019 17:52:21 +0800 Subject: [PATCH 387/393] Bump Comment out some lines to make the build faster. Signed-off-by: Chenxiong Qi --- testmodule.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index b764cb5..63adf93 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -8,7 +8,7 @@ data: dependencies: - buildrequires: platform: [f30] - javapackages-tools: [201801] + #javapackages-tools: [201801] requires: platform: [f30] references: @@ -28,8 +28,8 @@ data: perl-List-Compare: rationale: A dependency of tangerine. ref: master - modules: - dwm: - rationale: Testing module inclusion. - ref: 6.1 - buildorder: 10 + #modules: + #dwm: + #rationale: Testing module inclusion. + #ref: 6.1 + #buildorder: 10 From dc5733b49004103378910f0cb13b21b789463cf9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 20 Sep 2019 09:03:11 -0400 Subject: [PATCH 388/393] Bump From d4f6df0e572516f705e034fe441f4dc4d9c6a0c0 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 20 Sep 2019 09:03:59 -0400 Subject: [PATCH 389/393] Bump From 52eb3032345e9ae917339f66610f0754b651a2a7 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 20 Sep 2019 09:05:21 -0400 Subject: [PATCH 390/393] Bump From bb55e842d9685322c1cbd0c349ddfa6bbdc82e8d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Thu, 10 Oct 2019 16:53:34 -0400 Subject: [PATCH 391/393] Bump From e87d08319e5ef2734976fbc9d9e7a2959be48ab8 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Tue, 26 Nov 2019 11:23:59 -0500 Subject: [PATCH 392/393] Bump From 969d3b2df8ff39fd3c56d3626f0c3f4fe993deb0 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Thu, 30 Jul 2020 16:07:06 -0400 Subject: [PATCH 393/393] use a supported platform --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 63adf93..320d519 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,10 +7,10 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f30] + platform: [f33] #javapackages-tools: [201801] requires: - platform: [f30] + platform: [f33] references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules