From: nathan Date: Fri, 4 May 2007 23:32:31 +0000 (+0000) Subject: remove b1_6 aliases in anticipation of 1.8 landing X-Git-Tag: v1_7_100~133 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fe70d8b078742be2826aec12836c3a1114b62c6c;p=fs%2Flustre-release.git remove b1_6 aliases in anticipation of 1.8 landing --- diff --git a/build/buildcvs b/build/buildcvs index c2866dc..43a2112 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -20,6 +20,10 @@ case "$lustretag" in # this is the branch table # keep this list sorted alphabetically! + + # Note these are "specials" -- branches using lnet HEAD don't need an + # entry here. + b1_2) portalstag="b1_2" lnettag="" @@ -47,16 +51,6 @@ case "$lustretag" in portalstag="b_hd_newconfig" ;; - b1_5) - # Alias for HEAD - lustretag="HEAD" - ;; - - b1_6) - # Alias for HEAD - lustretag="HEAD" - ;; - b_new_cmd) portalstag="b_new_portals" # lnettag="b_lnet_tmp" diff --git a/lustrecvs b/lustrecvs index acf7c95..8023a34 100755 --- a/lustrecvs +++ b/lustrecvs @@ -59,6 +59,8 @@ case "$lustretag" in # this is the branch table # keep this list sorted alphabetically! + # These use special build directories + b1_4*) buildtag="b1_4" ;; b_release_1_4_6-patchless) buildtag="b1_4" ;;