diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-28 19:12:09 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-28 19:12:45 +0100 |
commit | f30f842b90dbd2c1c6668cfb1de366f98aa9a489 (patch) | |
tree | c9301524ebe6d47073809e1e9b0ce3c2bbc46661 /data/live-build-config | |
parent | 51c889c116c634c256177b0fcf85536bc0866785 (diff) | |
download | vyos-build-f30f842b90dbd2c1c6668cfb1de366f98aa9a489.tar.gz vyos-build-f30f842b90dbd2c1c6668cfb1de366f98aa9a489.zip |
ddclient: 3151: pin to Debian Bullseye
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye
version.
Diffstat (limited to 'data/live-build-config')
-rw-r--r-- | data/live-build-config/archives/bullseye.pref.chroot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/live-build-config/archives/bullseye.pref.chroot b/data/live-build-config/archives/bullseye.pref.chroot index d8fc2a57..83e6c786 100644 --- a/data/live-build-config/archives/bullseye.pref.chroot +++ b/data/live-build-config/archives/bullseye.pref.chroot @@ -2,6 +2,10 @@ Package: libyang1 Pin: release n=bullseye Pin-Priority: 600 +Package: ddclient +Pin: release n=bullseye +Pin-Priority: 600 + Package: * Pin: release n=bullseye Pin-Priority: -10 |