From a6eb326682f37f13d1f4b662e9d3394b2a1bc4f7 Mon Sep 17 00:00:00 2001
From: nic <nic>
Date: Fri, 28 Oct 2005 03:52:22 +0000
Subject: [PATCH] b_release braches are tagged for build/ too

---
 lustrecvs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustrecvs b/lustrecvs
index d7fb3deb64..d0b1c87d14 100755
--- a/lustrecvs
+++ b/lustrecvs
@@ -60,7 +60,7 @@ case "$lustretag" in
         buildtag="HEAD"
         ;;
         
-    v*) buildtag=$lustretag ;;
+    v* | b_release*) buildtag=$lustretag ;;
 
     # this is the branch table
     # keep this list sorted alphabetically!
-- 
GitLab