mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Swap order of security and updates in dvd sources.list.
This commit is contained in:
parent
da54fe4c3e
commit
b3cc872df5
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