build stg websites with f25-beta branch
This commit is contained in:
parent
29d9e648ed
commit
3347f5e2ed
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue