tweak for princeton -- drop 4.3
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 1 Jul 2010 13:29:34 +0000 (15:29 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 1 Jul 2010 13:29:34 +0000 (15:29 +0200)
scripts/all-modules-push.sh
scripts/all-modules.sh

index 1345375..6d21c40 100755 (executable)
@@ -2,4 +2,4 @@
 #
 # retrieve the diff/version stuff from Princeton, as the computation over there is *much* faster
 #
-rsync --archive --delete "$@" ~/all-modules/[45]* --exclude .diff\* --exclude .version\* --delete-excluded root@build.onelab.eu:/build/modules/
+rsync --archive --delete "$@" ~/all-modules/* --exclude .diff\* --exclude .version\* --delete-excluded root@build.onelab.eu:/build/modules/
index b0f5abf..a89881e 100755 (executable)
@@ -20,7 +20,7 @@
 COMMAND=$(basename $0)
 
 # make sure the cyclic tasks do not interfere with manual usage
-WORKDIR_SVN=${HOME}/all-modules-svn
+#WORKDIR_SVN=${HOME}/all-modules-svn
 WORKDIR_GIT=${HOME}/all-modules-git
 
 # make the command usable as non-root user at Princeton for more efficiency
@@ -96,12 +96,13 @@ function main () {
 
 # the 5.0 flavour now comes with a non-compatible flavour of the module-tools
 # and we need 2 distinc workdirs
-    do_update  ~/svn-build
-    do_version ~/svn-build     $WORKDIR_GIT 5.0 
-    do_diff    ~/svn-build     $WORKDIR_GIT 5.0
-    do_update  ~/svn-build-4.3
-    do_version ~/svn-build-4.3 $WORKDIR_SVN 4.3 
-    do_diff    ~/svn-build-4.3 $WORKDIR_SVN 4.3
+    do_update  ~/git-build
+    do_version ~/git-build     $WORKDIR_GIT 5.0 
+    do_diff    ~/git-build     $WORKDIR_GIT 5.0
+### dropped the 4.3 branxh while moving to git...
+#    do_update  ~/svn-build-4.3
+#    do_version ~/svn-build-4.3 $WORKDIR_SVN 4.3 
+#    do_diff    ~/svn-build-4.3 $WORKDIR_SVN 4.3
 
     rm $LOCK