Whamcloud - gitweb
branch: b_hd_acl
[fs/lustre-release.git] / build / buildcvs
index 4a838ba..a863fbb 100644 (file)
@@ -7,7 +7,7 @@ export LC_COLLATE=C
 
 case "$lustretag" in
     '')
-        warn "a lustretag is required."
+       warn "a lustretag is required."
        usage >&2
        exit 1
        ;;
@@ -18,11 +18,6 @@ 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"
        ;;
@@ -31,16 +26,28 @@ case "$lustretag" in
        portalstag="b1_4_bgl"
        ;;
 
+    b_cmd*)
+       portalstag="$lustretag"
+       ;;
+
     b_cray*)
        libsysiotag="LIBSYSIO_HEAD_20041101"
        ;;
 
+    b_hd_acl)
+       portalstag="b_hd_sec"
+       ;;
+
+    b_hd_remote_uid)
+       portalstag="b_hd_sec"
+       ;;
+
     b_hd_sec)
        portalstag="b_hd_sec"
        ;;
 
-    b_release_*)
-       portalstag=$lustretag
+    b_hd_sec_oss)
+       portalstag="b_hd_sec"
        ;;
 
     b_port_ahead)
@@ -61,7 +68,16 @@ case "$lustretag" in
        portalstag="b_port_test"
        ;;
 
-    v1_[0-3]*|v1_4_0*|[A-Z]*)
+    b_ptl_smallfix)
+       portalstag="b_ptl_smallfix"
+       lustretag="b1_4"
+       ;;
+
+    b_release_*)
+       portalstag=$lustretag
+       ;;
+
+    v1_[0-3]*|v1_4_*|[A-Z]*)
        portalstag="$lustretag"
        ;;