From e31ca8c7f509d5bcdb1ce1608175fdb0758d6261 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 24 Aug 2022 00:32:11 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/66998 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Felix Singer --- util/manibuilder/Makefile.targets | 3 +-- 1 file changed, 1 insertion(+), 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 \