From edadfc86af1f3cb35e420c152c77f729e3b6a311 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 23 May 2005 08:16:19 +0000 Subject: [PATCH] Trap to Arnaud: permissions will be fixed on html site on the next syncup without prior notice, ie I'll be given the right to change/fix them git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1285 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index ca9ccd2b3b..f93892832c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: //'`;\ -- 2.20.1