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:
parent
793949e12a
commit
9cb564c8ea
@ -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',]
|
||||
|
@ -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/ ./
|
||||
|
Loading…
Reference in New Issue
Block a user