X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=2d2f24aa233225ac48d9c62d8ccba88fff6a3ce5;hb=16c58e72c9f9df58b49924e55e869f4f5602fb8e;hp=76355e02a996a5dc33cd074ae575c8a7bdf4ba2a;hpb=b0b9f00fb838f8c96911d524e02c93180e300207;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index 76355e0..2d2f24a 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -3,9 +3,11 @@ portalstag="HEAD" libsysiotag="LIBSYSIO_HEAD_20040809" +export LC_COLLATE=C + case "$lustretag" in '') - warn "a lustretag is required." + warn "a lustretag is required." usage >&2 exit 1 ;; @@ -16,11 +18,6 @@ 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" ;; @@ -29,10 +26,22 @@ case "$lustretag" in portalstag="b1_4_bgl" ;; - b_cray) + b1_4_rhel4) + portalstag="b1_4_rhel4" + ;; + + b_cmd*) + portalstag="$lustretag" + ;; + + b_cray*) libsysiotag="LIBSYSIO_HEAD_20041101" ;; + b_hd_remote_uid) + portalstag="b_hd_sec" + ;; + b_hd_sec) portalstag="b_hd_sec" ;; @@ -45,8 +54,23 @@ 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_release_*) + portalstag=$lustretag ;; v1_[0-3]*|v1_4_0*|[A-Z]*)