]> git.plutz.net Git - blast/commitdiff
cleaner release settings
authorPaul Hänsch <paul@plutz.net>
Mon, 16 Sep 2019 16:34:40 +0000 (18:34 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 16 Sep 2019 16:34:40 +0000 (18:34 +0200)
modules/approx.mk

index 009e445908aad7ecdedc522294adf49d6ea97ede..471cf31775277e12f8eaac67465dbf5b05399a5a 100644 (file)
@@ -6,8 +6,6 @@ export approx_original_sources
 ifdef approx
   BOOTSTRAP := ${approx}
   define SOURCES =
 ifdef approx
   BOOTSTRAP := ${approx}
   define SOURCES =
-  deb ${approx} stretch main
-  deb ${approx} buster main
   deb ${approx} ${release} main
   endef
 else ifdef raspi
   deb ${approx} ${release} main
   endef
 else ifdef raspi
@@ -21,8 +19,6 @@ else ifdef raspi
 else
   BOOTSTRAP := http://localhost/debian
   define SOURCES :=
 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
   deb http://localhost/debian ${release} main
   endef
 endif