run k22-f8-32 before k27
[infrastructure.git] / scripts / all-modules.sh
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