X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustrecvs;h=c64723589aa522a49ecc7a8919ec664cd83ec541;hb=232ed6329ce4b9bccb613d65d2118204b17a274e;hp=f23c5850f991e9de9ff47f9c22289f300f17af5e;hpb=b4fe5265e535d87f3d3ba43fb61bf492d861d610;p=fs%2Flustre-release.git diff --git a/lustrecvs b/lustrecvs index f23c585..c647235 100755 --- a/lustrecvs +++ b/lustrecvs @@ -54,7 +54,15 @@ case "$lustretag" in exit 0 ;; - v*) buildtag=$lustretag ;; + # 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" + ;; + + b_release_1_4_6-patchless) buildtag=b_release_1_4_6 ;; + + v* | b_release*) buildtag=$lustretag ;; # this is the branch table # keep this list sorted alphabetically!