Whamcloud - gitweb
to make b_hd_remote_uid portals based on b_hd_sec portals
[fs/lustre-release.git] / build / buildcvs
index 8a6c7b7..5f7b3a8 100644 (file)
@@ -3,6 +3,8 @@
 portalstag="HEAD"
 libsysiotag="LIBSYSIO_HEAD_20040809"
 
+export LC_COLLATE=C
+
 case "$lustretag" in
     '')
         warn "a lustretag is required."
@@ -37,6 +39,10 @@ case "$lustretag" in
        portalstag="b_hd_sec"
        ;;
 
+    b_release_*)
+       portalstag=$lustretag
+       ;;
+
     b_port_ahead)
        portalstag="b_port_ahead"
        ;;
@@ -45,8 +51,17 @@ case "$lustretag" in
        portalstag="b_port_netid"
        ;;
 
+    b_hd_remote_uid)
+       portalstag="b_hd_sec"
+       ;;
+    # b_port_step is only for portals
     b_port_step)
        portalstag="b_port_step"
+       lustretag="HEAD"
+       ;;
+
+    b_port_test)
+       portalstag="b_port_test"
        ;;
 
     v1_[0-3]*|v1_4_0*|[A-Z]*)