From 8df815e731d9f179497c32479e97267c19f7e6f3 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 14 Oct 2005 17:39:06 +0000 Subject: [PATCH] Branch b1_4_newconfig - lustrecvs already has a regexp for all v* tags - change buildcvs regexp to include lnet for v1.4.5.10+ --- lustrecvs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lustrecvs b/lustrecvs index 775cade..a89799f 100755 --- a/lustrecvs +++ b/lustrecvs @@ -58,12 +58,8 @@ case "$lustretag" in buildtag="b_lnet" ;; - # These releases use the b_lnet build - v1_4_5_91) - buildtag="b_lnet" - ;; - - # Apparently these releases did not get build tagged for them... + # These releases did not get build tagged for them because they + # this build system didn't exist when they were tagged v1_2_8|v1_4_0) buildtag="HEAD" ;; -- 1.8.3.1