mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Import patches-unapplied version 2.495 to ubuntu/bionic-proposed
Imported using git-ubuntu import. Changelog parent: 694a6b88d15ba047c8a1a18fca82aee25c975afa New changelog entries: * Set ports/archive as appropriate for default mirror - should fix autopkgtests.
This commit is contained in:
parent
694a6b88d1
commit
58de294714
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.495) bionic; urgency=medium
|
||||
|
||||
* Set ports/archive as appropriate for default mirror - should fix
|
||||
autopkgtests.
|
||||
|
||||
-- Iain Lane <iain.lane@canonical.com> Wed, 31 Jan 2018 09:38:07 +0000
|
||||
|
||||
livecd-rootfs (2.494) bionic; urgency=medium
|
||||
|
||||
* Run subiquity on any serial consoles that the user told systemd
|
||||
|
@ -30,7 +30,11 @@ if [ -z "$MIRROR" ]; then
|
||||
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/
|
||||
SEEDMIRROR=http://archive-team.internal/seeds/
|
||||
;;
|
||||
*) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
|
||||
*) case $ARCH in
|
||||
i386|amd64) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
|
||||
*) MIRROR=http://ports.ubuntu.com/ubuntu-ports ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user