X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=763180aae698684d37efa42eea2b4d910e654675;hb=3d24ff29b009931a37f8456933c59a946b4c866c;hp=4d0a263426b1dc05fc80e3e2196ea4bbbb902941;hpb=b3ba9b33bb38beea10d92973700db615fd71c4da;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index 4d0a263..763180a 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,12 +1,14 @@ # This file is sourced by lustre/lustrecvs -set -vx 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 ;; @@ -21,16 +23,16 @@ case "$lustretag" in 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) @@ -41,15 +43,38 @@ case "$lustretag" in portalstag="b_port_netid" ;; + # b_port_step is only for portals b_port_step) portalstag="b_port_step" + lustretag="HEAD" + ;; + + b_port_test) + portalstag="b_port_test" + ;; + + 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*) + v1_[0-3]*|v1_4_*|[A-Z]*) portalstag="$lustretag" ;; - v[1-9]*) + v[1-9]*|cray_200[5-9]*) portalstag="$lustretag" libsysiotag="$lustretag" ;; @@ -57,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"