summaryrefslogtreecommitdiff
path: root/buildmaster/index.php
blob: 87ee8353a32f157dfe38ca1abdce8ea5c9393446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php

  include "lib/mysql.php";

?>
<html>
  <head>
    <title>Archlinux32 packages</title>
  </head>
  <body>
<?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><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>
    <a href="/buildmaster/blacklist.php">blacklisted packages</a><br>
    <img src="/buildmaster/statistics.php?log"><br>
  </body>
</html>