Move the public-db-copy to run at 12utc so it doesn't run before koji dump is done. Ticket 4961
This commit is contained in:
parent
33a3e0a1c5
commit
36b0ec909a
3 changed files with 16 additions and 6 deletions
6
roles/batcave/files/public-db-copy.cron
Executable file → Normal file
6
roles/batcave/files/public-db-copy.cron
Executable file → Normal file
|
@ -1,5 +1 @@
|
|||
#!/bin/bash
|
||||
mailto='admin@fedoraproject.org'
|
||||
source /root/sshagent >>/dev/null
|
||||
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||
/srv/web/infra/ansible/scripts/public-db-copy >& /dev/null
|
||||
0 12 * * * root /usr/local/bin/public-db-copy.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue