From: brian Date: Fri, 24 Apr 2009 17:10:03 +0000 (+0000) Subject: With 1.6 heading towards maintenance mode, use a dedicated branch of the X-Git-Tag: v1_9_170~16 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=407e4d6a3753379f1f6ed405220ee04a2c935b89;hp=36e6fbca26a60b2d48001dc1d941aa8b41e2f6b8 With 1.6 heading towards maintenance mode, use a dedicated branch of the build system for it to isolate future build changes away from it. --- diff --git a/lustrecvs b/lustrecvs index 1e86d0f..948d4f1 100755 --- a/lustrecvs +++ b/lustrecvs @@ -68,8 +68,12 @@ case "$lustretag" in # These use special build directories + # Maintenance mode -- isolate build system changes b1_4*) buildtag="b1_4" ;; + # Maintenance mode -- isolate build system changes + b1_6*) buildtag="b1_6" ;; + b_release_1_4_6-patchless) buildtag="b1_4" ;; b_release_1_4_7-test) buildtag="b_release_1_4_7" ;;