From 584b59fab1af56e2c9a5b25aa922475cfdedd109 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Fri, 22 Apr 2016 18:04:39 +0000 Subject: [PATCH] build stg websites with f24-beta branch --- roles/fedora-web/build/files/syncStatic.stg.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/fedora-web/build/files/syncStatic.stg.sh b/roles/fedora-web/build/files/syncStatic.stg.sh index 0c7f333b95..4999296808 100644 --- a/roles/fedora-web/build/files/syncStatic.stg.sh +++ b/roles/fedora-web/build/files/syncStatic.stg.sh @@ -45,14 +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 f24-alpha || exit 1 +/usr/bin/git checkout -q f24-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 -build budget.fedoraproject.org pushd mirrors.fedoraproject.org > /dev/null rsync -qa --delete-after --delay-updates . /srv/web/mirrors.fedoraproject.org/ @@ -69,3 +68,5 @@ build boot.fedoraproject.org build fedoracommunity.org build fudcon.fedoraproject.org build start.fedoraproject.org +build budget.fedoraproject.org +build flocktofedora.org