Whamcloud - gitweb
don't let ctx obj share storage with request buffer, which might be
[fs/lustre-release.git] / build / buildcvs
index 559ac26..763180a 100644 (file)
@@ -2,6 +2,7 @@
 
 portalstag="HEAD"
 libsysiotag="HEAD"
+snmptag=""
 
 export LC_COLLATE=C
 
@@ -22,14 +23,18 @@ case "$lustretag" in
        portalstag="b1_2"
        ;;
 
-    b_cmd*)
-       portalstag="$lustretag"
+    b1_4)
+       snmptag="HEAD"
        ;;
 
     b1_4_newconfig)    
         portalstag="b_hd_newconfig"
        ;;
 
+    b_cmd*)
+       portalstag="$lustretag"
+       ;;
+
     b_port_ahead)
        portalstag="b_port_ahead"
        ;;
@@ -61,6 +66,10 @@ case "$lustretag" in
        portalstag=$lustretag
        ;;
 
+    b_ioprovement)
+       portalstag=b_ioprovement
+       ;;
+
     v1_[0-3]*|v1_4_*|[A-Z]*)
        portalstag="$lustretag"
        ;;
@@ -73,4 +82,5 @@ esac
 
 cvs_cmd libsysio libsysio "$libsysiotag"
 cvs_cmd portals portals "$portalstag"
+cvs_cmd snmp lustre-snmp "$snmptag"
 cvs_cmd lustre lustre-core "$lustretag"