X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=559ac2660850ec587a32fae481e3610dd5b84c98;hb=9b4f310275dcb64e586514fdbbf467b5d3fe3ad9;hp=da91995b97592cfc043c7348294c9b9d52834163;hpb=1cabd28a1f0e388e24f8fd326a4f257e857a0692;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index da91995..559ac26 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,11 +1,13 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" -libsysiotag="LIBSYSIO_HEAD_20040809" +libsysiotag="HEAD" + +export LC_COLLATE=C case "$lustretag" in '') - warn "a lustretag is required." + warn "a lustretag is required." usage >&2 exit 1 ;; @@ -20,23 +22,52 @@ case "$lustretag" in portalstag="b1_2" ;; - b1_4_bgl) - portalstag="b1_4_bgl" + b_cmd*) + portalstag="$lustretag" ;; - b_port_step) - portalstag="b_port_step" + b1_4_newconfig) + portalstag="b_hd_newconfig" ;; 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" + ;; + + b_port_test) + portalstag="b_port_test" + ;; + + b_ptl_smallfix) + portalstag="b_ptl_smallfix" + lustretag="b1_4" + ;; + + b_ptlrpc_cleanup) + portalstag="b_ptlrpc_cleanup" + ;; + + b_release_*) + portalstag=$lustretag + ;; + + v1_[0-3]*|v1_4_*|[A-Z]*) + portalstag="$lustretag" ;; - b_hd_sec) - portalstag="b_hd_sec" + + v[1-9]*|cray_200[5-9]*) + portalstag="$lustretag" + libsysiotag="$lustretag" ;; esac