From: adilger Date: Wed, 23 Feb 2005 12:05:27 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: 1.3.4~124 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=cd7b7ec7a96222c8c179d76d54acb89760a7291f;p=fs%2Flustre-release.git Branch: b1_4 Sort list alphabetically, like it says in the comment. --- diff --git a/build/buildcvs b/build/buildcvs index 5f7b3a8..303f6b3 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -7,7 +7,7 @@ export LC_COLLATE=C case "$lustretag" in '') - warn "a lustretag is required." + warn "a lustretag is required." usage >&2 exit 1 ;; @@ -18,11 +18,6 @@ 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" ;; @@ -35,12 +30,12 @@ case "$lustretag" in libsysiotag="LIBSYSIO_HEAD_20041101" ;; - b_hd_sec) + b_hd_remote_uid) portalstag="b_hd_sec" ;; - b_release_*) - portalstag=$lustretag + b_hd_sec) + portalstag="b_hd_sec" ;; b_port_ahead) @@ -51,9 +46,6 @@ case "$lustretag" in 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" @@ -64,6 +56,15 @@ case "$lustretag" in 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" ;;