Whamcloud - gitweb
cleanups:
[fs/lustre-release.git] / build / buildcvs
index 9ac6ef4..ce3459f 100644 (file)
@@ -1,11 +1,13 @@
 # This file is sourced by lustre/lustrecvs
 
 portalstag="HEAD"
-libsysiotag="LIBSYSIO_HEAD_20040607"
+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,19 +18,61 @@ case "$lustretag" in
 
     # this is the branch table
     # keep this list sorted alphabetically!
+    b1_2)
+       portalstag="b1_2"
+       ;;
+
+    b_cmd*)
+       portalstag="$lustretag"
+       ;;
+
+    b_cray*)
+       libsysiotag="LIBSYSIO_HEAD_20041101"
+       ;;
+
+    b1_4_newconfig)    
+        portalstag="b_hd_newconfig"
+       ;;
 
-    b1_4_bgl)
-       portalstag="b1_4_bgl"
+    b_port_ahead)
+       portalstag="b_port_ahead"
        ;;
 
-    b_newsysio | b_sec)
-        libsysiotag="LIBSYSIO_HEAD_20040809"
+    b_port_netid)
+       portalstag="b_port_netid"
        ;;
 
+    # b_port_step is only for portals
     b_port_step)
-        portalstag="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_ptlrpc_cleanup)
+       portalstag="b_ptlrpc_cleanup"
+       ;;
+
+    b_release_*)
+       portalstag=$lustretag
+       ;;
+
+    v1_[0-3]*|v1_4_*|[A-Z]*)
+       portalstag="$lustretag"
+       ;;
+
+    v[1-9]*|cray_200[5-9]*)
+       portalstag="$lustretag"
+       libsysiotag="$lustretag"
+       ;;
 esac
 
 cvs_cmd libsysio libsysio "$libsysiotag"