skip -b <branch> option from installer 17/2317/1 v3.0.0rc
authorMike Marchetti <mmarchetti@sandvine.com>
Fri, 29 Sep 2017 20:37:24 +0000 (16:37 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Fri, 29 Sep 2017 20:37:24 +0000 (16:37 -0400)
Change-Id: Iba37058a0995660742b7146af3bec69339911382
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/common/install_common

index 3e99fa8..4a7c352 100755 (executable)
@@ -21,7 +21,7 @@ REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg"
 REPOSITORY="stable"
 REPOSITORY_BASE="http://osm-download.etsi.org/repository/osm/debian"
 
-while getopts ":r:k:u:R:" o; do
+while getopts ":r:k:u:R:b:" o; do
     case "${o}" in
         r)
             REPOSITORY=${OPTARG}
@@ -35,10 +35,14 @@ while getopts ":r:k:u:R:" o; do
         u)
             REPOSITORY_BASE=${OPTARG}
             ;;
+        b)
+            ## ignore branch option
+            ;;
     esac
 done
 
 key_location=$REPOSITORY_BASE/$RELEASE/$REPOSITORY_KEY
+echo $key_location
 
 curl $key_location | apt-key add -