X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=a863fbb34265fb8c0bf9c463d5b0ae47142b7326;hb=1091b2ed86cc7065da5984c2f3f08cf1f6f49d0f;hp=4d0a263426b1dc05fc80e3e2196ea4bbbb902941;hpb=b3ba9b33bb38beea10d92973700db615fd71c4da;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index 4d0a263..a863fbb 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,12 +1,13 @@ # This file is sourced by lustre/lustrecvs -set -vx 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 ;; @@ -25,14 +26,30 @@ case "$lustretag" in portalstag="b1_4_bgl" ;; - b_cray) + b_cmd*) + portalstag="$lustretag" + ;; + + b_cray*) libsysiotag="LIBSYSIO_HEAD_20041101" ;; + 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_port_ahead) portalstag="b_port_ahead" ;; @@ -41,11 +58,26 @@ 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*) + v1_[0-3]*|v1_4_*|[A-Z]*) portalstag="$lustretag" ;;