Whamcloud - gitweb
since b_hd_sec has landed, all security branches should simply use
[fs/lustre-release.git] / build / buildcvs
index 8a6c7b7..4cb8e55 100644 (file)
@@ -3,9 +3,11 @@
 portalstag="HEAD"
 libsysiotag="LIBSYSIO_HEAD_20040809"
 
+export LC_COLLATE=C
+
 case "$lustretag" in
     '')
-        warn "a lustretag is required."
+       warn "a lustretag is required."
        usage >&2
        exit 1
        ;;
@@ -16,25 +18,20 @@ case "$lustretag" in
 
     # this is the branch table
     # keep this list sorted alphabetically!
-    b_ptl_smallfix)
-        portalstag="b_ptl_smallfix"
-       lustretag="b1_4"
-       ;;
-
     b1_2)
        portalstag="b1_2"
        ;;
 
-    b1_4_bgl)
+    b1_4 | b1_4_bgl | b1_4_quota | b1_4_quotaoff | b1_4_3026)
        portalstag="b1_4_bgl"
        ;;
 
-    b_cray*)
-       libsysiotag="LIBSYSIO_HEAD_20041101"
+    b_cmd*)
+       portalstag="$lustretag"
        ;;
 
-    b_hd_sec)
-       portalstag="b_hd_sec"
+    b_cray*)
+       libsysiotag="LIBSYSIO_HEAD_20041101"
        ;;
 
     b_port_ahead)
@@ -45,11 +42,26 @@ case "$lustretag" in
        portalstag="b_port_netid"
        ;;
 
+    # b_port_step is only for portals
     b_port_step)
        portalstag="b_port_step"
+       lustretag="HEAD"
+       ;;
+
+    b_port_test)
+       portalstag="b_port_test"
+       ;;
+
+    b_ptl_smallfix)
+       portalstag="b_ptl_smallfix"
+       lustretag="b1_4"
+       ;;
+
+    b_release_*)
+       portalstag=$lustretag
        ;;
 
-    v1_[0-3]*|v1_4_0*|[A-Z]*)
+    v1_[0-3]*|v1_4_*|[A-Z]*)
        portalstag="$lustretag"
        ;;