Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/66998 )
Change subject: manibuilder/debian: Drop all sid image tags ......................................................................
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 --- M util/manibuilder/Makefile.targets 1 file changed, 18 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index d4ad1b6..f372f10 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -18,7 +18,7 @@ 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 @@ 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 \