build alt from alt-rewrite branch

This commit is contained in:
Kevin Fenzi 2016-06-06 22:44:55 +00:00
parent 369c00900e
commit da6fcc01b3

View file

@ -53,6 +53,12 @@ build labs.fedoraproject.org
build arm.fedoraproject.org
build getfedora.org
/usr/bin/git clean -q -fdx || exit 1
/usr/bin/git reset -q --hard || exit 1
/usr/bin/git checkout -q alt-rewrite || exit 1
/usr/bin/git pull -q --ff-only || exit 1
build alt.fedoraproject.org
pushd mirrors.fedoraproject.org > /dev/null
rsync -qa --delete-after --delay-updates . /srv/web/mirrors.fedoraproject.org/
popd > /dev/null