From: Navarrop Date: Thu, 31 Mar 2011 14:01:02 +0000 (+0200) Subject: Update pipol script for git and not svn X-Git-Tag: v3.6_beta2~75 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4d71517a0e286ae1466584d63a14c3754b77f64e Update pipol script for git and not svn --- diff --git a/buildtools/pipol/Experimental.sh b/buildtools/pipol/Experimental.sh index afdde6b057..1ec059bf2f 100644 --- a/buildtools/pipol/Experimental.sh +++ b/buildtools/pipol/Experimental.sh @@ -10,10 +10,10 @@ else fi cd ./pipol/$PIPOL_HOST -svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-trunk --quiet -cd simgrid-trunk +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid --quiet +cd simgrid -if [ x$PIPOL_IMAGE == "xamd64-windows-server-2008-64bits-navarro-2011-03-15-122256.dd.gz" ] ; then +if [ x$PIPOL_IMAGE == "xamd64-windows-server-2008-64bits.dd.gz" ] ; then cmake \ -G"Unix Makefiles" \ -Denable_lua=off \ diff --git a/buildtools/pipol/Experimental_bindings.sh b/buildtools/pipol/Experimental_bindings.sh index 348895db61..f3bec0f942 100644 --- a/buildtools/pipol/Experimental_bindings.sh +++ b/buildtools/pipol/Experimental_bindings.sh @@ -10,8 +10,8 @@ else fi cd ./pipol/$PIPOL_HOST -svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-trunk --quiet -cd simgrid-trunk +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid --quiet +cd simgrid perl ./buildtools/pipol/cmake.pl perl ./buildtools/pipol/ruby.pl diff --git a/buildtools/pipol/MemCheck.sh b/buildtools/pipol/MemCheck.sh index d1983412c6..f6909a3ad6 100644 --- a/buildtools/pipol/MemCheck.sh +++ b/buildtools/pipol/MemCheck.sh @@ -10,8 +10,8 @@ else fi cd ./pipol/$PIPOL_HOST -svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-trunk --quiet -cd simgrid-trunk +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid --quiet +cd simgrid perl ./buildtools/pipol/cmake.pl perl ./buildtools/pipol/ruby.pl diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index a16b9d7399..7e7c75b667 100644 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -1,7 +1,5 @@ #!/bin/bash -#PRE-PIPOL /home/mescal/navarro/pre-simgrid.sh - #PIPOL esn i386-linux-ubuntu-karmic.dd.gz none 02:00 --user --silent #PIPOL esn amd64-linux-ubuntu-karmic.dd.gz none 02:00 --user --silent #PIPOL esn i386-linux-ubuntu-lucid.dd.gz none 02:00 --user --silent @@ -18,7 +16,7 @@ #PIPOL esn i386_kvm-linux-debian-testing none 02:00 --user --silent #PIPOL esn amd64_kvm-linux-debian-testing none 02:00 --user --silent -#PIPOL esn amd64-windows-server-2008-64bits-navarro-2011-03-15-122256.dd.gz none 02:00 --root +#PIPOL esn amd64-windows-server-2008-64bits.dd.gz none 02:00 --root if [ -e ./pipol ] ; then rm -rf ./pipol/$PIPOL_HOST @@ -30,11 +28,11 @@ else fi cd ./pipol/$PIPOL_HOST -svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-trunk --quiet -cd simgrid-trunk +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid --quiet +cd simgrid -if [ x$PIPOL_IMAGE == "xamd64-windows-server-2008-64bits-navarro-2011-03-15-122256.dd.gz" ] ; then +if [ x$PIPOL_IMAGE == "xamd64-windows-server-2008-64bits.dd.gz" ] ; then cmake \ -G"Unix Makefiles" \ -Denable_lua=off \