Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Trap to Arnaud: permissions will be fixed on html site on the next syncup without...
[simgrid.git] / Makefile.am
index ca9ccd2..f938928 100644 (file)
@@ -59,6 +59,8 @@ sync-gforge:
        rsync --copy-links --verbose --archive --cvs-exclude --compress --delete \
        --delete-excluded --rsh=ssh -I \
        doc/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
+       ssh scm.gforge.inria.fr "chgrp -R simgrid /var/lib/gforge/chroot/home/groups/simgrid/htdocs/"
+       ssh scm.gforge.inria.fr "chmod g+rw -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/"
 
 mail:
         @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\