index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/index.php | 6 |
diff --git a/buildmaster/index.php b/buildmaster/index.php index 8c1ed9f..87ee835 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -11,8 +11,10 @@ <?php show_warning_on_offline_slave(); ?> <a href="/buildmaster/build-list.php">build list</a> <a href="/buildmaster/build-list.php?show=broken">broken packages</a><br> - <a href="/buildmaster/build-slaves.php">build-slaves</a> - <a href="/buildmaster/status.php">status</a><br> + <a href="/buildmaster/build-slaves.php">build-slaves</a><br> + <a href="/buildmaster/status.php">status</a> + <a href="/buildmaster/log.php?show=ssh">ssh-log</a> + <a href="/buildmaster/log.php?show=email">email-log</a><br> <a href="/buildmaster/mysql-issues.php">broken dependencies in the database</a><br> <a href="/buildmaster/todos.php">todos</a> as <a href="/buildmaster/todos.php?graph">graph</a><br> |