X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=763180aae698684d37efa42eea2b4d910e654675;hb=3d24ff29b009931a37f8456933c59a946b4c866c;hp=559ac2660850ec587a32fae481e3610dd5b84c98;hpb=644cf03deaf5d11088adf3abfa452e029c7bc6fc;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index 559ac26..763180a 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -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"