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

installing click packages.
ubuntu/trusty
Colin Watson 11 years ago
parent 741ff8d8d1
commit 1c5ea38beb

2
debian/changelog vendored

@ -1,6 +1,8 @@
livecd-rootfs (2.182) UNRELEASED; urgency=low livecd-rootfs (2.182) UNRELEASED; urgency=low
* Log the hostname at the start of the build. * 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 -- Colin Watson <cjwatson@ubuntu.com> Thu, 05 Sep 2013 16:02:13 +0100

@ -5,7 +5,7 @@ set -e
echo "Setting up click packages" echo "Setting up click packages"
case $(hostname --fqdn) in case $(hostname --fqdn) in
*.ubuntu.com) *.ubuntu.com|*.buildd)
click_uri=http://archive-team.internal/click_packages click_uri=http://archive-team.internal/click_packages
;; ;;
*) *)

Loading…
Cancel
Save