diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-03-10 21:03:09 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-03-10 21:03:09 +0100 |
commit | dec0a52554c8bf8e87a0ac4dba7d7ae357672e6e (patch) | |
tree | aee73883daf4d20f5c210ff7081ab25a0fff4990 /scripts/defaults.py | |
parent | 48bcbfff70c0e7629f7ece72f59aec3c67e8efb4 (diff) | |
download | vyos-build-dec0a52554c8bf8e87a0ac4dba7d7ae357672e6e.tar.gz vyos-build-dec0a52554c8bf8e87a0ac4dba7d7ae357672e6e.zip |
[build] Use pdns-recursor binary packages from PowerDNS
https://repo.powerdns.com/ provides a package repository for Debian
8 which serves us automatically all security updates instead of
rebuilding the package by us.
This drops the maintenance of one additional package.
Diffstat (limited to 'scripts/defaults.py')
-rw-r--r-- | scripts/defaults.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index 73a8d459..5f1941c1 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -28,6 +28,7 @@ DEBIAN_SECURITY_MIRROR = 'http://deb.debian.org/debian-security' DEBIAN_DISTRIBUTION = 'jessie' SALT_MIRROR = 'http://repo.saltstack.com/apt/debian/8/amd64/2017.7' +PDNS_MIRROR = 'http://repo.powerdns.com/debian' PBUILDER_CONFIG = os.path.join(BUILD_DIR, 'pbuilderrc') PBUILDER_DIR = os.path.join(BUILD_DIR, 'pbuilder') |