summaryrefslogtreecommitdiff
path: root/buildmaster/dependencies.php
AgeCommit message (Collapse)Author
2019-07-25lib/mysql.php: abort_iff_webspider() new - for now only logging the user agentErich Eckner
2019-02-18buildmaster/build-list-links.php,buildmaster/build-list.php,buildmaster/buil ↵Erich Eckner
d-slaves.php,buildmaster/deletion-links.php,buildmaster/dependencies.php,buildmaster/log.php,buildmaster/mysql-issues.php,buildmaster/statistics.php,buildmaster/todos.php,lib/format.php,mirrors/index.php,packages/index.php: isset($_GET[$x]) -> array_key_exists($x, $_GET)
2019-01-20use mysql_query_package_version() even more oftenErich Eckner
2018-11-09buildmaster/dependencies.php: restrict architecture of dependencies and ↵Erich Eckner
providers to those which are actually relevant if "a" is specified, but not "ba_a"
2018-11-09buildmaster/dependencies.php: bugfixErich Eckner
2018-11-09buildmaster/dependencies.php: allow to only show relevant architectureErich Eckner
2018-11-09lib/mysql-joins.php new: it contains mysql_join_* functions similar to the ↵Erich Eckner
ones in lib/mysql-functions of the build scripts
2018-06-26"dot" -> "timeout 30 dot"Erich Eckner
2018-06-19Changed requires to require_once'sTyler Dence
2018-06-19Fix include path by generating absolute pathsTyler Dence
2018-05-30do not read `binary_packages`.`repository`Erich Eckner
2018-05-22buildmaster/dependencies.php: ="" instead of unset()Erich Eckner
2018-04-17buildmaster/*.php: use lib/mysql.phpErich Eckner
2018-04-12move buildmaster stuff to separate directoryErich Eckner