X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=2d2f24aa233225ac48d9c62d8ccba88fff6a3ce5;hb=16c58e72c9f9df58b49924e55e869f4f5602fb8e;hp=dff2f2eeda9973ce69a5a00555291ed8ebba40dd;hpb=c9d5988d61c9461b5c96aa1a0658b14588b90184;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index dff2f2e..2d2f24a 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,11 +1,13 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" -libsysiotag="LIBSYSIO_HEAD_20040607" +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 ;; @@ -24,14 +26,61 @@ case "$lustretag" in portalstag="b1_4_bgl" ;; - b_newsysio | b_sec) - libsysiotag="LIBSYSIO_HEAD_20040809" + 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" + ;; + + b_port_ahead) + portalstag="b_port_ahead" ;; + b_port_netid) + portalstag="b_port_netid" + ;; + + # b_port_step is only for portals b_port_step) - portalstag="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]*) + portalstag="$lustretag" + ;; + + v[1-9]*) + portalstag="$lustretag" + libsysiotag="$lustretag" + ;; esac cvs_cmd libsysio libsysio "$libsysiotag"