mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-24 20:01:14 +00:00
Import patches-unapplied version 2.417 to ubuntu/yakkety-proposed
Imported using git-ubuntu import. Changelog parent: a98e648df2d65c60c459c258b6454c46f7b12be5 New changelog entries: * Swap order of security and updates in dvd sources.list.
This commit is contained in:
parent
a98e648df2
commit
2fcba79a9b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.417) yakkety; urgency=medium
|
||||
|
||||
* Swap order of security and updates in dvd sources.list.
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Mon, 13 Jun 2016 05:11:00 -0600
|
||||
|
||||
livecd-rootfs (2.416) yakkety; urgency=medium
|
||||
|
||||
* Fix security mirror sources.list entries for non-x86 architectures.
|
||||
|
@ -727,8 +727,8 @@ case $PROJECT:$SUBPROJECT in
|
||||
|
||||
cat > config/archives/dvd.list.binary << EOF
|
||||
deb $LB_PARENT_MIRROR_BINARY $SUITE universe multiverse
|
||||
deb $LB_PARENT_MIRROR_BINARY_SECURITY $SUITE-security universe multiverse
|
||||
deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-updates universe multiverse
|
||||
deb $LB_PARENT_MIRROR_BINARY_SECURITY $SUITE-security universe multiverse
|
||||
EOF
|
||||
if [ "$PROPOSED" ]; then
|
||||
cat >> config/archives/dvd.list.binary << EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user