On Fri, Sep 20, 2019 at 11:28 AM Stephen Gallagher <sgallagh@xxxxxxxxxx> wrote:
On Wed, Sep 11, 2019 at 1:38 PM Kevin Fenzi <kevin@xxxxxxxxx> wrote:
>
> On 9/10/19 1:57 PM, Merlin Mathesius wrote:
> > Please review the attached patch to add a new file to
> > https://infrastructure.fedoraproject.org/cgit/ansible.git/.
> >
> > This patch provides a new platform:el8 default module definition so
> > fm-orchestrator knows about EPEL8. Some review and discussion has already
> > taken place at https://pagure.io/Fedora-Infra/ansible/pull-request/40.
> >
> > The contents are based on the current Fedora platform module definitions
> > plus the rpm profiles from the package groups found in
> > https://kojipkgs.fedoraproject.org/repos/epel8-infra-build/latest/groups/comps.xml
> > .
> >
> > Note: I'm starting with just this platform:el8 module definition for
> > staging MBS. Once we're happy with it, it can be replicated for
> > platform:el8-playground. Then, when ready, they can be copied to production.
>
> Looks ok to me. +1
>
Same here. +1
Since this seems to be well received so far, here's a patch with platform:el8-playground...
Merlin
From 0b52c395d5ef33f6f0d3638c64ffcc9e19be6cfa Mon Sep 17 00:00:00 2001 From: Merlin Mathesius <mmathesi@xxxxxxxxxx> Date: Fri, 20 Sep 2019 11:56:03 -0500 Subject: [PATCH 2/2] Adding EL8 playground platform Signed-off-by: Merlin Mathesius <mmathesi@xxxxxxxxxx> --- .../platform-el8-playground.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 roles/mbs/common/files/default-modules.staging/platform-el8-playground.yaml diff --git a/roles/mbs/common/files/default-modules.staging/platform-el8-playground.yaml b/roles/mbs/common/files/default-modules.staging/platform-el8-playground.yaml new file mode 100644 index 000000000..bace82ec4 --- /dev/null +++ b/roles/mbs/common/files/default-modules.staging/platform-el8-playground.yaml @@ -0,0 +1,23 @@ +document: modulemd +version: 1 +data: + name: platform + stream: el8-playground + version: 1 + context: 00000000 + summary: EPEL 8 playground base + description: EPEL 8 playground base + license: + module: [MIT] + profiles: + buildroot: + rpms: [bash, bzip2, coreutils, cpio, diffutils, epel-release, epel-rpm-macros, fedpkg-minimal, findutils, gawk, gcc, gcc-c++, grep, gzip, info, make, patch, redhat-release, redhat-release-everything, redhat-release-server, redhat-rpm-config, rpm-build, sed, shadow-utils, tar, unzip, util-linux, util-linux-ng, which, xz] + srpm-buildroot: + rpms: [bash, epel-release, epel-rpm-macros, fedpkg-minimal, git, gnupg, make, redhat-release, redhat-release-everything, redhat-release-server, redhat-rpm-config, rpm-build, shadow-utils] + xmd: + mbs: + buildrequires: {} + commit: el8 + requires: {} + koji_tag: module-el8-playground-build + mse: TRUE -- 2.23.0
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx