From eae8898513e6a5bbb64a9a7e3473485aef7cdee4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 2 Jun 2009 17:00:33 +0000 Subject: added line to set the hostname for the chroots so the logfiles get labeled properly svn path=/trunk/; revision=11614 --- scripts/auto-build/run-automated-builder | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 6fb22dd0..8d10196f 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -74,6 +74,7 @@ for distrodir in ${HOME}/auto-build/*; do run_build_script $distro IGNORE_CHROOT_USE_SYSTEM for chrootdir in /var/chroot/*; do chroot=$(echo $chrootdir | sed 's|.*/\(.*\)|\1|') + HOSTNAME=`cat /etc/hostname` run_build_script $distro $chroot done fi -- cgit v1.2.1