Whamcloud - gitweb
remove b1_6 aliases in anticipation of 1.8 landing
authornathan <nathan>
Fri, 4 May 2007 23:32:31 +0000 (23:32 +0000)
committernathan <nathan>
Fri, 4 May 2007 23:32:31 +0000 (23:32 +0000)
build/buildcvs
lustrecvs

index c2866dc..43a2112 100644 (file)
@@ -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"
index acf7c95..8023a34 100755 (executable)
--- 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" ;;