mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-20 07:31:22 +00:00
Fix PROPOSED=1 not enabling proposed for all needed components
This commit is contained in:
parent
d699d8db19
commit
f026177dc6
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.711) UNRELEASED; urgency=medium
|
||||
|
||||
* auto/config: when running with PROPOSED=1, enable -proposed for all the
|
||||
components we listed as required and not just the default set (main,
|
||||
restricted).
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 29 Jan 2021 01:33:07 +0100
|
||||
|
||||
livecd-rootfs (2.710) hirsute; urgency=medium
|
||||
|
||||
* esp: install grub in ubuntu bootloader id path, instead of removable.
|
||||
|
@ -1166,7 +1166,7 @@ if [ "$PROPOSED" ]; then
|
||||
. config/bootstrap
|
||||
|
||||
cat > config/archives/proposed.list.chroot << EOF
|
||||
deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed $LB_PARENT_ARCHIVE_AREAS
|
||||
deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed ${COMPONENTS:-${LB_PARENT_ARCHIVE_AREAS}}
|
||||
EOF
|
||||
cp -a config/archives/proposed.list.chroot \
|
||||
config/archives/proposed.list.binary
|
||||
|
Loading…
x
Reference in New Issue
Block a user