Revert "Temporarily stop releasing after bandersnatch"

This reverts commit 01f30d523b.

It also changes it to make the vos release verbose, and to use
set -e rather than explicit error checking.

Change-Id: Iffcf03899792b17b4873742b513ebada7f2efd8d
This commit is contained in:
James E. Blair 2016-02-02 08:18:24 -08:00
parent 01f30d523b
commit cc5fa1bdc8

View File

@ -14,7 +14,12 @@
# License for the specific language governing permissions and limitations
# under the License.
set -e
echo "Obtaining bandersnatch tokens and running bandersnatch."
k5start -t -f /etc/bandersnatch.keytab service/bandersnatch -- timeout -k 2m 30m run-bandersnatch
echo "Bandersnatch completed successfully, running vos release."
k5start -t -f /etc/afsadmin.keytab service/afsadmin -- vos release -v mirror.pypi
echo "Done."