From 32827961b16e4ea4caf990dbe6b7ed1fd1d24f13 Mon Sep 17 00:00:00 2001
From: scjody <scjody>
Date: Mon, 6 Aug 2007 17:46:01 +0000
Subject: [PATCH] Branch HEAD

Make b1_8 an alias for HEAD to prevent mistakes.
---
 build/buildcvs | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/build/buildcvs b/build/buildcvs
index 89ec8dc42c..8569450f12 100644
--- a/build/buildcvs
+++ b/build/buildcvs
@@ -52,6 +52,12 @@ case "$lustretag" in
         portalstag="b_hd_newconfig"
         ;;
 
+    b1_8)
+        # b1_8 is an alias for HEAD.
+        lustretag="HEAD"
+        ldiskfstag="b1_8_iam"
+        ;;
+
     b_new_cmd)
 	portalstag="b_new_portals"
         # lnettag="b_lnet_tmp"
@@ -158,6 +164,7 @@ case "$lustretag" in
     
     # CMD3
     HEAD|b_post_cmd3|b1_8_gssfix|b_new_cmd_sles10)
+        # Update b1_8 above when changing this.
         ldiskfstag="b1_8_iam"
         ;;
 
-- 
GitLab