X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=f0f3f4cb3a5e1f14c3f050fac324625f205ffc6f;hb=32a0460cb2954600f7c9f6c13f1ef0a107ad6214;hp=330111ecd1de0f046e4eb05396b555989c6917af;hpb=d725cc6c463549fa7c906f26a86ed70702e9a64a;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index 330111e..f0f3f4c 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,13 +1,14 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" -libsysiotag="LIBSYSIO_HEAD_20040809" +libsysiotag="HEAD" +snmptag="" export LC_COLLATE=C case "$lustretag" in '') - warn "a lustretag is required." + warn "a lustretag is required." usage >&2 exit 1 ;; @@ -18,25 +19,20 @@ case "$lustretag" in # this is the branch table # keep this list sorted alphabetically! - b_ptl_smallfix) - portalstag="b_ptl_smallfix" - lustretag="b1_4" - ;; - b1_2) portalstag="b1_2" ;; - b1_4_bgl) - portalstag="b1_4_bgl" + b1_4) + snmptag="HEAD" ;; - b_cray*) - libsysiotag="LIBSYSIO_HEAD_20041101" + b1_4_newconfig) + portalstag="b_hd_newconfig" ;; - b_hd_sec) - portalstag="b_hd_sec" + b_cmd*) + portalstag="$lustretag" ;; b_port_ahead) @@ -57,11 +53,28 @@ case "$lustretag" in portalstag="b_port_test" ;; - v1_[0-3]*|v1_4_0*|[A-Z]*) + b_ptl_smallfix) + portalstag="b_ptl_smallfix" + lustretag="b1_4" + ;; + + b_ptlrpc_cleanup) + portalstag="b_ptlrpc_cleanup" + ;; + + b_release_*) + portalstag=$lustretag + ;; + + b_ioprovement) + portalstag=b_ioprovement + ;; + + v1_[0-3]*|v1_4_[0-2]|[A-Z]*) portalstag="$lustretag" ;; - v[1-9]*) + v[1-9]*|cray_200[5-9]*) portalstag="$lustretag" libsysiotag="$lustretag" ;; @@ -69,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"