From: mjmac Date: Fri, 14 Oct 2005 14:51:25 +0000 (+0000) Subject: Fixes to allow the harness to build v1_4_5_91. X-Git-Tag: v1_7_100~594 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=cc434eefc13734515b43492882dca440c46a10db Fixes to allow the harness to build v1_4_5_91. --- diff --git a/lustrecvs b/lustrecvs index b62e202..775cade 100755 --- a/lustrecvs +++ b/lustrecvs @@ -58,6 +58,11 @@ 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... v1_2_8|v1_4_0) buildtag="HEAD"