From: alegrand Date: Wed, 4 May 2005 01:29:17 +0000 (+0000) Subject: Cool! We have a bash access. Let's use it! :) X-Git-Tag: v3.3~4103 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/96e7e40441f08a9b60cc16d3cac6b7d387fb2a3f Cool! We have a bash access. Let's use it! :) https://gforge.inria.fr/forum/forum.php?thread_id=80&forum_id=45 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1251 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/Makefile.am b/Makefile.am index f313f648d2..1f1fa26316 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,9 +44,9 @@ publish-old: dist make -C public_html publish publish: dist - @echo "----[ Put the tarball @VERSION@ on gcl ]----" - scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/ - scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/ + @echo "----[ Put the tarball @VERSION@ on gforge ]----" +# scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/ +# scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/ scp -r doc/html/* scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/ChangeLog @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----" @@ -55,6 +55,11 @@ publish: dist cp ChangeLog ~/public_html/simgrid2/ make -C ~/public_html +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/ + mail: @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\ (echo "Hello," ; \ @@ -76,7 +81,7 @@ splint: +matchanyintegral -warnposix +boolint \ +show-summary +stats\ -Iinclude -Isrc/include -Isrc/base -Isrc -.PHONY: splint +.PHONY: splint sync-gforge ## ## Cruft for remote compilation ##