Using FQDN so it would work outside
authorDennis Schafroth <dennis@indexdata.com>
Wed, 14 Sep 2011 11:06:26 +0000 (11:06 +0000)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 14 Sep 2011 11:06:26 +0000 (11:06 +0000)
id-rpm-build/upload-rpms.sh

index 7b6c209..0439825 100755 (executable)
@@ -1,6 +1,6 @@
 PWD=`pwd`
 UPLOAD_PATH=${UPLOAD_PATH:=/home/ftp/pub}
-UPLOAD_HOST=${UPLOAD_HOST:=kebab}
+UPLOAD_HOST=${UPLOAD_HOST:=kebab.indexdata.com}
 DISTRO=${DISTRO:="centos/5.5"}
 specfile=$1
 if test ! -f ${specfile}; then