From: Brett Smith Date: Thu, 25 Jun 2015 15:54:35 +0000 (-0400) Subject: 6388: Remove old --apt-server switch from run-build-packages. X-Git-Url: https://git.arvados.org/arvados-dev.git/commitdiff_plain/76edfd719d2cef94494cc4f50b02cf380f88cf99?ds=sidebyside 6388: Remove old --apt-server switch from run-build-packages. Refs #6388. --- diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh index b54761c..7f4dd29 100755 --- a/jenkins/run-build-packages.sh +++ b/jenkins/run-build-packages.sh @@ -35,7 +35,7 @@ BUILD_BUNDLE_PACKAGES=0 TARGET=debian7 PARSEDOPTS=$(getopt --name "$0" --longoptions \ - help,upload,scp-user:,scp-host:,apt-server:,build-bundle-packages,debug,target: \ + help,upload,scp-user:,scp-host:,build-bundle-packages,debug,target: \ -- "" "$@") if [ $? -ne 0 ]; then exit 1 @@ -52,7 +52,7 @@ while [ $# -gt 0 ]; do --scp-user) SCPUSER="$2"; shift ;; - --scp-host|--apt-server) + --scp-host) SCPHOST="$2"; shift ;; --target)