From da54fe4c3eb6662bdcaca12a2f7c46032aa352dd Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 13 Jun 2016 02:23:16 -0600 Subject: [PATCH] Fix security mirror sources.list entries for non-x86 architectures. --- debian/changelog | 6 ++++++ live-build/auto/build | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 05956f7e..5bceb9f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.416) yakkety; urgency=medium + + * Fix security mirror sources.list entries for non-x86 architectures. + + -- Adam Conrad Mon, 13 Jun 2016 02:20:02 -0600 + livecd-rootfs (2.415) yakkety; urgency=medium [ Michael Vogt ] diff --git a/live-build/auto/build b/live-build/auto/build index 5bc6a67c..1f62ce50 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -102,12 +102,12 @@ deb $LB_PARENT_MIRROR_BINARY $LB_DISTRIBUTION-backports main restricted universe # deb http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner # deb-src http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner -deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted -# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted -deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe -# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe -deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse -# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse +deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted +# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted +deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe +# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe +deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse +# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse EOF fi