[Pkg-ruby-extras-maintainers] r883 - website
Ari Pollak
ari at costa.debian.org
Fri Oct 6 23:45:12 UTC 2006
Author: ari
Date: 2006-10-06 23:45:11 +0000 (Fri, 06 Oct 2006)
New Revision: 883
Modified:
website/sync-website.sh
Log:
- alioth at debian.org -> alioth.debian.org
- Add --cvs-exclude, --delete-, and --delete-excluded to rsync parameters
Modified: website/sync-website.sh
===================================================================
--- website/sync-website.sh 2006-10-06 23:36:04 UTC (rev 882)
+++ website/sync-website.sh 2006-10-06 23:45:11 UTC (rev 883)
@@ -2,11 +2,11 @@
# needed to create files with the correct modes
umask 022
-LC_ALL=POSIX webgen && rsync -avtP output/ \
+LC_ALL=POSIX webgen && rsync -avtPC --delete --delete-excluded output/ \
alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/
# fix perms
-ssh alioth at debian.org chmod -R a+rX /var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/
+ssh alioth.debian.org chmod -R a+rX /var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/
# add an entry in ~/.ssh/config with :
# Host alioth.debian.org
More information about the pkg-ruby-extras-maintainers
mailing list