Hi,<br><br>The Website team has been working feverishly in getting the new website [1] up and going for F14. In order not to complicate things during GA, we are planning to release the website tomorrow morning around 10 AM CT.<br>
<br>I&#39;m hoping you guys could review this and give me a couple of thumbs up for this.<br><br>---<br>diff --git a/modules/fedora-web/files/syncStatic.sh b/modules/fedora-web/files/syncStatic.sh<br>index 9967fc4..eddc1a0 100644<br>
--- a/modules/fedora-web/files/syncStatic.sh<br>+++ b/modules/fedora-web/files/syncStatic.sh<br>@@ -22,7 +22,7 @@ trap &quot;cd /tmp ; rm -rf $TEMP&quot; EXIT<br> # Good luck!<br> <br> cd fedora-web<br>-/usr/bin/git checkout -q origin/f14-beta || exit 1<br>
+/usr/bin/git checkout -q master || exit 1<br> <br> pushd <a href="http://fedoraproject.org">fedoraproject.org</a> &gt; /dev/null<br> make &gt; /dev/null 2&gt;&amp;1<br>@@ -30,8 +30,8 @@ rsync -qa --delete-after --delay-updates out/ /srv/web/<a href="http://fedoraproject.org/">fedoraproject.org/</a><br>
 popd &gt; /dev/null<br> <br> # Make sure everything else builds from master.<br>-/usr/bin/git reset --hard -q || exit 1<br>-/usr/bin/git checkout -q master || exit 1<br>+#/usr/bin/git reset --hard -q || exit 1<br>+#/usr/bin/git checkout -q master || exit 1<br>
 <br> pushd <a href="http://spins.fedoraproject.org">spins.fedoraproject.org</a> &gt; /dev/null<br> make &gt; /dev/null 2&gt;&amp;1<br>---<br><br>Thanks,<br><br>Sijis<br><br>[1] - <a href="http://stg.fedoraproject.org">http://stg.fedoraproject.org</a><br>