Import patches-unapplied version 2.493 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 3d8c4a0b3545a85626b67ede101d52e9a3b83261

New changelog entries:
  * Set a default archive mirror - needed for germinate.
This commit is contained in:
Iain Lane 2018-01-30 15:08:23 +00:00 committed by usd-importer
parent 3d8c4a0b35
commit 958a32a531
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.493) bionic; urgency=medium
* Set a default archive mirror - needed for germinate.
-- Iain Lane <iain.lane@canonical.com> Tue, 30 Jan 2018 15:08:23 +0000
livecd-rootfs (2.492) bionic; urgency=medium
* Oops. I shouldn't reference my private stuff.

View File

@ -30,6 +30,7 @@ if [ -z "$MIRROR" ]; then
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/
SEEDMIRROR=http://archive-team.internal/seeds/
;;
*) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
esac
fi