Whamcloud - gitweb
Fixes to allow the harness to build v1_4_5_91.
authormjmac <mjmac>
Fri, 14 Oct 2005 14:51:25 +0000 (14:51 +0000)
committermjmac <mjmac>
Fri, 14 Oct 2005 14:51:25 +0000 (14:51 +0000)
lustrecvs

index b62e202..775cade 100755 (executable)
--- 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"