From: navarro Date: Wed, 24 Oct 2012 13:51:17 +0000 (+0200) Subject: Always checkout simgrid with git:// and not https:// X-Git-Tag: v3_8~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/00050fba786778dddb474e492cf3c58620d334fe Always checkout simgrid with git:// and not https:// --- diff --git a/buildtools/pipol/Experimental_bindings.sh b/buildtools/pipol/Experimental_bindings.sh index 7bbd9e2ad1..7aaae2b72c 100755 --- a/buildtools/pipol/Experimental_bindings.sh +++ b/buildtools/pipol/Experimental_bindings.sh @@ -11,7 +11,7 @@ fi cd ./pipol/$PIPOL_HOST export GIT_SSL_NO_VERIFY=1 -git clone https://gforge.inria.fr/git/simgrid/simgrid.git +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git cd simgrid #git checkout v3_7_x diff --git a/buildtools/pipol/Nightly_memCheck.sh b/buildtools/pipol/Nightly_memCheck.sh index 6b07966ce8..28a85062c7 100755 --- a/buildtools/pipol/Nightly_memCheck.sh +++ b/buildtools/pipol/Nightly_memCheck.sh @@ -13,7 +13,7 @@ fi cd ./pipol/$PIPOL_HOST export GIT_SSL_NO_VERIFY=1 -git clone https://gforge.inria.fr/git/simgrid/simgrid.git +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git cd simgrid perl ./buildtools/pipol/cmake.pl diff --git a/buildtools/pipol/Nightly_simgrid.sh b/buildtools/pipol/Nightly_simgrid.sh index d118febc01..482d99a88e 100755 --- a/buildtools/pipol/Nightly_simgrid.sh +++ b/buildtools/pipol/Nightly_simgrid.sh @@ -55,7 +55,7 @@ fi cd ./pipol/$PIPOL_HOST export GIT_SSL_NO_VERIFY=1 -git clone https://gforge.inria.fr/git/simgrid/simgrid.git +git clone git://scm.gforge.inria.fr/simgrid/simgrid.git cd simgrid #git checkout v3_7_x