diff options
author | Erich Eckner <git@eckner.net> | 2018-04-12 10:28:31 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-12 10:28:31 +0200 |
commit | 5036d7a7172055a24ae9fa493e37998b725966eb (patch) | |
tree | 82956ba699664612f283109c104ae4533c5fc080 | |
parent | 4b2dcc3b53fafcab1f1912990fd5468795108a18 (diff) | |
download | archweb32-5036d7a7172055a24ae9fa493e37998b725966eb.tar.xz |
move buildmaster stuff to separate directory
-rw-r--r-- | buildmaster/blacklist.php (renamed from scripts/blacklist.php) | 0 | ||||
-rw-r--r-- | buildmaster/build-list.php (renamed from scripts/build-list.php) | 2 | ||||
-rw-r--r-- | buildmaster/build-slaves.php (renamed from scripts/build-slaves.php) | 0 | ||||
-rw-r--r-- | buildmaster/dependencies.php (renamed from scripts/dependencies.php) | 0 | ||||
-rw-r--r-- | buildmaster/index.html | 16 | ||||
-rw-r--r-- | buildmaster/mysql-issues.php (renamed from scripts/mysql-issues.php) | 0 | ||||
-rw-r--r-- | buildmaster/packages.php (renamed from scripts/packages.php) | 0 | ||||
-rw-r--r-- | buildmaster/statistics.php (renamed from scripts/statistics.php) | 0 | ||||
-rw-r--r-- | buildmaster/status.php (renamed from scripts/status.php) | 0 | ||||
-rw-r--r-- | buildmaster/to-delete.php (renamed from scripts/to-delete.php) | 0 | ||||
-rw-r--r-- | buildmaster/todos.php (renamed from scripts/todos.php) | 0 | ||||
-rw-r--r-- | index.html | 16 |
12 files changed, 17 insertions, 17 deletions
diff --git a/scripts/blacklist.php b/buildmaster/blacklist.php index c2810c6..c2810c6 100644 --- a/scripts/blacklist.php +++ b/buildmaster/blacklist.php diff --git a/scripts/build-list.php b/buildmaster/build-list.php index 5cc7a47..f3333a2 100644 --- a/scripts/build-list.php +++ b/buildmaster/build-list.php @@ -199,7 +199,7 @@ if ($result -> num_rows > 0) { print "<tr>"; - print "<td><a href=\"/scripts/dependencies.php?b=".$row["pkgbase"]."&r=build-list\">".$row["pkgbase_print"]."</a></td>"; + print "<td><a href=\"/buildmaster/dependencies.php?b=".$row["pkgbase"]."&r=build-list\">".$row["pkgbase_print"]."</a></td>"; print "<td><p style=\"font-size:8px\">".$row["git_revision"]."</p></td>"; print "<td><p style=\"font-size:8px\">".$row["mod_git_revision"]."</p></td>"; print "<td>".$row["package_repository"]."</td>"; diff --git a/scripts/build-slaves.php b/buildmaster/build-slaves.php index b6afc2d..b6afc2d 100644 --- a/scripts/build-slaves.php +++ b/buildmaster/build-slaves.php diff --git a/scripts/dependencies.php b/buildmaster/dependencies.php index 3a38ac8..3a38ac8 100644 --- a/scripts/dependencies.php +++ b/buildmaster/dependencies.php diff --git a/buildmaster/index.html b/buildmaster/index.html new file mode 100644 index 0000000..963d316 --- /dev/null +++ b/buildmaster/index.html @@ -0,0 +1,16 @@ +<html> +<head> +<title>Archlinux32 packages</title> +</head> +<body> +<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> diff --git a/scripts/mysql-issues.php b/buildmaster/mysql-issues.php index 2f1d99d..2f1d99d 100644 --- a/scripts/mysql-issues.php +++ b/buildmaster/mysql-issues.php diff --git a/scripts/packages.php b/buildmaster/packages.php index b7c0196..b7c0196 100644 --- a/scripts/packages.php +++ b/buildmaster/packages.php diff --git a/scripts/statistics.php b/buildmaster/statistics.php index c919f93..c919f93 100644 --- a/scripts/statistics.php +++ b/buildmaster/statistics.php diff --git a/scripts/status.php b/buildmaster/status.php index 5050b4b..5050b4b 100644 --- a/scripts/status.php +++ b/buildmaster/status.php diff --git a/scripts/to-delete.php b/buildmaster/to-delete.php index dfa5a39..dfa5a39 100644 --- a/scripts/to-delete.php +++ b/buildmaster/to-delete.php diff --git a/scripts/todos.php b/buildmaster/todos.php index 99e991c..99e991c 100644 --- a/scripts/todos.php +++ b/buildmaster/todos.php diff --git a/index.html b/index.html deleted file mode 100644 index dbce247..0000000 --- a/index.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> -<head> -<title>Archlinux32 packages</title> -</head> -<body> -<a href="scripts/build-list.php">build list</a> -<a href="scripts/build-list.php?show=broken">broken packages</a><br> -<a href="scripts/build-slaves.php">build-slaves</a> -<a href="scripts/status.php">status</a><br> -<a href="scripts/mysql-issues.php">broken dependencies in the database</a><br> -<a href="scripts/todos.php">todos</a> -as <a href="scripts/todos.php?graph">graph</a><br> -<a href="scripts/blacklist.php">blacklisted packages</a><br> -<img src="scripts/statistics.php?log"><br> -</body> -</html> |