Add carbon .deb for `packaging-test-deb` job 95/56795/4
authorAkshita Jha <zenith158@gmail.com>
Wed, 10 May 2017 16:49:20 +0000 (22:19 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Tue, 23 May 2017 15:38:23 +0000 (15:38 +0000)
Change-Id: Ib0553255bd6e0b883f8a3f9a6af4213be06b95ae
Signed-off-by: Akshita Jha <zenith158@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
jjb/packaging/include-raw-test-deb.sh
jjb/packaging/packaging.yaml

index 2b22fd541cfcb80b56e95d15a82997e7277162cf..f5cea65d1c2f91383a3915ac4f59e608309108ca 100644 (file)
@@ -17,7 +17,7 @@ then
   # shellcheck disable=SC2154
   pkg_basename="${{PACKAGE##*/}}"
   # NB: Apt can't install directly from URL, so need this intermediary file
-  curl -o "$pkg_basename" "$PACKAGE"
+  curl -L --silent -o "$pkg_basename" "$PACKAGE"
   sudo dpkg --install ./"$pkg_basename"
 elif [[ $PACKAGE == ppa:* ]]
 then
index 86f2139cc4bf80c66dcabd7804ccac79758f7702..237c811f8f5b3845463163c454fcb38f90b8ea19 100644 (file)
       - string:
           name: PACKAGE
           # yamllint disable-line rule:line-length
-          default: 'http://ftp.gwdg.de/pub/opensuse/repositories/home:/akshitajha/xUbuntu_16.04/all/opendaylight_5.0.0-1_all.deb'
-          description: 'Link to .deb file or name of custom PPA repo (ppa:odl-team/boron)'
+          default: 'https://launchpad.net/~odl-team/+archive/ubuntu/carbon/+files/opendaylight_6.0.0-1_all.deb'
+          description: 'Link to .deb file or name of custom PPA repo (ppa:odl-team/carbon)'
 
     scm:
       - integration-gerrit-scm: