From 9e09b3172c2ee47917382d295f9c73aa4893090e Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Wed, 31 Jan 2018 02:26:10 -0700 Subject: [PATCH] Set a default archive mirror - needed for germinate. --- debian/changelog | 6 ++++++ live-build/auto/config | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 17617560..3bb8f3f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.493) bionic; urgency=medium + + * Set a default archive mirror - needed for germinate. + + -- Iain Lane Tue, 30 Jan 2018 15:08:23 +0000 + livecd-rootfs (2.492) bionic; urgency=medium * Oops. I shouldn't reference my private stuff. diff --git a/live-build/auto/config b/live-build/auto/config index bbe61a26..b8732884 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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