bodhi-backend: disable updates-sync and auto pushes for now
Disable these until we sort out the ostree repo issues in releng 10114. Please check with me before re-enabling. :) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fb395d74a2
commit
d9d0b9d926
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
* * * * * ftpsync /usr/local/bin/lock-wrapper updates-push '/usr/local/bin/new-updates-sync' --silent
|
||||
|
||||
# disabled by kevin until we sort out releng 10114
|
||||
#* * * * * ftpsync /usr/local/bin/lock-wrapper updates-push '/usr/local/bin/new-updates-sync' --silent
|
||||
|
|
|
@ -2,5 +2,6 @@ MAILTO=sysadmin-releng-members@fedoraproject.org
|
|||
{% if RelEngFrozen %}
|
||||
{{ '#' }}14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
|
||||
{% else %}
|
||||
14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
|
||||
# disabled by kevin until we sort out releng 10114
|
||||
#14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue