mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-13 04:01:15 +00:00
live-build/auto/config: Drop "lp-*" hostname filter for Launchpad
builders, since LP #1747015 is now fixed; "*.buildd" should be enough.
This commit is contained in:
parent
6caddc0a8c
commit
8b1970f661
5
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user