From 407e4d6a3753379f1f6ed405220ee04a2c935b89 Mon Sep 17 00:00:00 2001
From: brian <brian>
Date: Fri, 24 Apr 2009 17:10:03 +0000
Subject: [PATCH] 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.

---
 lustrecvs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lustrecvs b/lustrecvs
index 1e86d0f824..948d4f1d7b 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" ;;
 
-- 
GitLab