diff options
author | Nico Huber <nico.h@gmx.de> | 2022-08-24 00:32:11 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-09-27 13:50:09 +0000 |
commit | e31ca8c7f509d5bcdb1ce1608175fdb0758d6261 (patch) | |
tree | 483146cdd55d3076eee9fae84cd6ecce586dda8d /util/manibuilder | |
parent | bbaa5e5056f2ba7cf3c3ce1491f8ca70a91d6545 (diff) | |
download | flashrom-e31ca8c7f509d5bcdb1ce1608175fdb0758d6261.tar.gz flashrom-e31ca8c7f509d5bcdb1ce1608175fdb0758d6261.tar.bz2 flashrom-e31ca8c7f509d5bcdb1ce1608175fdb0758d6261.zip |
manibuilder/debian: Drop all sid image tags
Sid is the codename of Debian unstable, it's a moving target. Thus,
we can never hope to be able to reproduce what an older image did.
Change-Id: I637daffae8a5f33493de02dc240df63eefcc9aa1
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/66998
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'util/manibuilder')
-rw-r--r-- | util/manibuilder/Makefile.targets | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index d4ad1b626..f372f10ce 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -18,7 +18,7 @@ MULTIARCH_TAGS := \ fedora\:$(v)-$(a))) \ fedora\:28-armhfp \ $(foreach a,ppc64el arm64 armhf mips mipsel amd64 i386, \ - $(foreach v,sid buster stretch, \ + $(foreach v,buster stretch, \ debian-debootstrap\:$(a)-$(v))) \ $(foreach a,ppc64el arm64 armhf amd64 i386, \ $(foreach v,bionic xenial, \ @@ -69,7 +69,6 @@ DEFAULT_TAGS := \ debian-debootstrap\:mipsel-stretch \ debian-debootstrap\:amd64-stretch \ debian-debootstrap\:i386-stretch \ - debian-debootstrap\:amd64-sid \ ubuntu-debootstrap\:arm64-xenial \ ubuntu-debootstrap\:amd64-xenial \ ubuntu-debootstrap\:powerpc-xenial \ |