From c9d5988d61c9461b5c96aa1a0658b14588b90184 Mon Sep 17 00:00:00 2001 From: jacob Date: Sun, 19 Dec 2004 23:26:31 +0000 Subject: [PATCH] split portals into its own module (b1_2) --- build/buildcvs | 3 +++ lustrecvs | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 1.8.3.1