mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 02:22:33 +08:00
bodhi2/backend: Add epel8-next and epel9-next tags to koji_sync_listener
Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
@@ -87,7 +87,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 f36 f36-container f36-modular f35 f35-container f35-modular f34 f34-container f34-modular f33 f33-container f33-modular f33-flatpak epel9 epel8 epel8-playground epel8-modular epel7 module-package-list modular'"
|
||||
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f36 f36-container f36-modular f35 f35-container f35-modular f34 f34-container f34-modular f33 f33-container f33-modular f33-flatpak epel9 epel9-next epel8 epel8-next epel8-playground epel8-modular epel7 module-package-list modular'"
|
||||
cron_file=update-koji-owner
|
||||
when: env == "production"
|
||||
tags:
|
||||
|
||||
@@ -53,7 +53,9 @@ taglist = [
|
||||
"f33-modular",
|
||||
"f33-flatpak",
|
||||
"epel9",
|
||||
"epel9-next",
|
||||
"epel8",
|
||||
"epel8-next",
|
||||
"epel8-playground",
|
||||
"epel8-modular",
|
||||
"epel7",
|
||||
|
||||
Reference in New Issue
Block a user