From 3347f5e2ed48dbe863918136231a79d4ba9f68b5 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Mon, 3 Oct 2016 20:36:34 +0000 Subject: [PATCH] build stg websites with f25-beta branch --- roles/fedora-web/build/files/syncStatic.stg.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/roles/fedora-web/build/files/syncStatic.stg.sh b/roles/fedora-web/build/files/syncStatic.stg.sh index 703ca8dc8a..ce30a31c47 100644 --- a/roles/fedora-web/build/files/syncStatic.stg.sh +++ b/roles/fedora-web/build/files/syncStatic.stg.sh @@ -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