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:
Carl George
2021-10-13 18:25:20 -05:00
parent 3e9626416c
commit 4f245158d6
2 changed files with 3 additions and 1 deletions

View File

@@ -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:

View File

@@ -53,7 +53,9 @@ taglist = [
"f33-modular",
"f33-flatpak",
"epel9",
"epel9-next",
"epel8",
"epel8-next",
"epel8-playground",
"epel8-modular",
"epel7",