bodhi2/backend: Add epel9 tag to koji_sync_listener
Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
parent
87308a1d5a
commit
51ffc1fb11
2 changed files with 2 additions and 1 deletions
|
@ -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 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 epel8 epel8-playground epel8-modular epel7 module-package-list modular'"
|
||||
cron_file=update-koji-owner
|
||||
when: env == "production"
|
||||
tags:
|
||||
|
|
|
@ -52,6 +52,7 @@ taglist = [
|
|||
"f33-container",
|
||||
"f33-modular",
|
||||
"f33-flatpak",
|
||||
"epel9",
|
||||
"epel8",
|
||||
"epel8-playground",
|
||||
"epel8-modular",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue