Whamcloud - gitweb
With 1.6 heading towards maintenance mode, use a dedicated branch of the
authorbrian <brian>
Fri, 24 Apr 2009 17:10:03 +0000 (17:10 +0000)
committerbrian <brian>
Fri, 24 Apr 2009 17:10:03 +0000 (17:10 +0000)
build system for it to isolate future build changes away from it.

lustrecvs

index 1e86d0f..948d4f1 100755 (executable)
--- a/lustrecvs
+++ b/lustrecvs
@@ -68,8 +68,12 @@ case "$lustretag" in
 
     # These use special build directories 
 
 
     # These use special build directories 
 
+    # Maintenance mode -- isolate build system changes
     b1_4*) buildtag="b1_4" ;;
 
     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" ;;
 
     b_release_1_4_6-patchless) buildtag="b1_4" ;;
     b_release_1_4_7-test) buildtag="b_release_1_4_7" ;;