From 1dc298b78684d529bbe1ee8b8207bbc99673cae0 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 20 Oct 2017 10:25:03 +0200 Subject: [PATCH 1/2] update master hashes --- cloud-init.yaml | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/cloud-init.yaml b/cloud-init.yaml index 26221c3..775b742 100644 --- a/cloud-init.yaml +++ b/cloud-init.yaml @@ -9,12 +9,12 @@ data: - MIT dependencies: buildrequires: - bootstrap: f27 + bootstrap: master requires: - platform: f27 + platform: master python3: master python3-ecosystem: master - networking-base: f27 + networking-base: master python2: master references: community: https://docs.pagure.org/modularity/ @@ -30,34 +30,44 @@ data: - cloud-init components: rpms: + # cloud-init-17.1-1.fc28 cloud-init: rationale: Generated. - ref: 371f80e5045d1a4ddc8b80e13674c155fce6f28f + ref: 536667c88bba1bca23c5433c020761afd52696b2 buildorder: 5 + # pyserial-3.1.1-5.fc28 pyserial: rationale: Generated. ref: a873d791cd88705de6a14b4ee92e6fac04cf1963 + # python-configobj-5.0.6-9.fc27 python-configobj: rationale: Generated. ref: 837a2fab8fbebd3233a68c9f6e7ff6c8e3c10105 + # python-jinja2-2.9.6-3.fc28 python-jinja2: rationale: Generated. - ref: b33ff757001244a02dd8c82c7495a41db206fef3 + ref: 6b13162d603c21614c80b5658ac623bdc59e09fc + # python-jsonpatch-1.14-5.fc28 python-jsonpatch: rationale: Generated. - ref: 396e63f97a7cdfd35141db4aadd7d97a736dc040 + ref: 503ab82b53b0ce303fc1f10a3d5ce538cef37f69 + # python-jsonpointer-1.10-8.fc28 python-jsonpointer: rationale: Generated. - ref: fda69626bd8eb12cd55e54344957c856d4ece9e2 + ref: f702e8ee3e826a19e96b51069749d14d26873029 + # python-jwt-1.5.3-1.fc28 python-jwt: rationale: Generated. - ref: 89a23de8e8e0fdfda81f62bbedd040f4a03c13dc + ref: 731169b3616e09c8d0ba995b49502b5972219eb1 + # python-markupsafe-0.23-16.fc27 python-markupsafe: rationale: Generated. ref: 418a49b8cc3215fe5c07d33d04c3659aff066923 + # python-oauthlib-2.0.1-5.fc28 python-oauthlib: rationale: Generated. - ref: 1c44a11c1d17ffcd728f57d4520de599765da3c6 + ref: abcdad187c31722649f055a09cc5a3dfd54e6c6f + # python-prettytable-0.7.2-12.fc28 python-prettytable: rationale: Generated. ref: 6500be2e5beed529d9ecfff0f4f9a48835cae853 From 017a58867a999a058c030bd5107c67330edf6206 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 12 Feb 2019 22:43:07 +0100 Subject: [PATCH 2/2] Unsupported --- README.md | 18 ------------ cloud-init.yaml | 73 ------------------------------------------------- dead.package | 1 + 3 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 README.md delete mode 100644 cloud-init.yaml create mode 100644 dead.package diff --git a/README.md b/README.md deleted file mode 100644 index 3c11a6a..0000000 --- a/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# cloud-init -A module with Cloud instance init scripts and other required packages - -Tracking the top-level packages of the networking-base module, or modules. - -The new modules target modular Fedora releases, starting with version 27. - -This main purpose of this repository is being the content tracker. The format is based on the [Host and Platform](https://github.com/fedora-modularity/hp) definition. - -## Content definition - -This section includes a list of modules along with toplevel binary input packages for package-level dependency resolution. - -### `cloud-init` - -cloud-init packages: - -* `cloud-init`, the core component of this module diff --git a/cloud-init.yaml b/cloud-init.yaml deleted file mode 100644 index 775b742..0000000 --- a/cloud-init.yaml +++ /dev/null @@ -1,73 +0,0 @@ -document: modulemd -version: 1 -data: - summary: cloud-init module - description: >- - A module with Cloud instance init scripts and other required packages. - license: - module: - - MIT - dependencies: - buildrequires: - bootstrap: master - requires: - platform: master - python3: master - python3-ecosystem: master - networking-base: master - python2: master - references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/modularity-modules/cloud-init - tracker: https://github.com/modularity-modules/cloud-init - api: - rpms: - - cloud-init - profiles: - default: - description: A generated profile based on top-lvl package list. - rpms: - - cloud-init - components: - rpms: - # cloud-init-17.1-1.fc28 - cloud-init: - rationale: Generated. - ref: 536667c88bba1bca23c5433c020761afd52696b2 - buildorder: 5 - # pyserial-3.1.1-5.fc28 - pyserial: - rationale: Generated. - ref: a873d791cd88705de6a14b4ee92e6fac04cf1963 - # python-configobj-5.0.6-9.fc27 - python-configobj: - rationale: Generated. - ref: 837a2fab8fbebd3233a68c9f6e7ff6c8e3c10105 - # python-jinja2-2.9.6-3.fc28 - python-jinja2: - rationale: Generated. - ref: 6b13162d603c21614c80b5658ac623bdc59e09fc - # python-jsonpatch-1.14-5.fc28 - python-jsonpatch: - rationale: Generated. - ref: 503ab82b53b0ce303fc1f10a3d5ce538cef37f69 - # python-jsonpointer-1.10-8.fc28 - python-jsonpointer: - rationale: Generated. - ref: f702e8ee3e826a19e96b51069749d14d26873029 - # python-jwt-1.5.3-1.fc28 - python-jwt: - rationale: Generated. - ref: 731169b3616e09c8d0ba995b49502b5972219eb1 - # python-markupsafe-0.23-16.fc27 - python-markupsafe: - rationale: Generated. - ref: 418a49b8cc3215fe5c07d33d04c3659aff066923 - # python-oauthlib-2.0.1-5.fc28 - python-oauthlib: - rationale: Generated. - ref: abcdad187c31722649f055a09cc5a3dfd54e6c6f - # python-prettytable-0.7.2-12.fc28 - python-prettytable: - rationale: Generated. - ref: 6500be2e5beed529d9ecfff0f4f9a48835cae853 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..cfb6fca --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Unsupported