sync packages to koji for all fedora's 25 on we are completely isolating
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
6c216a91b1
commit
eac767c04d
1 changed files with 25 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
|||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji fedora
|
||||
- name: sync packages from pkgdb2 to koji fedora 22
|
||||
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb f22"
|
||||
cron_file=update-koji-owner-fedora
|
||||
|
@ -208,6 +208,30 @@
|
|||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji fedora 23
|
||||
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb f23"
|
||||
cron_file=update-koji-owner-fedora
|
||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji fedora 24
|
||||
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb f24"
|
||||
cron_file=update-koji-owner-fedora
|
||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: sync packages from pkgdb2 to koji fedora 25
|
||||
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
|
||||
job="/usr/local/bin/owner-sync-pkgdb f25"
|
||||
cron_file=update-koji-owner-fedora
|
||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||
tags:
|
||||
- bodhi
|
||||
|
||||
#
|
||||
# cron job that syncs updates to master mirror
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue