test out the first FMW idea on staging
This commit is contained in:
parent
2516f7b856
commit
fa5d3a469f
1 changed files with 6 additions and 1 deletions
|
@ -51,7 +51,6 @@ cd /srv/web/fedora-websites
|
||||||
build spins.fedoraproject.org
|
build spins.fedoraproject.org
|
||||||
build labs.fedoraproject.org
|
build labs.fedoraproject.org
|
||||||
build arm.fedoraproject.org
|
build arm.fedoraproject.org
|
||||||
build getfedora.org
|
|
||||||
|
|
||||||
/usr/bin/git clean -q -fdx || exit 1
|
/usr/bin/git clean -q -fdx || exit 1
|
||||||
/usr/bin/git reset -q --hard || exit 1
|
/usr/bin/git reset -q --hard || exit 1
|
||||||
|
@ -59,6 +58,12 @@ build getfedora.org
|
||||||
/usr/bin/git pull -q --ff-only || exit 1
|
/usr/bin/git pull -q --ff-only || exit 1
|
||||||
build alt.fedoraproject.org
|
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
|
pushd mirrors.fedoraproject.org > /dev/null
|
||||||
rsync -qa --delete-after --delay-updates . /srv/web/mirrors.fedoraproject.org/
|
rsync -qa --delete-after --delay-updates . /srv/web/mirrors.fedoraproject.org/
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue