Whamcloud - gitweb
the basic code/patch for remote permission, including the fix for
[fs/lustre-release.git] / build / buildcvs
index acd89ec..2f4730c 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
        ;;
@@ -20,18 +22,38 @@ case "$lustretag" in
        portalstag="b1_2"
        ;;
 
-    b1_4_bgl)
+    b1_4 | b1_4_bgl | b1_4_quota)
        portalstag="b1_4_bgl"
        ;;
 
-    b_cray)
+    b_cmd*)
+       portalstag="$lustretag"
+       ;;
+
+    b_cray*)
        libsysiotag="LIBSYSIO_HEAD_20041101"
        ;;
 
+    b_hd_acl)
+       portalstag="b_hd_sec"
+       ;;
+
+    b_hd_remote_acl)
+        portalstag="b_hd_sec"
+        ;;
+
+    b_hd_remote_uid)
+       portalstag="b_hd_sec"
+       ;;
+
     b_hd_sec)
        portalstag="b_hd_sec"
        ;;
 
+    b_hd_sec_oss)
+       portalstag="b_hd_sec"
+       ;;
+
     b_port_ahead)
        portalstag="b_port_ahead"
        ;;
@@ -40,11 +62,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"
        ;;