Whamcloud - gitweb
- CROW-related fixes from b_hd_mdref
[fs/lustre-release.git] / build / buildcvs
index 4a838ba..3b8b846 100644 (file)
@@ -1,13 +1,13 @@
 # This file is sourced by lustre/lustrecvs
 
 portalstag="HEAD"
-libsysiotag="LIBSYSIO_HEAD_20040809"
+libsysiotag="HEAD"
 
 export LC_COLLATE=C
 
 case "$lustretag" in
     '')
-        warn "a lustretag is required."
+       warn "a lustretag is required."
        usage >&2
        exit 1
        ;;
@@ -18,29 +18,16 @@ 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)
-       portalstag="b1_4_bgl"
-       ;;
-
-    b_cray*)
-       libsysiotag="LIBSYSIO_HEAD_20041101"
+    b_cmd*)
+       portalstag="$lustretag"
        ;;
 
-    b_hd_sec)
-       portalstag="b_hd_sec"
-       ;;
-
-    b_release_*)
-       portalstag=$lustretag
+    b1_4_newconfig)    
+        portalstag="b_hd_newconfig"
        ;;
 
     b_port_ahead)
@@ -61,11 +48,28 @@ 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_ptlrpc_cleanup)
+       portalstag="b_ptlrpc_cleanup"
+       ;;
+
+    b_release_*)
+       portalstag=$lustretag
+       ;;
+
+    b_ioprovement)
+       portalstag=b_ioprovement
+       ;;
+
+    v1_[0-3]*|v1_4_*|[A-Z]*)
        portalstag="$lustretag"
        ;;
 
-    v[1-9]*)
+    v[1-9]*|cray_200[5-9]*)
        portalstag="$lustretag"
        libsysiotag="$lustretag"
        ;;