X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fbuildcvs;h=5f7b3a8cc09d527c82d4484fbd4596e3418c063f;hb=1353c2549cc49ceab4c5a22dff24141a6066b008;hp=9ac6ef423417c313a0102becc9589de390840ab0;hpb=c2b7b642d3ddc10a109e00d04a5b0df3bf150efc;p=fs%2Flustre-release.git diff --git a/build/buildcvs b/build/buildcvs index 9ac6ef4..5f7b3a8 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,7 +1,9 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" -libsysiotag="LIBSYSIO_HEAD_20040607" +libsysiotag="LIBSYSIO_HEAD_20040809" + +export LC_COLLATE=C case "$lustretag" in '') @@ -16,19 +18,60 @@ 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" ;; - b_newsysio | b_sec) - libsysiotag="LIBSYSIO_HEAD_20040809" + b_cray*) + libsysiotag="LIBSYSIO_HEAD_20041101" + ;; + + b_hd_sec) + portalstag="b_hd_sec" + ;; + + b_release_*) + portalstag=$lustretag + ;; + + b_port_ahead) + portalstag="b_port_ahead" + ;; + + b_port_netid) + portalstag="b_port_netid" ;; + b_hd_remote_uid) + portalstag="b_hd_sec" + ;; + # 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" + ;; + + v1_[0-3]*|v1_4_0*|[A-Z]*) + portalstag="$lustretag" + ;; + + v[1-9]*) + portalstag="$lustretag" + libsysiotag="$lustretag" + ;; esac cvs_cmd libsysio libsysio "$libsysiotag"