mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Log the hostname at the start of the build.
This commit is contained in:
parent
21f4bc0b08
commit
741ff8d8d1
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user