From: Paul Hänsch Date: Mon, 16 Sep 2019 16:34:40 +0000 (+0200) Subject: cleaner release settings X-Git-Url: http://git.plutz.net/?p=blast;a=commitdiff_plain;h=4fc67370f4e8f6dc720fd7a7cd110439acc3ad4b cleaner release settings --- diff --git a/modules/approx.mk b/modules/approx.mk index 009e445..471cf31 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -6,8 +6,6 @@ export approx_original_sources ifdef approx BOOTSTRAP := ${approx} define SOURCES = - deb ${approx} stretch main - deb ${approx} buster main deb ${approx} ${release} main endef else ifdef raspi @@ -21,8 +19,6 @@ else ifdef raspi else BOOTSTRAP := http://localhost/debian define SOURCES := - deb http://localhost/debian stretch main - deb http://localhost/debian buster main deb http://localhost/debian ${release} main endef endif