index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-22 13:51:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-22 13:51:52 +0200 |
commit | 457d4722b180542866a9406230d9d7207b19f2a3 (patch) | |
tree | 581cb445cc8c78b1e0deeefe4bdb5e78e303574a /buildmaster/index.php | |
parent | 857d7d193c454ff18c4c15089bc465178415a5a8 (diff) |
-rw-r--r-- | buildmaster/index.php | 15 |
diff --git a/buildmaster/index.php b/buildmaster/index.php index 5b9f8ff..fbe5e2e 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -10,19 +10,20 @@ require_once BASE . "/lib/mysql.php"; <body> <?php show_warning_on_offline_slave(); ?> <a href="/buildmaster/build-list.php">build list</a> - as <a href="/buildmaster/build-list-links.php">graph</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/gpg-keys.php">gpg-keys</a> + as <a href="/buildmaster/build-list-links.php">graph</a> -- + <a href="/buildmaster/build-list.php?show=broken">broken packages</a> -- + <a href="/buildmaster/build-list.php?show=next">buildable packages</a><br> + <a href="/buildmaster/build-slaves.php">build-slaves</a> -- + <a href="/buildmaster/gpg-keys.php">gpg-keys</a> -- <a href="/buildmaster/status.php">status</a><br> - <a href="https://buildmaster.archlinux32.org/build-logs/">build logs</a><br> - <a href="/buildmaster/log.php?show=ssh">ssh-log</a> + <a href="https://buildmaster.archlinux32.org/build-logs/">build logs</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="https://buildmaster.archlinux32.org/database-layout.png">database layout</a><br> - <a href="/buildmaster/blacklist.php">blacklisted packages</a>, + <a href="/buildmaster/blacklist.php">blacklisted packages</a> -- <a href="/buildmaster/to-delete.php">packages to be deleted</a> and <a href="/buildmaster/deletion-links.php">links between them</a><br> <img src="/buildmaster/statistics.php?log"><br> |