[PATCH] Disabling sites from building for GA

Kevin Fenzi kevin at tummy.com
Mon Nov 1 01:14:25 UTC 2010


On Sat, 30 Oct 2010 23:52:49 -0500
Sijis Aviles <sijis at fedoraproject.org> wrote:

> 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/

Seems reasonable to me. +1. 

kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20101031/575b07c0/attachment.bin 


More information about the infrastructure mailing list