From 350cf4aafd0d8f9b42a7d7e88ee5b66cd638a68f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 13 Apr 2018 09:22:23 +0200 Subject: buildmaster/build-list.php: link to correct domain --- buildmaster/build-list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildmaster/build-list.php') diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index f3333a2..2cfbc34 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -20,8 +20,8 @@ print "List of " . $to_show . " package builds\n"; print "\n"; print "\n"; print "\n"; -print "Start page\n"; -print "build logs
\n"; +print "Start page\n"; +print "build logs
\n"; $mysql = new mysqli("localhost", "webserver", "empty", "buildmaster"); if ($mysql->connect_error) { @@ -98,7 +98,7 @@ if ($result -> num_rows > 0) { foreach ($reasons as $reason => $last_log) { if (file_exists("/srv/http/build-logs/error/".$last_log)) { $to_print= $to_print . - ", " . $reason . -- cgit v1.2.3