Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/mysql-functions
AgeCommit message (Collapse)Author
2024-03-09enabled caching of pkginfo againAndreas Baumann
2024-03-09disabled pkginfo cache for nowAndreas Baumann
2023-08-04readded pkginfo cache, ignore kde-unstable repos in get-package-updatesAndreas Baumann
2023-07-15lib/mysql-functions: increase delayErich Eckner
2023-07-14mysql_run(): improve retry mechanismErich Eckner
* try 15 times instead of 10 * increase time interval from trial to trial, hopefully hitting an empty spot sometime
2023-07-14mysql_run_query(): if it is called by an intention, log the whole intentionErich Eckner
2023-07-13mysql_run_query, intent_something: add comments about the callerErich Eckner
* aid in finding which tool broke, if there are residual files on the buildmaster
2023-07-08removed pkginfo cacheAndreas Baumann
2023-07-08mysql_generate_package_metadata(): more verbose debug outputErich Eckner
2023-06-29trying to use pkginfo cacheAndreas Baumann
2023-05-22remove PKGBUILD_mod from everywhere - it's encoded in the mod_git_revisionErich Eckner
2023-05-20mysql_package_version_query: fix typoErich Eckner
2023-05-20mysql_package_version_query newErich Eckner
2023-05-20lib/mysql-functions: drop unneeded joinErich Eckner
2023-05-15lib/mysql-functions: make ↵Erich Eckner
mysql_determine_majority_build_slave_architecture_id more robust * when there are no logs, it would return empty and break the next sql syntactically * give -1 instead, this should not match anything
2022-07-04lib/mysql-functions: mysql_sanity_check(): check for signature in db, tooErich Eckner
2021-06-05make shellcheck happy againErich Eckner
2021-04-07lib/mysql-functions: fail early, if mysql_retrieve_static_information() did ↵Erich Eckner
not find an expected variable in the database
2021-04-07lib/mysql-functions: minor style changeErich Eckner
2021-03-24`hostname` -> `uname -n`Erich Eckner
2020-05-21lib/mysql-functions: add TODOErich Eckner
2020-04-12fixup bugs introduced in 5635bd3Erich Eckner
2020-04-10lib/mysql-functions: add TODOErich Eckner
2020-04-10lib/mysql-functions: mysql_create_build_environment_packages() newErich Eckner
2020-04-10lib/common-functions,lib/mysql-functions: do not treat makedepends of ↵Erich Eckner
haskell-* differently
2020-02-26lib/mysql-functions: ↵Erich Eckner
mysql_join_install_target_providers_dependencies_with_versions() and mysql_join_dependencies_install_target_providers_with_versions() can now use pre-joined versions
2020-02-24lib/mysql-functions: mysql_join_binary_packages_gpg_keys and vice-versa newErich Eckner
2020-02-20lib/mysql-functions: mysql_retrieve_static_information(): retrieve names of ↵Erich Eckner
architectures, too
2020-02-20lib/mysql-functions: mysql_query_delete_packages(): make regex less ↵Erich Eckner
restrictive, fix some column names
2020-02-20lib/mysql-functions: mysql_query_delete_packages() bugfixErich Eckner
2020-02-20lib/mysql-functions: mysql_query_delete_packages() newErich Eckner
2020-02-14lib/mysql-functions: ghc should not treat haskell-* dependencies as runtime ↵Erich Eckner
dependencies
2020-02-13lib/mysql-functions: mysql_retrieve_static_information(): properly escape ↵Erich Eckner
"." in regex
2020-02-13lib/mysql-functions: remove hard-coded package suffixesErich Eckner
2020-02-13lib/mysql-functions: mysql_retrieve_static_information(): cleanupErich Eckner
2020-02-13lib/mysql-functions: clean up TODOsErich Eckner
2020-02-05lib/mysql-functions: save more DELETE queries - the broken one seems to be ↵Erich Eckner
not-yet-saved
2020-02-04lib/mysql-functions: save input files of successful queries, tooErich Eckner
2020-02-04lib/mysql-functions: only save queries which (potentially) delete ↵Erich Eckner
binary_packages or binary_packages_in_repositories
2020-02-04lib/mysql-functions: save permanent copies of *successful* mysql queriesErich Eckner
2020-01-13lib/mysql-functions: extract "$upstream_repository_names", tooErich Eckner
2020-01-03lib/mysql-functions: mysql_sanity_check(): old packages are allowed to be xzErich Eckner
2020-01-03lib/mysql-functions: zst is the new default compressionErich Eckner
2019-12-17lib/mysql-functions: add TODOErich Eckner
2019-12-06lib/mysql-functions: fix another typoErich Eckner
2019-12-06lib/mysql-functions: fix typoErich Eckner
2019-12-06lib/mysql-functions: 1 day after the first build failure, still unbuilt ↵Erich Eckner
dependencies get ignored - we need to move on
2019-10-29lib/mysql-functions: fix typo (we were adding all groupmembers like they ↵Erich Eckner
would provide the group ...
2019-10-17lib/mysql-functions: mysql_generate_package_metadata(): explicitely set ↵Erich Eckner
compression of binary_packages
2019-10-17lib/mysql-functions: mysql_retrieve_static_information(): extract ↵Erich Eckner
$compression_ids__*