X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=f0f3f4cb3a5e1f14c3f050fac324625f205ffc6f;hb=e37f2932cb5166b388a25c22a6dcbaac8c90c1f9;hp=9fe1efeaa8635ba51e320e34e307125ed61eb10e;hpb=15a8b7ef426f5fa7ade443987df3a0f2b7d137af;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index 9fe1efe..f0f3f4c 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,7 +1,8 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" -libsysiotag="LIBSYSIO_HEAD_20040809" +libsysiotag="HEAD" +snmptag="" export LC_COLLATE=C @@ -22,18 +23,18 @@ case "$lustretag" in portalstag="b1_2" ;; - b_cmd*) - portalstag="$lustretag" - ;; - - b_cray*) - libsysiotag="LIBSYSIO_HEAD_20041101" + b1_4) + snmptag="HEAD" ;; b1_4_newconfig) portalstag="b_hd_newconfig" ;; + b_cmd*) + portalstag="$lustretag" + ;; + b_port_ahead) portalstag="b_port_ahead" ;; @@ -58,14 +59,18 @@ case "$lustretag" in ;; b_ptlrpc_cleanup) - portalstag="b_ptlrpc_cleanup" - ;; + portalstag="b_ptlrpc_cleanup" + ;; b_release_*) portalstag=$lustretag ;; - v1_[0-3]*|v1_4_*|[A-Z]*) + b_ioprovement) + portalstag=b_ioprovement + ;; + + v1_[0-3]*|v1_4_[0-2]|[A-Z]*) portalstag="$lustretag" ;; @@ -77,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"