Whamcloud - gitweb
all children of b1_4 should use same lnet
[fs/lustre-release.git] / build / buildcvs
index 05ab503..927f1ab 100644 (file)
@@ -24,11 +24,8 @@ case "$lustretag" in
        portalstag="b1_2"
        ;;
 
-    b1_4)
+    b1_4 | b1_4_*)
        snmptag="HEAD"
-       ;;
-
-    b1_4_newconfig)    
         portalstag="b_hd_newconfig"
         lnettag="b_hd_newconfig"
        ;;
@@ -37,6 +34,16 @@ case "$lustretag" in
        portalstag="$lustretag"
        ;;
 
+    b_ioprovement)
+       portalstag=b_ioprovement
+       ;;
+
+    b_newconfig_rdmarouting)
+        portalstag="b_hd_newconfig"
+        lnettag="b_newconfig_rdmarouting"
+        lustretag="b1_4"
+        ;;
+
     b_port_ahead)
        portalstag="b_port_ahead"
        ;;
@@ -68,16 +75,21 @@ case "$lustretag" in
        portalstag=$lustretag
        ;;
 
-    b_ioprovement)
-       portalstag=b_ioprovement
+    # v1.0-v1.3, v1.4.0-v1.4.2
+    v1_[0-3]_*|v1_4_[0-2]*)
+       portalstag="$lustretag"
        ;;
 
-    v1_[0-3]*|v1_4_*|[A-Z]*)
+    # v1.4.3-v1.4.5, v1.4.5.1 - v1.4.5.9
+    v1_4_[3-5]|v1_4_[3-4]_*|v1_4_5_[1-9]|cray_2005*)
        portalstag="$lustretag"
+       libsysiotag="$lustretag"
        ;;
 
-    v[1-9]*|cray_200[5-9]*)
+    # all later v* tags
+    v[1-9]*)
        portalstag="$lustretag"
+       lnettag="$lustretag"
        libsysiotag="$lustretag"
        ;;
 esac