X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=build%2Fbuildcvs;h=927f1ab4043c44720c3137c950806010ca7b975d;hp=330111ecd1de0f046e4eb05396b555989c6917af;hb=dce93dfaf7ffa2ac37f5acfb08f6b15c7fab6d77;hpb=d725cc6c463549fa7c906f26a86ed70702e9a64a diff --git a/build/buildcvs b/build/buildcvs index 330111e..927f1ab 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,13 +1,15 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" -libsysiotag="LIBSYSIO_HEAD_20040809" +lnettag="HEAD" +libsysiotag="HEAD" +snmptag="" export LC_COLLATE=C case "$lustretag" in '') - warn "a lustretag is required." + warn "a lustretag is required." usage >&2 exit 1 ;; @@ -18,27 +20,30 @@ 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" ;; - b1_4_bgl) - portalstag="b1_4_bgl" + b1_4 | b1_4_*) + snmptag="HEAD" + portalstag="b_hd_newconfig" + lnettag="b_hd_newconfig" ;; - b_cray*) - libsysiotag="LIBSYSIO_HEAD_20041101" + b_cmd*) + portalstag="$lustretag" ;; - b_hd_sec) - portalstag="b_hd_sec" + b_ioprovement) + portalstag=b_ioprovement ;; + b_newconfig_rdmarouting) + portalstag="b_hd_newconfig" + lnettag="b_newconfig_rdmarouting" + lustretag="b1_4" + ;; + b_port_ahead) portalstag="b_port_ahead" ;; @@ -57,16 +62,40 @@ case "$lustretag" in portalstag="b_port_test" ;; - v1_[0-3]*|v1_4_0*|[A-Z]*) + b_ptl_smallfix) + portalstag="b_ptl_smallfix" + lustretag="b1_4" + ;; + + b_ptlrpc_cleanup) + portalstag="b_ptlrpc_cleanup" + ;; + + b_release_*) + portalstag=$lustretag + ;; + + # v1.0-v1.3, v1.4.0-v1.4.2 + v1_[0-3]_*|v1_4_[0-2]*) 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" + ;; + + # all later v* tags v[1-9]*) portalstag="$lustretag" + lnettag="$lustretag" libsysiotag="$lustretag" ;; esac cvs_cmd libsysio libsysio "$libsysiotag" cvs_cmd portals portals "$portalstag" +cvs_cmd lnet lnet "$lnettag" +cvs_cmd snmp lustre-snmp "$snmptag" cvs_cmd lustre lustre-core "$lustretag"