Temporarily stop releasing after bandersnatch

We're in the middle of a long initial vos release to a new RO site
and we don't want the bandersnatch cron to accidentally start a new
one when this finishes.  Instead, we want to manually release until
we are certain that the release runtime is down to a manageable
level.

Change-Id: Ib5af8d3bbd4439fc414e6df87e6f8b37807fa138
This commit is contained in:
James E. Blair 2016-02-02 08:16:57 -08:00
parent d39b05bd97
commit 01f30d523b

View File

@ -17,11 +17,4 @@
echo "Obtaining bandersnatch tokens and running bandersnatch."
k5start -t -f /etc/bandersnatch.keytab service/bandersnatch -- timeout -k 2m 30m run-bandersnatch
RET=$?
if [ $RET -eq 0 ]; then
echo "Bandersnatch completed successfully, running vos release."
k5start -t -f /etc/afsadmin.keytab service/afsadmin -- vos release mirror.pypi
fi
echo "Done."