From: jacob Date: Sun, 19 Dec 2004 23:26:31 +0000 (+0000) Subject: split portals into its own module (b1_2) X-Git-Tag: 1.3.4~253 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c9d5988d61c9461b5c96aa1a0658b14588b90184;p=fs%2Flustre-release.git split portals into its own module (b1_2) --- diff --git a/build/buildcvs b/build/buildcvs index 9ac6ef4..dff2f2e 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -16,6 +16,9 @@ case "$lustretag" in # this is the branch table # keep this list sorted alphabetically! + b1_2) + portalstag="b1_2" + ;; b1_4_bgl) portalstag="b1_4_bgl" diff --git a/lustrecvs b/lustrecvs index bcce779..70ac2a0 100755 --- a/lustrecvs +++ b/lustrecvs @@ -39,9 +39,6 @@ case "$lustretag" in # this is the branch table # keep this list sorted alphabetically! - b1_2) - portalstag="b1_2" - ;; *) buildtag="HEAD"