From 32a0460cb2954600f7c9f6c13f1ef0a107ad6214 Mon Sep 17 00:00:00 2001 From: nic Date: Thu, 6 Oct 2005 20:51:49 +0000 Subject: [PATCH] 1.2.8 and 1.4.0 did not have build/ tagged for them, so pull HEAD --- lustrecvs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustrecvs b/lustrecvs index 2fb1256..b62e202 100755 --- a/lustrecvs +++ b/lustrecvs @@ -58,6 +58,11 @@ case "$lustretag" in buildtag="b_lnet" ;; + # Apparently these releases did not get build tagged for them... + v1_2_8|v1_4_0) + buildtag="HEAD" + ;; + v*) buildtag=$lustretag ;; # this is the branch table -- 1.8.3.1