[PATCH] Disabling sites from building for GA

Sijis Aviles sijis at fedoraproject.org
Sun Oct 31 04:52:49 UTC 2010


Hi all,

In order to prep for GA, I need to disable fp.o, start.fp.o and spins.fp.o
from being updated. This should give us a couple of days to update the links
and update any necessary content.

In the past this has not been necessary as we'd be working from a separate
but since pushing the new fp.o website that has not made it possible.

I'm hoping to update this Sunday morning/midday with this update.

Let me know if there is a better approach to accomplish this.

---
diff --git a/modules/fedora-web/files/syncStatic.sh
b/modules/fedora-web/files/syncStatic.sh
index eddc1a0..57eaace 100644
--- a/modules/fedora-web/files/syncStatic.sh
+++ b/modules/fedora-web/files/syncStatic.sh
@@ -24,19 +24,19 @@ trap "cd /tmp ; rm -rf $TEMP" EXIT
 cd fedora-web
 /usr/bin/git checkout -q master || exit 1

-pushd fedoraproject.org > /dev/null
-make > /dev/null 2>&1
-rsync -qa --delete-after --delay-updates out/ /srv/web/fedoraproject.org/
-popd > /dev/null
+#pushd fedoraproject.org > /dev/null
+#make > /dev/null 2>&1
+#rsync -qa --delete-after --delay-updates out/ /srv/web/fedoraproject.org/
+#popd > /dev/null

 # Make sure everything else builds from master.
 #/usr/bin/git reset --hard -q || exit 1
 #/usr/bin/git checkout -q master || exit 1

-pushd spins.fedoraproject.org > /dev/null
-make > /dev/null 2>&1
-rsync -qa --delete-after --delay-updates out/ /srv/web/
spins.fedoraproject.org/
-popd > /dev/null
+#pushd spins.fedoraproject.org > /dev/null
+#make > /dev/null 2>&1
+#rsync -qa --delete-after --delay-updates out/ /srv/web/
spins.fedoraproject.org/
+#popd > /dev/null

 pushd talk.fedoraproject.org > /dev/null
 make > /dev/null 2>&1
@@ -48,10 +48,10 @@ make > /dev/null 2>&1
 rsync -qa --delete-after --delay-updates out/ /srv/web/
boot.fedoraproject.org/
 popd > /dev/null

-pushd start.fedoraproject.org > /dev/null
-make > /dev/null 2>&1
-rsync -qa --delete-after --delay-updates out/ /srv/web/
start.fedoraproject.org/
-popd > /dev/null
+#pushd start.fedoraproject.org > /dev/null
+#make > /dev/null 2>&1
+#rsync -qa --delete-after --delay-updates out/ /srv/web/
start.fedoraproject.org/
+#popd > /dev/null

 pushd mirrors.fedoraproject.org > /dev/null
 rsync -qa --delete-after --delay-updates . /srv/web/
mirrors.fedoraproject.org/
---

Thanks,

Sijis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20101030/bdfee145/attachment.html 


More information about the infrastructure mailing list