Fix test for whether we're running in the Canonical datacentre when

installing click packages.
This commit is contained in:
Colin Watson 2013-09-05 16:03:10 +01:00
parent 741ff8d8d1
commit 1c5ea38beb
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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

View File

@ -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
;;
*)