Adjust "Pin-Priority" of buster so Erlang's dependencies can install from Buster if they don't exist at all in Stretch

This commit is contained in:
Tianon Gravi 2018-05-10 09:37:25 -07:00
parent d38cebd5e7
commit 0480b1954a
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ RUN set -eux; \
{ \
echo 'Package: *'; \
echo 'Pin: release n=buster*'; \
echo 'Pin-Priority: -10'; \
echo 'Pin-Priority: 1'; \
echo; \
echo 'Package: erlang*'; \
echo 'Pin: release n=buster*'; \

View File

@ -49,7 +49,7 @@ RUN set -eux; \
{ \
echo 'Package: *'; \
echo 'Pin: release n=buster*'; \
echo 'Pin-Priority: -10'; \
echo 'Pin-Priority: 1'; \
echo; \
echo 'Package: erlang*'; \
echo 'Pin: release n=buster*'; \