mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user