Fix security mirror sources.list entries for non-x86 architectures.

ubuntu/yakkety 2.416
Adam Conrad 9 years ago
parent 50f5c6cd18
commit da54fe4c3e

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.416) yakkety; urgency=medium
* Fix security mirror sources.list entries for non-x86 architectures.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 13 Jun 2016 02:20:02 -0600
livecd-rootfs (2.415) yakkety; urgency=medium livecd-rootfs (2.415) yakkety; urgency=medium
[ Michael Vogt ] [ Michael Vogt ]

@ -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 http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner
# deb-src 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 $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted # deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe # deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse # deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
EOF EOF
fi fi

Loading…
Cancel
Save