This commit is contained in:
Kevin Fenzi 2016-11-03 20:06:31 +00:00
parent 64e456c769
commit af23c3c63f

View file

@ -148,6 +148,7 @@
mode=0644 mode=0644
tags: tags:
- config - config
- bodhi
# #
# cron job that syncs packages to koji # cron job that syncs packages to koji
@ -188,14 +189,14 @@
cron_file=update-koji-owner-fedora cron_file=update-koji-owner-fedora
when: inventory_hostname.startswith('bodhi-backend03') and env == "production" when: inventory_hostname.startswith('bodhi-backend03') and env == "production"
tags: tags:
- bodhi
- name: sync packages from pkgdb2 to koji fedor (docker) - name: sync packages from pkgdb2 to koji fedor (docker)
cron: name="owner-sync-fedora" 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 f24-docker;/usr/local/bin/owner-sync-pkgdb f25-docker;/usr/local/bin/owner-sync-pkgdb f26-docker" job="/usr/local/bin/owner-sync-pkgdb f24-docker;/usr/local/bin/owner-sync-pkgdb f25-docker;/usr/local/bin/owner-sync-pkgdb f26-docker"
cron_file=update-koji-owner-fedora-docker cron_file=update-koji-owner-fedora-docker
when: inventory_hostname.startswith('bodhi-backend03') and env == "production" when: inventory_hostname.startswith('bodhi-backend03') and env == "production"
tags: tags:
- bodhi
- bodhi - bodhi
# #
# cron job that syncs updates to master mirror # cron job that syncs updates to master mirror