Change freeze request: Enforce website freeze in syncStatic.sh

Ricky Zhou ricky at fedoraproject.org
Wed Apr 16 20:07:56 UTC 2008


I'd like to update syncStatic.sh to enforce the website change freeze
(in case I accidentally run make push).  Here is the patch for the
change:

Index: syncStatic.sh
===================================================================
RCS file: /cvs/puppet/configs/system/syncStatic.sh,v
retrieving revision 1.20
diff -u -r1.20 syncStatic.sh
--- syncStatic.sh       12 Dec 2007 23:11:07 -0000      1.20
+++ syncStatic.sh       16 Apr 2008 20:06:34 -0000
@@ -22,7 +22,8 @@
 cd $TEMP
 /usr/bin/git clone git://git.fedorahosted.org/git/fedora-web.git >
/dev/null 2>&1
 cd fedora-web
-/usr/bin/git checkout origin/live > /dev/null 2>&1
+# Checkout last F8 commit
+/usr/bin/git checkout 091d53ea83b78e7a5ea2933be9100e74359802ee >
/dev/null 2>&1

 cd fedoraproject.org
 /bin/rm -rf /var/lib/puppet/application/fedoraproject.org/*

What do you think?
Ricky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20080416/9a0efd24/attachment.bin 


More information about the infrastructure mailing list