Wow, not sure how this even worked before. ;( Also, disable pkgdb sync in stg for now as it's broken and spamming
This commit is contained in:
parent
df00698ed6
commit
cc5256a370
1 changed files with 4 additions and 4 deletions
|
@ -182,7 +182,7 @@
|
|||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji (el6)
|
||||
cron: name="owner-sync-el5" minute="7,17,27,37,47,57" user="root"
|
||||
cron: name="owner-sync-el6" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb dist-6E-epel"
|
||||
cron_file=update-koji-owner-EL-6
|
||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||
|
@ -190,7 +190,7 @@
|
|||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji (epel7)
|
||||
cron: name="owner-sync-el5" minute="7,17,27,37,47,57" user="root"
|
||||
cron: name="owner-sync-epel7" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb epel7"
|
||||
cron_file=update-koji-owner-epel7
|
||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||
|
@ -198,10 +198,10 @@
|
|||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji (f21)
|
||||
cron: name="owner-sync-el5" minute="7,17,27,37,47,57" user="root"
|
||||
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb f21"
|
||||
cron_file=update-koji-owner-f21
|
||||
when: inventory_hostname.startswith('bodhi-backend01')
|
||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||
tags:
|
||||
- bodhi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue