mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Fix test for whether we're running in the Canonical datacentre when
installing click packages.
This commit is contained in:
parent
741ff8d8d1
commit
1c5ea38beb
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,8 @@
|
||||
livecd-rootfs (2.182) UNRELEASED; urgency=low
|
||||
|
||||
* Log the hostname at the start of the build.
|
||||
* Fix test for whether we're running in the Canonical datacentre when
|
||||
installing click packages.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Thu, 05 Sep 2013 16:02:13 +0100
|
||||
|
||||
|
@ -5,7 +5,7 @@ set -e
|
||||
echo "Setting up click packages"
|
||||
|
||||
case $(hostname --fqdn) in
|
||||
*.ubuntu.com)
|
||||
*.ubuntu.com|*.buildd)
|
||||
click_uri=http://archive-team.internal/click_packages
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user