(no commit message)
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 12 Apr 2010 12:39:21 +0000 (12:39 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 12 Apr 2010 12:39:21 +0000 (12:39 +0000)
scripts/all-modules-push.sh [moved from scripts/all-modules-get.sh with 58% similarity]
scripts/all-modules.sh

similarity index 58%
rename from scripts/all-modules-get.sh
rename to scripts/all-modules-push.sh
index d962b95..6c2444c 100755 (executable)
@@ -2,4 +2,4 @@
 #
 # retrieve the diff/version stuff from Princeton, as the computation over there is *much* faster
 #
-rsync -a "$@" thierry@ssh.planet-lab.org:all-modules/ /build/modules/princeton/
+rsync -a "$@" ~/all-modules/ root@uild.onelab.eu:/build/modules/
index 76a4c4f..2ba6118 100755 (executable)
@@ -13,7 +13,7 @@ COMMAND=$(basename $0)
 
 # make the command usable as non-root user at Princeton for more efficiency
 if [ "$(id -u)" == "0" ] ; then
-    OUTPUT=/build/modules
+    OUTPUT=/build/modules/slow
     LOCK=/var/run/all-modules.pid
 else
     OUTPUT=~/all-modules