Whamcloud - gitweb
temporarily add ldiskfs tag for b1_8_gssfix.
[fs/lustre-release.git] / build / buildcvs
index c79c182..67b4732 100644 (file)
@@ -1,9 +1,10 @@
 # This file is sourced by lustre/lustrecvs
 
-portalstag="HEAD"
+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=""
@@ -29,42 +34,27 @@ case "$lustretag" in
 
     b1_4_atime_update)
         portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
         ;;
 
     b1_4_join)
         portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
         ;;
 
     b1_4_lfs_df)
         portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
         ;;
 
     b1_4_lov_lvb_cleanup)
         portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
         ;;
 
     b1_4_next_recovery_transno)
         portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
-        ;;
-
-    b1_4 | b1_4-patchless | b1_4_*)
-        portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
         ;;
 
     b_new_cmd)
-       portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
-        ;;
-
-    b1_5 | b1_5_*)
-        portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
+       portalstag="b_new_portals"
+        # lnettag="b_lnet_tmp"
         ;;
 
     b_cmd*)
@@ -73,7 +63,6 @@ case "$lustretag" in
 
     b_iam*)
         portalstag="b_hd_newconfig"
-        lnettag="b_hd_newconfig"
         # XXX temorary tag until b_iam* is updated from b1_4 liblustre
         libsysiotag="HEAD_RELEASE_1_4_6_LAND_PARENT_20060223_1455"
         ;;
@@ -115,6 +104,18 @@ case "$lustretag" in
         portalstag="b_ptlrpc_cleanup"
         ;;
 
+    b_self_test)
+        # lnet self test development branch
+       lnettag="b_self_test"
+       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"
@@ -130,14 +131,30 @@ case "$lustretag" in
         snmptag=b_release_1_4_6
         ;;
 
+    b_release_1_4_6)
+        portalstag="$lustretag"
+        lnettag="$lustretag"
+        libsysiotag="$lustretag"
+        snmptag="$lustretag"
+        ;;
+
     # all later b_release_* tags
     b_release_*)
-        portalstag="$lustretag"
         lnettag="$lustretag"
         libsysiotag="$lustretag"
         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"
@@ -154,9 +171,16 @@ case "$lustretag" in
         snmptag="$lustretag"
         ;;
 
+    # v1.4.6, v1.4.6.[1-91]
+    v1_4_6_[1-9]|v1_4_6_9[01])
+        portalstag="$lustretag"
+        lnettag=""
+        libsysiotag="$lustretag"
+        snmptag="$lustretag"
+        ;;
+
     # all later v* tags
     v[1-9]*)
-        portalstag="$lustretag"
         lnettag="$lustretag"
         libsysiotag="$lustretag"
         snmptag="$lustretag"
@@ -168,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