X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustrecvs;h=fa24a0135ee0e7a669af648ed03e52528c108712;hb=e98a62bfa4492cc4c4ed2c25325f894a265bc245;hp=b0f80885881fd3b8e3f4a9f3d92af45d560c947f;hpb=efb98ac868f15a8fcb0ff6bc8ca545b26c90ae5c;p=fs%2Flustre-release.git diff --git a/lustrecvs b/lustrecvs index b0f8088..fa24a01 100755 --- a/lustrecvs +++ b/lustrecvs @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash LC_COLLATE="C" progname="${0##*/}" @@ -59,6 +59,8 @@ case "$lustretag" in # this is the branch table # keep this list sorted alphabetically! + # These use special build directories + b1_4*) buildtag="b1_4" ;; b_release_1_4_6-patchless) buildtag="b1_4" ;; @@ -66,6 +68,8 @@ case "$lustretag" in b_release*) buildtag=$lustretag ;; + b_uoss) 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)