Whamcloud - gitweb
temporarily add ldiskfs tag for b1_8_gssfix.
[fs/lustre-release.git] / build / buildcvs
index 0a9f415..67b4732 100644 (file)
@@ -4,6 +4,7 @@ portalstag=""
 lnettag="HEAD"
 libsysiotag="HEAD"
 snmptag="HEAD"
+ldiskfstag="HEAD"
 
 export LC_COLLATE=C
 
@@ -20,6 +21,10 @@ case "$lustretag" in
 
     # this is the branch table
     # keep this list sorted alphabetically!
+
+    # Note these are "specials" -- branches using lnet HEAD don't need an
+    # entry here.
+
     b1_2)
         portalstag="b1_2"
         lnettag=""
@@ -47,20 +52,6 @@ case "$lustretag" in
         portalstag="b_hd_newconfig"
         ;;
 
-    b1_5)
-        # Alias for HEAD
-        lustretag="HEAD"
-        ;;
-
-    b1_6)
-        # Alias for HEAD
-        lustretag="HEAD"
-        ;;
-
-    b1_8)
-        lnettag="b_hd_newconfig"
-        ;;
-
     b_new_cmd)
        portalstag="b_new_portals"
         # lnettag="b_lnet_tmp"
@@ -119,6 +110,12 @@ case "$lustretag" in
        lustretag="HEAD"
        ;;
 
+    b_mpilnd)
+        # lnet mpilnd development branch
+       lnettag="b_mpilnd"
+       lustretag="HEAD"
+       ;;
+
     # before 1_4_6, we didn't have lnet or snmp
     b_release_1_2_*|b_release_1_4_[0-5])
         portalstag="$lustretag"
@@ -148,6 +145,16 @@ case "$lustretag" in
         snmptag="$lustretag"
         ;;
 
+    # uOSS
+    b_uoss)
+        lnettag="b_uoss"
+        ;;
+    
+    # CMD3
+    b_post_cmd3|b1_8_gssfix)
+        ldiskfstag="b1_8_iam"
+        ;;
+
     # v1.0-v1.3, v1.4.0-v1.4.2
     v1_[0-3]_*|v1_4_[0-2]|v1_4_[0-2]_*)
         portalstag="$lustretag"
@@ -185,3 +192,6 @@ cvs_cmd portals portals "$portalstag"
 cvs_cmd lnet lnet "$lnettag"
 cvs_cmd snmp lustre-snmp "$snmptag"
 cvs_cmd lustre lustre-core "$lustretag"
+cvs_cmd ldiskfs ldiskfs "$ldiskfstag"
+
+[ -a ldiskfs/build ] || ln -sf ../build ldiskfs/build