build stg websites with f25-beta branch

This commit is contained in:
Robert Mayr 2016-10-03 20:36:34 +00:00
parent 29d9e648ed
commit 3347f5e2ed

View file

@ -45,12 +45,13 @@ cd /srv/web/fedora-websites
/usr/bin/git clean -q -fdx || exit 1
/usr/bin/git reset -q --hard || exit 1
/usr/bin/git checkout -q f25-alpha || exit 1
/usr/bin/git checkout -q f25-beta || exit 1
/usr/bin/git pull -q --ff-only || exit 1
build spins.fedoraproject.org
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
@ -58,12 +59,6 @@ build arm.fedoraproject.org
/usr/bin/git pull -q --ff-only || exit 1
build alt.fedoraproject.org
/usr/bin/git clean -q -fdx || exit 1
/usr/bin/git reset -q --hard || exit 1
/usr/bin/git checkout -q fmw-test || exit 1
/usr/bin/git pull -q --ff-only || exit 1
build getfedora.org
pushd mirrors.fedoraproject.org > /dev/null
rsync -qa --delete-after --delay-updates . /srv/web/mirrors.fedoraproject.org/
popd > /dev/null