diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-02 17:00:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-02 17:00:33 +0000 |
commit | eae8898513e6a5bbb64a9a7e3473485aef7cdee4 (patch) | |
tree | 1c0269cb33303b704a5601f72ad10f8833a26771 /scripts/auto-build/run-automated-builder | |
parent | 18c279abe0a2bbdf9b6d2f2dc41fd69ab16de44b (diff) |
added line to set the hostname for the chroots so the logfiles get labeled properly
svn path=/trunk/; revision=11614
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 1 |
1 files changed, 1 insertions, 0 deletions
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 |