mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +00:00
Import patches-unapplied version 1.137 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: d51f3a9674936c57db87c593c76cd545ed31408d New changelog entries: * Make sure APT_SOURCE is always set.
This commit is contained in:
parent
d51f3a9674
commit
6e67a1314c
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (1.137) maverick; urgency=low
|
||||||
|
|
||||||
|
* Make sure APT_SOURCE is always set.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 21 Jul 2010 07:52:47 +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…
x
Reference in New Issue
Block a user