X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=Makefile;h=1d8d694ca7038f5ba7d98d8fc94cc78334744f69;hb=cfc45b9c33c0fa4165c8324c710fa9b4b61017e0;hp=099e2f060537b7491aa8f39be94a517720f7d1eb;hpb=ff53964537cc7f6bf250839dfe77e971975fb50a;p=blast diff --git a/Makefile b/Makefile index 099e2f0..1d8d694 100644 --- a/Makefile +++ b/Makefile @@ -38,13 +38,20 @@ endif KEYRING := keys/debian-archive-${release}-stable.gpg KEYRING := keys/debian-archive-${release}-automatic.gpg -KEYRING := keys/debian-archive-${release}-security-automatic.gpg +# KEYRING := keys/debian-archive-${release}-security-automatic.gpg ifndef SOURCES -define SOURCES := -deb http://cdn.debian.net/debian ${release} main -deb http://security.debian.org/ ${release}/updates main -endef + ifneq "$(filter stretch jessie buster, ${release})" "" + define SOURCES := + deb http://cdn.debian.net/debian ${release} main + deb https://deb.debian.org/debian-security/ ${release}/updates main + endef + else + define SOURCES := + deb http://cdn.debian.net/debian ${release} main + deb https://deb.debian.org/debian-security/ ${release}-security main + endef + endif endif ifdef disk