live-build/auto/config: Drop "lp-*" hostname filter for Launchpad

builders, since LP #1747015 is now fixed; "*.buildd" should be enough.
ubuntu/cosmic
Colin Watson 7 years ago
parent 6caddc0a8c
commit 8b1970f661

5
debian/changelog vendored

@ -1,7 +1,12 @@
livecd-rootfs (2.533) UNRELEASED; urgency=medium
[ Robert C Jennings ]
* ubuntu-cpc: Remove git-man for minimized images
[ Colin Watson ]
* live-build/auto/config: Drop "lp-*" hostname filter for Launchpad
builders, since LP #1747015 is now fixed; "*.buildd" should be enough.
-- Robert C Jennings <robert.jennings@canonical.com> Fri, 08 Jun 2018 10:10:53 -0700
livecd-rootfs (2.532) cosmic; urgency=medium

@ -17,7 +17,7 @@ if [ -z "$MIRROR" ]; then
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu/
SEEDMIRROR=http://archive-team.internal/seeds/
;;
*.buildd|lp-*) MIRROR=http://ftpmaster.internal/ubuntu/
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/
SEEDMIRROR=http://archive-team.internal/seeds/
;;
*.ppa|*.scalingstack) MIRROR=http://ftpmaster.internal/ubuntu/

Loading…
Cancel
Save