From: Adam Dickmeiss Date: Thu, 31 May 2012 10:31:14 +0000 (+0000) Subject: Use ftp.indexdata.dk for upload (same as id-pbuild.sh) X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=61abd61c24e2f06057d6b8364c543c7cbdbe567d Use ftp.indexdata.dk for upload (same as id-pbuild.sh) --- diff --git a/id-rpm-build/upload-rpms.sh b/id-rpm-build/upload-rpms.sh index 0439825..ee83ce9 100755 --- a/id-rpm-build/upload-rpms.sh +++ b/id-rpm-build/upload-rpms.sh @@ -1,6 +1,6 @@ PWD=`pwd` UPLOAD_PATH=${UPLOAD_PATH:=/home/ftp/pub} -UPLOAD_HOST=${UPLOAD_HOST:=kebab.indexdata.com} +UPLOAD_HOST=${UPLOAD_HOST:=ftp.indexdata.dk} DISTRO=${DISTRO:="centos/5.5"} specfile=$1 if test ! -f ${specfile}; then