mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-19 14:51:49 +00:00
Merge lp:~cjwatson/livecd-rootfs/drop-lp-hostname-filtering
This commit is contained in:
commit
a72bfb8a07
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,7 +1,12 @@
|
|||||||
livecd-rootfs (2.533) UNRELEASED; urgency=medium
|
livecd-rootfs (2.533) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Robert C Jennings ]
|
||||||
* ubuntu-cpc: Remove git-man for minimized images
|
* 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
|
-- Robert C Jennings <robert.jennings@canonical.com> Fri, 08 Jun 2018 10:10:53 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.532) cosmic; urgency=medium
|
livecd-rootfs (2.532) cosmic; urgency=medium
|
||||||
|
@ -17,7 +17,7 @@ if [ -z "$MIRROR" ]; then
|
|||||||
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu/
|
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu/
|
||||||
SEEDMIRROR=http://archive-team.internal/seeds/
|
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/
|
SEEDMIRROR=http://archive-team.internal/seeds/
|
||||||
;;
|
;;
|
||||||
*.ppa|*.scalingstack) MIRROR=http://ftpmaster.internal/ubuntu/
|
*.ppa|*.scalingstack) MIRROR=http://ftpmaster.internal/ubuntu/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user