Log the hostname at the start of the build.

This commit is contained in:
Colin Watson 2013-09-05 16:02:28 +01:00
parent 21f4bc0b08
commit 741ff8d8d1
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.182) UNRELEASED; urgency=low
* Log the hostname at the start of the build.
-- Colin Watson <cjwatson@ubuntu.com> Thu, 05 Sep 2013 16:02:13 +0100
livecd-rootfs (2.181) saucy; urgency=low
* Use new multiple-database scheme in click 0.4.3 to preinstall click

View File

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