X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=fed6bf1d020e80e71faae2c69d87dc42fe6e0d26;hb=607313e9acd485687389a6daaf258df411183220;hp=a863fbb34265fb8c0bf9c463d5b0ae47142b7326;hpb=1091b2ed86cc7065da5984c2f3f08cf1f6f49d0f;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index a863fbb..fed6bf1 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,92 +1,131 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" -libsysiotag="LIBSYSIO_HEAD_20040809" +lnettag="HEAD" +libsysiotag="HEAD" +snmptag="" export LC_COLLATE=C case "$lustretag" in '') - warn "a lustretag is required." - usage >&2 - exit 1 - ;; + warn "a lustretag is required." + usage >&2 + exit 1 + ;; --help | -h) - usage - exit 0 - ;; + usage + exit 0 + ;; # this is the branch table # keep this list sorted alphabetically! b1_2) - portalstag="b1_2" - ;; - - b1_4_bgl) - portalstag="b1_4_bgl" - ;; + portalstag="b1_2" + ;; + + b1_4_lov_lvb_cleanup) + snmptag="HEAD" + portalstag="b_hd_newconfig" + lnettag="b_hd_newconfig" + libsysiotag="b_release_1_4_6" + ;; + + b1_4_rhel4_22) + snmptag="HEAD" + portalstag="b_release_1_4_6" + lnettag="b_release_1_4_6" + ;; + + b1_4 | b1_4_*) + snmptag="HEAD" + portalstag="b_hd_newconfig" + lnettag="b_hd_newconfig" + ;; + + b1_4_join) + snmptag="HEAD" + portalstag="b_hd_newconfig" + lnettag="b_hd_newconfig" + ;; + + b1_5 | b1_5_*) + snmptag="HEAD" + portalstag="b_hd_newconfig" + lnettag="b_hd_newconfig" + ;; b_cmd*) - portalstag="$lustretag" - ;; + portalstag="$lustretag" + ;; - b_cray*) - libsysiotag="LIBSYSIO_HEAD_20041101" - ;; + b_ioprovement) + portalstag=b_ioprovement + ;; - b_hd_acl) - portalstag="b_hd_sec" - ;; - - b_hd_remote_uid) - portalstag="b_hd_sec" - ;; - - b_hd_sec) - portalstag="b_hd_sec" - ;; - - b_hd_sec_oss) - portalstag="b_hd_sec" - ;; + b_newconfig_rdmarouting) + portalstag="b_hd_newconfig" + lnettag="b_newconfig_rdmarouting" + lustretag="b1_4" + ;; b_port_ahead) - portalstag="b_port_ahead" - ;; + portalstag="b_port_ahead" + ;; b_port_netid) - portalstag="b_port_netid" - ;; + portalstag="b_port_netid" + ;; # b_port_step is only for portals b_port_step) - portalstag="b_port_step" - lustretag="HEAD" - ;; + portalstag="b_port_step" + lustretag="HEAD" + ;; b_port_test) - portalstag="b_port_test" - ;; + portalstag="b_port_test" + ;; b_ptl_smallfix) - portalstag="b_ptl_smallfix" - lustretag="b1_4" - ;; + portalstag="b_ptl_smallfix" + lustretag="b1_4" + ;; - b_release_*) - portalstag=$lustretag - ;; - - v1_[0-3]*|v1_4_*|[A-Z]*) - portalstag="$lustretag" - ;; + b_ptlrpc_cleanup) + portalstag="b_ptlrpc_cleanup" + ;; + b_release_*) + portalstag=$lustretag + ;; + + RELEASE_1_4_6_B1_4_JOIN_LAND_PARENT_20051208_1641) + lnettag="b_hd_newconfig" + portalstag="b_hd_newconfig" + ;; + + # v1.0-v1.3, v1.4.0-v1.4.2 + v1_[0-3]_*|v1_4_[0-2]*) + portalstag="$lustretag" + ;; + + # v1.4.3-v1.4.5, v1.4.5.1 - v1.4.5.9 + v1_4_[3-5]|v1_4_[3-4]_*|v1_4_5_[1-9]|cray_2005*) + portalstag="$lustretag" + libsysiotag="$lustretag" + ;; + + # all later v* tags v[1-9]*) - portalstag="$lustretag" - libsysiotag="$lustretag" - ;; + portalstag="$lustretag" + lnettag="$lustretag" + libsysiotag="$lustretag" + ;; esac cvs_cmd libsysio libsysio "$libsysiotag" cvs_cmd portals portals "$portalstag" +cvs_cmd lnet lnet "$lnettag" +cvs_cmd snmp lustre-snmp "$snmptag" cvs_cmd lustre lustre-core "$lustretag"