Whamcloud - gitweb
Remove [A-Z]* regexp since it matches b* for some reason.
[fs/lustre-release.git] / build / buildcvs
index 776656c..4d0a263 100644 (file)
@@ -1,4 +1,5 @@
 # This file is sourced by lustre/lustrecvs
+set -vx
 
 portalstag="HEAD"
 libsysiotag="LIBSYSIO_HEAD_20040809"
@@ -24,11 +25,33 @@ case "$lustretag" in
        portalstag="b1_4_bgl"
        ;;
 
-    b_port_step)
-        portalstag="b_port_step"
+    b_cray)
+       libsysiotag="LIBSYSIO_HEAD_20041101"
+       ;;
+
+    b_hd_sec)
+       portalstag="b_hd_sec"
        ;;
+
+    b_port_ahead)
+       portalstag="b_port_ahead"
+       ;;
+
     b_port_netid)
-        portalstag="b_port_netid"
+       portalstag="b_port_netid"
+       ;;
+
+    b_port_step)
+       portalstag="b_port_step"
+       ;;
+
+    v1_[0-3]*|v1_4_0*)
+       portalstag="$lustretag"
+       ;;
+
+    v[1-9]*)
+       portalstag="$lustretag"
+       libsysiotag="$lustretag"
        ;;
 esac