base: add Debian 'stretch' repo for opendaylight

OpenDayLight project does not provide package for Debian 'stretch'
currently so I took care of it by rebuilding package from Ubuntu PPA.

Change-Id: I60daf60ef159bc0f230a2de96fca45a6cb4c37a6
Depends-on: I6b205a2bb61207d1549222ba5501536b2743df77
This commit is contained in:
Marcin Juszkiewicz 2017-08-23 14:52:42 +01:00
parent 793949e12a
commit 9cb564c8ea
2 changed files with 2 additions and 1 deletions

View File

@ -339,6 +339,7 @@ COPY apt_preferences.{{ base_distro }} /etc/apt/preferences
'E84AC2C0460F3994',
] %}
{% set remote_apt_keys = [
'https://people.linaro.org/~marcin.juszkiewicz/debian/stretch/Release.key',
] %}
{% set base_apt_packages = base_apt_packages +
['sudo',]

View File

@ -5,4 +5,4 @@ deb http://deb.debian.org/debian stretch main
deb http://security.debian.org stretch/updates main
# Opendaylight repo
deb http://download.opensuse.org/repositories/home:/akshitajha/Debian_8.0/
deb http://people.linaro.org/~marcin.juszkiewicz/debian/stretch/ ./