mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 13:57:08 +00:00
live-build/auto/config: Emit sources.list entries for -proposed if the
environment variable PROPOSED is set (LP: #1019514).
This commit is contained in:
parent
f0220ebc5c
commit
483984e7b8
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.68) UNRELEASED; urgency=low
|
||||
|
||||
* live-build/auto/config: Emit sources.list entries for -proposed if the
|
||||
environment variable PROPOSED is set (LP: #1019514).
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Sat, 30 Jun 2012 07:10:04 +0100
|
||||
|
||||
livecd-rootfs (2.67) quantal; urgency=low
|
||||
|
||||
* Switch i386 ubuntustudio to linux-lowlatency flavor (LP: #1018075)
|
||||
|
@ -296,6 +296,16 @@ case $SUBPROJECT in
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$PROPOSED" ]; then
|
||||
. config/bootstrap
|
||||
|
||||
cat > config/archives/proposed.chroot.list << EOF
|
||||
deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed $LB_PARENT_ARCHIVE_AREAS
|
||||
EOF
|
||||
cp -a config/archives/proposed.chroot.list \
|
||||
config/archives/proposed.binary.list
|
||||
fi
|
||||
|
||||
case $PROJECT in
|
||||
*-dvd)
|
||||
. config/bootstrap
|
||||
@ -305,6 +315,11 @@ 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
|
||||
EOF
|
||||
if [ "$PROPOSED" ]; then
|
||||
cat >> config/archives/dvd.binary.list << EOF
|
||||
deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed universe multiverse
|
||||
EOF
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user