[ARVADOS-DEV] updated: 76edfd719d2cef94494cc4f50b02cf380f88cf99

git at public.curoverse.com git at public.curoverse.com
Thu Jun 25 11:54:39 EDT 2015


Summary of changes:
 jenkins/run-build-packages.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  76edfd719d2cef94494cc4f50b02cf380f88cf99 (commit)
      from  121e7a814e34136e77191f2eb1951ad27a623453 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 76edfd719d2cef94494cc4f50b02cf380f88cf99
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Jun 25 11:54:35 2015 -0400

    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)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list