webbuild: show build host on title and in environment panel

This commit is contained in:
Silvan Calarco 2014-06-18 13:15:44 +02:00
parent 82c5f79f27
commit b59c024914
2 changed files with 2 additions and 1 deletions

View File

@ -2254,5 +2254,5 @@ else
echo -n ")"
fi
echo -n " :: openmamba webbuild</title>"
echo -n " :: openmamba webbuild @`hostname`</title>"
echo "</webbuild>"

View File

@ -84,6 +84,7 @@ function showlog() {
function showEnvironmentPanel() {
echo -n "Build host: <b>`hostname`</b><br>"
echo -n "Environment: <b>"
if [ "${AUTOPORT_CHROOT_USER[$ENVIRONMENT]}" ]; then
echo -n "${AUTOPORT_CHROOT_USER[$ENVIRONMENT]} - "