Import patches-unapplied version 2.182 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 647e5bbcb6

New changelog entries:
  * Log the hostname at the start of the build.
  * Fix test for whether we're running in the Canonical datacentre when
    installing click packages.
impish
Colin Watson 11 years ago committed by usd-importer
parent 647e5bbcb6
commit 3fc5871d18

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.182) saucy; 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:03:15 +0100
livecd-rootfs (2.181) saucy; urgency=low
* Use new multiple-database scheme in click 0.4.3 to preinstall click

@ -3,6 +3,8 @@ set -e
rm -rf config
echo "Building on $(hostname --fqdn)"
SEEDMIRROR=http://people.canonical.com/~ubuntu-archive/seeds/
if [ -z "$MIRROR" ]; then
case $(hostname --fqdn) in

@ -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…
Cancel
Save