[Change Request] Fix checkout and pull ordering.

Ricky Zhou ricky at fedoraproject.org
Tue Sep 13 20:36:11 UTC 2011


This change is needed for the beta website and releases.txt changes.

---
 modules/fedora-web/files/syncStatic.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/fedora-web/files/syncStatic.sh b/modules/fedora-web/files/syncStatic.sh
index ffbf781..5cf0644 100644
--- a/modules/fedora-web/files/syncStatic.sh
+++ b/modules/fedora-web/files/syncStatic.sh
@@ -51,8 +51,8 @@ cd /srv/web/fedora-web
 /usr/bin/git reset -q --hard || exit 1
 #/usr/bin/git checkout -q master || exit 1
 
-/usr/bin/git pull -q --ff-only || exit 1
 /usr/bin/git checkout -q f16-alpha || exit 1
+/usr/bin/git pull -q --ff-only || exit 1
 
 build fedoraproject.org
 build spins.fedoraproject.org
-- 
1.7.2.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20110913/f24db02e/attachment.bin 


More information about the infrastructure mailing list