From: buffalo-pull Date: Thu, 20 Mar 2008 03:01:34 +0000 (+0000) Subject: replace old download site with the new one. X-Git-Tag: v1_7_0_51~103 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=6cc753e57f5154d0dabd910e3e5a4dc5311bb5da replace old download site with the new one. --- diff --git a/build/autogen.sh b/build/autogen.sh index a47d390..1892ed1 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -35,7 +35,7 @@ error_msg() { existing autoconf/make RPMs, if you are nervous about upgrading. See - ftp://ftp.lustre.org/pub/other/autolustre/README.autolustre + http://downloads.lustre.org/public/tools/autolustre/README.autolustre You may be able to download newer version from: diff --git a/build/lbuild b/build/lbuild index 33e9e20..6450ed6 100755 --- a/build/lbuild +++ b/build/lbuild @@ -174,7 +174,7 @@ Usage: ${0##*/} [OPTION]... [-- ] pulling from CVS. --nodownload - Do not try to download a kernel from ftp.lustre.org + Do not try to download a kernel from downloads.lustre.org --nosrc Do not build a .src.rpm, a full kernel patch, or a patched kernel @@ -377,10 +377,10 @@ download_and_build_tarball() { local srpm=kernel-${lnxmaj}-${lnxrel}.src.rpm - echo "Downloading http://ftp.lustre.org/pub/kernels/$target/old/$srpm..." - if ! wget -nv "http://ftp.lustre.org/pub/kernels/$target/old/$srpm" \ + echo "Downloading http://downloads.lustre.org/public/kernels/$target/old/$srpm..." + if ! wget -nv "http://downloads.lustre.org/public/kernels/$target/old/$srpm" \ -O "$KERNELDIR/$srpm" ; then - fatal 1 "Could not download target $kernel_file's kernel SRPM $srpm from ftp.lustre.org." + fatal 1 "Could not download target $kernel_file's kernel SRPM $srpm from downloads.lustre.org." fi build_tarball $target $srpm @@ -420,8 +420,8 @@ load_target() build_tarball $CANONICAL_TARGET $KERNEL_SRPM else if (( $DOWNLOAD )) ; then - echo "Downloading http://ftp.lustre.org/pub/kernels/$CANONICAL_TARGET/old/$KERNEL..." - if ! wget -nv "http://ftp.lustre.org/pub/kernels/$CANONICAL_TARGET/old/$KERNEL" -O "$KERNELDIR/$KERNEL" ; then + echo "Downloading http://downloads.lustre.org/public/kernels/$CANONICAL_TARGET/old/$KERNEL..." + if ! wget -nv "http://downloads.lustre.org/public/kernels/$CANONICAL_TARGET/old/$KERNEL" -O "$KERNELDIR/$KERNEL" ; then # see if we can do it with an SRPM from the download site download_and_build_tarball $CANONICAL_TARGET $KERNEL_FILE fi