mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Import patches-unapplied version 1.136 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: 2132716163b029d874156d166bcebe0d72773d9a New changelog entries: * One more fix; if we're asking apt to downgrade packages, we have to explicitly pass --force-yes.
This commit is contained in:
parent
2132716163
commit
d51f3a9674
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (1.136) maverick; urgency=low
|
||||||
|
|
||||||
|
* One more fix; if we're asking apt to downgrade packages, we have to
|
||||||
|
explicitly pass --force-yes.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 21 Jul 2010 01:08:31 +0200
|
||||||
|
|
||||||
livecd-rootfs (1.135) maverick; urgency=low
|
livecd-rootfs (1.135) maverick; urgency=low
|
||||||
|
|
||||||
* Implement the -a option in the right place - in livecd.sh, not in
|
* Implement the -a option in the right place - in livecd.sh, not in
|
||||||
|
@ -460,6 +460,7 @@ Package: *
|
|||||||
Pin: origin $APT_PIN
|
Pin: origin $APT_PIN
|
||||||
Pin-Priority: 1001
|
Pin-Priority: 1001
|
||||||
@@EOF
|
@@EOF
|
||||||
|
FORCE_YES=--force-yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$FS" = "ubuntu-moblin-remix" ]; then
|
if [ "$FS" = "ubuntu-moblin-remix" ]; then
|
||||||
@ -477,7 +478,7 @@ Pin-Priority: 1001
|
|||||||
cat /etc/apt/trusted.gpg >> ${ROOT}etc/apt/trusted.gpg
|
cat /etc/apt/trusted.gpg >> ${ROOT}etc/apt/trusted.gpg
|
||||||
|
|
||||||
chroot $ROOT apt-get update
|
chroot $ROOT apt-get update
|
||||||
chroot $ROOT apt-get -y --purge dist-upgrade </dev/null
|
chroot $ROOT apt-get -y $FORCE_YES --purge dist-upgrade </dev/null
|
||||||
chroot $ROOT apt-get -y --purge install $LIST </dev/null
|
chroot $ROOT apt-get -y --purge install $LIST </dev/null
|
||||||
|
|
||||||
# launchpad likes to put dependencies of seeded packages in tasks along with the
|
# launchpad likes to put dependencies of seeded packages in tasks along with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user