[PATCH] tag2distrepo: also regen f*-coreos-continuous repos

2019-04-11 Thread Jonathan Lebon
We want to be able to get automatically regenerated yum repos whenever we build into the continuous tags. This will be used by the Fedora CoreOS team for building and testing. See https://pagure.io/releng/issue/8165 for more details. --- roles/bodhi2/backend/templates/tag2distrepo.py.j2 | 2 ++ 1

[PATCH] rabbitmq: add coreos queue

2019-09-20 Thread Jonathan Lebon
This is needed for CoreOS-specific messages. See https://pagure.io/fedora-infrastructure/issue/8227. --- roles/rabbitmq_cluster/tasks/apps.yml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index 1f2f5a

[PATCH v2] rabbitmq: add coreos queue

2019-09-20 Thread Jonathan Lebon
This is needed for CoreOS-specific messages. See https://pagure.io/fedora-infrastructure/issue/8227. Reviewed-by: Aurelien Bompard --- roles/rabbitmq_cluster/tasks/apps.yml | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/r

[PATCH] robosignatory.toml.j2: bump FCOS artifacts signing key to f31

2019-11-25 Thread Jonathan Lebon
From: Jonathan Lebon FCOS is now rebased to f31. Bump the signing key accordingly. Signed-off-by: Jonathan Lebon --- roles/robosignatory/templates/robosignatory.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 b

Re: [PATCH] robosignatory.toml.j2: bump FCOS artifacts signing key to f31

2019-11-25 Thread Jonathan Lebon
96 [2] https://github.com/coreos/fedora-coreos-tracker/blob/master/Design.md#version-numbers On Mon, Nov 25, 2019 at 9:47 AM Jonathan Lebon wrote: > > From: Jonathan Lebon > > FCOS is now rebased to f31. Bump the signing key accordingly. > > Signed-off-by: Jonathan Lebon >