From 42a6450584afc1bb0c8240e355e152319799a5da Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 30 Jan 2018 11:51:23 +0000 Subject: [PATCH] Oops. I shouldn't reference my private stuff. --- debian/changelog | 6 ++++++ live-build/auto/config | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 162f1157..17617560 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.492) bionic; urgency=medium + + * Oops. I shouldn't reference my private stuff. + + -- Iain Lane Tue, 30 Jan 2018 11:51:19 +0000 + livecd-rootfs (2.491) bionic; urgency=medium * Support seeding of snaps, as emitted by germinate >= 2.27. diff --git a/live-build/auto/config b/live-build/auto/config index 89af8489..bbe61a26 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -5,8 +5,7 @@ rm -rf config echo "Building on $(hostname --fqdn)" -SEEDMIRROR=http://people.canonical.com/~ubuntu-archive/~laney/seeds/ -MIRROR=http://raleigh/mirrors/ubuntu/ +SEEDMIRROR=http://people.canonical.com/~ubuntu-archive/seeds/ if [ -z "$MIRROR" ]; then case $(hostname --fqdn) in bld-*.mmjgroup.com) ;;