From: "Owen W. Taylor" <[email protected]>
We're now building Fedora 30 Flatpaks based on the F30 runtime, so
we need to populate the f30-flatpak tag based on the contents of
Pagure.
---
roles/bodhi2/backend/files/koji-sync-listener.py | 2 +-
roles/bodhi2/backend/tasks/main.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/roles/bodhi2/backend/files/koji-sync-listener.py
b/roles/bodhi2/backend/files/koji-sync-listener.py
index 5d65cc164..1ea07ad53 100644
--- a/roles/bodhi2/backend/files/koji-sync-listener.py
+++ b/roles/bodhi2/backend/files/koji-sync-listener.py
@@ -23,7 +23,7 @@ def handle(content):
sys.stdout.flush()
# XXX If you modify this taglist. Please also modify the other copy in
# bodhi2/backend/tasks/main.yml
- taglist = 'f31 f31-container f31-modular f30 f30-container f30-modular f29
f29-container f29-flatpak f29-modular epel7 dist-6E-epel module-package-list
modular'
+ taglist = 'f31 f31-container f31-modular f30 f30-container f30-flatpak
f30-modular f29 f29-container f29-flatpak f29-modular epel7 dist-6E-epel
module-package-list modular'
cmd = [
'/usr/local/bin/owner-sync-pagure',
'--package', package,
diff --git a/roles/bodhi2/backend/tasks/main.yml
b/roles/bodhi2/backend/tasks/main.yml
index 8867d11da..13014d08e 100644
--- a/roles/bodhi2/backend/tasks/main.yml
+++ b/roles/bodhi2/backend/tasks/main.yml
@@ -65,7 +65,7 @@
# bodhi2/backend/files/koji-sync-listener.py
# This cronjob runs only once a day. The listener script runs reactively.
cron: name="owner-sync" minute="15" hour="4" user="root"
- job="/usr/local/bin/lock-wrapper owner-sync
'/usr/local/bin/owner-sync-pagure f31 f31-container f31-modular f30
f30-container f30-modular f29 f29-container f29-flatpak f29-modular epel7
dist-6E-epel module-package-list modular'"
+ job="/usr/local/bin/lock-wrapper owner-sync
'/usr/local/bin/owner-sync-pagure f31 f31-container f31-modular f30
f30-container f30-flatpak f30-modular f29 f29-container f29-flatpak f29-modular
epel7 dist-6E-epel module-package-list modular'"
cron_file=update-koji-owner
when: env == "production"
tags:
--
2.21.0
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]