Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ease my job for now.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Feb 2005 05:52:32 +0000 (05:52 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Feb 2005 05:52:32 +0000 (05:52 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@837 48e7efb5-ca39-0410-a469-dd3cf9ba447f

Makefile.am

index e7f4a9b..3689553 100644 (file)
@@ -33,7 +33,7 @@ debian: dist
        make -C ~/CVSIMPORT/pkg-grid/gras deb check
        dput local *.changes
 
        make -C ~/CVSIMPORT/pkg-grid/gras deb check
        dput local *.changes
 
-publish: dist
+publish-old: dist
         @echo "----[ Put the documentation on the local filesystem ]----"
         rm -rf ~/public_html/gras/doc
         mkdir ~/public_html/gras/doc
         @echo "----[ Put the documentation on the local filesystem ]----"
         rm -rf ~/public_html/gras/doc
         mkdir ~/public_html/gras/doc
@@ -43,6 +43,17 @@ publish: dist
         @echo "----[ Sync remote host ]----"
         make -C public_html publish
 
         @echo "----[ Sync remote host ]----"
         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/
+#       scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/ChangeLog
+        @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----"
+        cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2
+        cp -r doc/html ~/public_html/simgrid2/doc/
+#       cp ChangeLog ~/public_html/simgrid2/
+        make -C ~/public_html
+
 mail:
         @ver=`dpkg-parsechangelog -lChangeLog.debian| egrep '^Version: ' | sed 's/Version: //'`;\
          (echo "Hello," ; \
 mail:
         @ver=`dpkg-parsechangelog -lChangeLog.debian| egrep '^Version: ' | sed 's/Version: //'`;\
          (echo "Hello," ; \