diff options
Diffstat (limited to 'buildmaster/index.php')
-rw-r--r-- | buildmaster/index.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/buildmaster/index.php b/buildmaster/index.php new file mode 100644 index 0000000..8c1ed9f --- /dev/null +++ b/buildmaster/index.php @@ -0,0 +1,22 @@ +<?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> + <a href="/buildmaster/status.php">status</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> |