From: adilger Date: Thu, 4 May 2006 08:04:02 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~487 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ec54526780f06eb596829eb6a2e40da46c70d983;ds=sidebyside Branch b1_4 Per Eric's request - remove portals from the build tree, as he is testing with Cray portals directly, when testing the ptllnd. r=eeb --- diff --git a/build/autogen.sh b/build/autogen.sh index ca6572d..e32e26a 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -79,7 +79,7 @@ check_version() { echo "Checking for a complete tree..." # required directories -for dir in build lnet portals lustre ; do +for dir in build lnet lustre ; do if [ ! -d "$dir" ] ; then cat >&2 <&2 "${progname}: You probably want to branch lustre or portals." + echo >&2 "${progname}: You probably want to branch lustre or lnet." echo >&2 "${progname}: Try using ${0} $parent $child lustre" exit 1 fi diff --git a/build/buildcvs b/build/buildcvs index c79c182..310eeca 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,6 +1,6 @@ # This file is sourced by lustre/lustrecvs -portalstag="HEAD" +portalstag="" lnettag="HEAD" libsysiotag="HEAD" snmptag="HEAD" @@ -130,9 +130,15 @@ case "$lustretag" in snmptag=b_release_1_4_6 ;; + b_release_1_4_6) + portalstag="$lustretag" + lnettag="$lustretag" + libsysiotag="$lustretag" + snmptag="$lustretag" + ;; + # all later b_release_* tags b_release_*) - portalstag="$lustretag" lnettag="$lustretag" libsysiotag="$lustretag" snmptag="$lustretag" @@ -154,9 +160,16 @@ case "$lustretag" in snmptag="$lustretag" ;; + # v1.4.6, v1.4.6.[1-91] + v1_4_6_[1-9]|v1_4_6_9[01]) + portalstag="$lustretag" + lnettag="" + libsysiotag="$lustretag" + snmptag="$lustretag" + ;; + # all later v* tags v[1-9]*) - portalstag="$lustretag" lnettag="$lustretag" libsysiotag="$lustretag" snmptag="$lustretag"