Make sure APT_SOURCE is always set.

ubuntu/precise
Colin Watson 15 years ago
parent 8b2bb28f47
commit 201ecdb0fe

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (1.137) UNRELEASED; urgency=low
* Make sure APT_SOURCE is always set.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 21 Jul 2010 07:52:14 +0100
livecd-rootfs (1.136) maverick; urgency=low livecd-rootfs (1.136) maverick; urgency=low
* One more fix; if we're asking apt to downgrade packages, we have to * One more fix; if we're asking apt to downgrade packages, we have to

@ -154,6 +154,7 @@ IMAGEFORMAT="squashfs"
# must be in the "team / PPA name" form; e.g. "moblin/ppa"; the default PPA # must be in the "team / PPA name" form; e.g. "moblin/ppa"; the default PPA
# name is "ppa", don't omit it # name is "ppa", don't omit it
PPA="" PPA=""
APT_SOURCE=""
while getopts :d:e:i:I:m:S:s:a:A:f:p name; do case $name in while getopts :d:e:i:I:m:S:s:a:A:f:p name; do case $name in
d) STE=$OPTARG;; d) STE=$OPTARG;;

Loading…
Cancel
Save