From a0abe0888b9fc1efafb7a33f7da961e0c477332e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 23 Jul 2014 01:49:11 +0100 Subject: [PATCH] Disable apt authentication checks when building ubuntu-rtm images against dogfood (that test archive is signed, but not with a very useful key). --- debian/changelog | 8 ++++++++ live-build/auto/config | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8f461ca6..c86bc881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.226) UNRELEASED; urgency=medium + + * Disable apt authentication checks when building ubuntu-rtm images + against dogfood (that test archive is signed, but not with a very useful + key). + + -- Colin Watson Wed, 23 Jul 2014 01:48:35 +0100 + livecd-rootfs (2.225) utopic; urgency=medium * Use the soon-to-exist ubuntu-rtm archive for ubuntu-touch builds if diff --git a/live-build/auto/config b/live-build/auto/config index 85f685ea..ae2a3f9f 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -344,6 +344,7 @@ case $PROJECT in case $SUBPROJECT in ubuntu-rtm/dogfood) MIRROR=http://derived-archive.dogfood.content.paddev.net/ubuntu-rtm/ + OPTS="${OPTS:+$OPTS }--apt-secure false" ;; ubuntu-rtm) MIRROR=http://derived.archive.canonical.com/ubuntu-rtm/