[Pkg-ruby-extras-maintainers] r816 - website

Lucas Nussbaum lucas-guest at costa.debian.org
Mon Sep 4 06:48:47 UTC 2006


Author: lucas-guest
Date: 2006-09-04 06:48:46 +0000 (Mon, 04 Sep 2006)
New Revision: 816

Modified:
   website/sync-website.sh
Log:
Modified sync-website.sh so that it updates files permissions after rsync. Paul, it would be great if you could do the apropriate chmods to the dirs to avoid such errors:
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/ruby-pkg-tools': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/prop-base': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/props': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/text-base': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/tmp': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/tmp/prop-base': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/tmp/props': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/tmp/text-base': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/tmp/wcprops': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/.svn/wcprops': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-css': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-css/Display.css': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-css/Jedi.css': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-css/Plasma.css': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-css/SlideShow.css': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-css/Kwiki.css': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-css/Hlb.css': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-js': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-js/Display.js': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-js/Edit.js': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-js/SlideStart.js': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-js/Debug.js': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/kwiki-js/SlideShow.js': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/hobix': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/hobix/hobix_0.3e+cvs20051115.orig.tar.gz': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/hobix/hobix_0.4+cvs20060712.orig.tar.gz': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/hobix/hobix_0.4+cvs20060808.orig.tar.gz': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/hobix/hobix_0.4+svn20060903.orig.tar.gz': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/libcommandline-ruby': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/libcommandline-ruby/libcommandline-ruby_0.7.10.orig.tar.gz': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/libfacets-ruby': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/upstream-cache/libfacets-ruby/libfacets-ruby_0.7.2.orig.tar.gz': Operation not permitted
chmod: changing permissions of `/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/index.de.html': Operation not permitted


Modified: website/sync-website.sh
===================================================================
--- website/sync-website.sh	2006-09-04 06:42:34 UTC (rev 815)
+++ website/sync-website.sh	2006-09-04 06:48:46 UTC (rev 816)
@@ -5,6 +5,9 @@
 LC_ALL=POSIX webgen && rsync -avtP 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/
+
 # add an entry in ~/.ssh/config with :
 # Host alioth.debian.org
 #     User lucas-guest or whatever you want




More information about the pkg-ruby-extras-maintainers mailing list