From: brian Date: Mon, 7 Nov 2005 21:50:32 +0000 (+0000) Subject: b1_4_rhel4_22 has been re-parented to b_release_1_4_6 so it should use the X-Git-Tag: v1_7_100~569 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=4b471fb7f8424a6d304b7c6063771df811adfb12;ds=sidebyside b1_4_rhel4_22 has been re-parented to b_release_1_4_6 so it should use the b_release_1_4_6 lnet/portals. s/^I/ /g --- diff --git a/build/buildcvs b/build/buildcvs index 927f1ab..ba7d5ee 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -9,34 +9,40 @@ 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" - ;; + portalstag="b1_2" + ;; + + b1_4_rhel4_22) + snmptag="HEAD" + portalstag="b_release_1_4_6" + lnettag="b_release_1_4_6" + ;; b1_4 | b1_4_*) - snmptag="HEAD" + snmptag="HEAD" portalstag="b_hd_newconfig" lnettag="b_hd_newconfig" - ;; + ;; b_cmd*) - portalstag="$lustretag" - ;; + portalstag="$lustretag" + ;; b_ioprovement) - portalstag=b_ioprovement - ;; + portalstag=b_ioprovement + ;; b_newconfig_rdmarouting) portalstag="b_hd_newconfig" @@ -45,53 +51,53 @@ case "$lustretag" in ;; 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_ptlrpc_cleanup) - portalstag="b_ptlrpc_cleanup" - ;; + portalstag="b_ptlrpc_cleanup" + ;; b_release_*) - portalstag=$lustretag - ;; + portalstag=$lustretag + ;; # v1.0-v1.3, v1.4.0-v1.4.2 v1_[0-3]_*|v1_4_[0-2]*) - portalstag="$lustretag" - ;; + 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" - ;; + portalstag="$lustretag" + libsysiotag="$lustretag" + ;; # all later v* tags v[1-9]*) - portalstag="$lustretag" - lnettag="$lustretag" - libsysiotag="$lustretag" - ;; + portalstag="$lustretag" + lnettag="$lustretag" + libsysiotag="$lustretag" + ;; esac cvs_cmd libsysio libsysio "$libsysiotag"