Hi all,

We need to change our current build for spins.fp.o since its pulling from the incorrect branch. The reason for this request is so that we can update the master branch for the upcoming release, otherwise, we'll have to do them the morning of the release.

Let me know if this is possible with 2 +1's.

-------
diff --git a/modules/fedora-web/files/syncStatic.sh b/modules/fedora-web/files/
index f6549cc..c9ae63a 100644
--- a/modules/fedora-web/files/syncStatic.sh
+++ b/modules/fedora-web/files/syncStatic.sh
@@ -50,12 +50,12 @@ cd fedora-web
 /usr/bin/git checkout -q origin/f15-beta || exit 1
 
 build fedoraproject.org
+build spins.fedoraproject.org
 
 # Make sure everything else builds from master.
 /usr/bin/git reset --hard -q || exit 1
 /usr/bin/git checkout -q master || exit 1
 
-build spins.fedoraproject.org
 build boot.fedoraproject.org
 build fedoracommunity.org
 build start.fedoraproject.org
--------

Thanks,

Sijis