X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustrecvs;h=2bb3725ee20dd8632c35399099d388164fc493ef;hb=6de11116d14d44b97f7b749679e38d764e864432;hp=fa21806d77d13452ec6536064687a6f5eb811d57;hpb=3d5b6e91ca167be7664c7eee7b17bba18cf8da45;p=fs%2Flustre-release.git diff --git a/lustrecvs b/lustrecvs index fa21806..2bb3725 100755 --- a/lustrecvs +++ b/lustrecvs @@ -54,6 +54,16 @@ case "$lustretag" in exit 0 ;; + # 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="HEAD" ;; + + v* | b_release*) buildtag=$lustretag ;; + # this is the branch table # keep this list sorted alphabetically! @@ -95,7 +105,7 @@ cvs_cmd () fi } -cvs_cmd build lustre-build "" "$buildtag" +cvs_cmd build lustre-build "$buildtag" if [ -f build/buildcvs ] ; then . build/buildcvs