summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-09-03lib/mysql-functions: mysql_load_min_and_max_versions() newErich Eckner
2018-09-03lib/load-configuration: check even earlier for kill switchErich Eckner
2018-09-03lib/load-configuration: check early for running mysqld, add a kill-switch ↵Erich Eckner
/tmp/do-not-run-build-master
2018-09-03lib/mysql-functions: update TODOErich Eckner
2018-09-03lib/mysql-functions: fix typoErich Eckner
2018-09-03lib/mysql-functions: update TODOErich Eckner
2018-09-03lib/mysql-functions: change naming scheme of mysql query temp filesErich Eckner
2018-09-02lib/load-configuration: add TODOErich Eckner
2018-09-01lib/mysql-functions: fix style: "exit" from subshell, not "return" from itErich Eckner
2018-09-01lib/mysql-functions: exit early from mysql_sort_versions() if all versions ↵Erich Eckner
are ordered already
2018-09-01lib/mysql-functions: mysql_sort_versions newErich Eckner
2018-09-01lib/common-functions: fix typoErich Eckner
2018-09-01lib/mysql-functions: cleanup TODOErich Eckner
2018-09-01lib/mysql-functions: update TODOErich Eckner
2018-09-01lib/mysql-functions: clean upErich Eckner
2018-07-27lib/mysql-functions: add TODOErich Eckner
2018-07-27lib/mysql-functions: mysql_update_versions_ordering() newErich Eckner
2018-07-26lib/mysql-functions: mysql_query_create_toolchain_order() newErich Eckner
2018-07-26lib/mysql-functions: mysql_retrieve_static_information(): retrieve ↵Erich Eckner
architecture ids, too
2018-07-26lib/common-functions: partially revert b452a2a -- we _do_ need those ↵Erich Eckner
dependencies, because commit time is unreliable
2018-07-25lib/common-functions: find_repository_with_commit(): do not exit!=0, but ↵Erich Eckner
return!=0 on error
2018-07-25lib/common-functions: extract_source_directory(): insert "\n" after ↵Erich Eckner
upstream's and our PKGBUILD to not fail if there is no newline at the fileend
2018-07-23do not address deletion-list directly, but rather by its stability "forbidden"Erich Eckner
2018-07-19mark packages without bug reports as tested after some time (default: 2 weeks)Erich Eckner
2018-07-17lib/common-functions: find_pkgbuilds(): fail if git commit is not availableErich Eckner
2018-07-08lib/load-configuration: use yet another url for relengErich Eckner
2018-07-08lib/load-configuration: fix urlErich Eckner
2018-07-08lib/load-configuration: fix typoErich Eckner
2018-07-08lib/load-configuration: clone correct repositoryErich Eckner
2018-07-08bin/check-mirrors: use git repository of relengErich Eckner
2018-07-06fix typosErich Eckner
2018-07-05lib/mysql-functions: mysql_run_query(): clean outputfile differentlyErich Eckner
2018-07-04lib/mysql-functions: mysql_run_query(): rm stdout in trapErich Eckner
2018-06-29lib/mysql-functions: new join functionErich Eckner
2018-06-28lib/common-functions: mangle_pkgbuild(): remove "gcc-multilib" dependencies, tooErich Eckner
2018-06-26lib/load-configuration: revert a little more, now it should _really_ work ...Erich Eckner
2018-06-26lib/load-configuration: revert last commit partially - it broke somethingErich Eckner
2018-06-26lib/load-configuration,lib/mysql-functions: make runable outside of ↵Erich Eckner
build-master in build-master mode
2018-06-26lib/load-configuration: load values from database if mysqld is running ↵Erich Eckner
(makes debugging/testing easier)
2018-06-22lib/common-functions, lib/mysql-functions: remove artificial dependencies ↵Erich Eckner
$p-{doc,i18n} -> $p -- they should be covered by the "package-source blob" logic
2018-06-21lib/mysql-functions: add TODOErich Eckner
2018-06-21lib/common-functions: dependency mangling should happen for _parts_ of split ↵Erich Eckner
packages
2018-06-21lib/load-configuration: source lib/mysql-functions depending on wether ↵Erich Eckner
mysqld is running or not, not on wether we're the master or not
2018-06-21lib/common-functions: some *-doc and *-i18n packages have a differently ↵Erich Eckner
named counterpart or no counterpart at all
2018-06-21lib/load-configuration: hostname decides wether we are the master or a slave ↵Erich Eckner
- not if mysqld is running
2018-06-20lib/common-functions: remove_old_package_versions(): "sed w" does not append ↵Erich Eckner
- we need to do it with a single sed invocation
2018-06-18lib/mysql-functions: blocking dependencies need to be relevant_for_buildingErich Eckner
2018-06-18lib/common-functions: download_sources_by_hash(): download by md5sum, tooErich Eckner
2018-06-13lib/common-functions: recompress_gz() new to recompress databases before ↵Erich Eckner
sending, so they are transferred faster by rsync
2018-06-13$master_mirror_rsync_command now with "-l" by defaultErich Eckner