Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2024-03-09enabled caching of pkginfo againAndreas Baumann
2024-03-09disabled pkginfo cache for nowAndreas Baumann
2024-03-05lib/common-functions: Retry the curl command if empty gz is returnedTasos Sahanidis
2024-02-09ignore build-support-manual in ls_master_mirrorAndreas Baumann
2023-08-04readded pkginfo cache, ignore kde-unstable repos in get-package-updatesAndreas Baumann
2023-07-17lib/intentions-queue: make execute_all_intentions() lockingErich Eckner
* now, it's safe to call it in almost all places * this enables us to do it at the start of many scripts, potentially cleaning up old left-over intentions
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-13mysql -> mariadbErich Eckner
* get rid of the deprecation warning
2023-07-08removed pkginfo cacheAndreas Baumann
2023-07-08mysql_generate_package_metadata(): more verbose debug outputErich Eckner
2023-07-08extract_source_directory(): fix file referenceErich Eckner
2023-07-08extract_source_directory(): make error message more verboseErich Eckner
2023-07-08extract_source_directory(): put tmpfile into tmp_dir, so it gets cleaned upErich Eckner
2023-07-08lib/common-functions: fix error messageErich Eckner
2023-07-06do not download anything from upstream for build-support packagesAndreas Baumann
2023-07-02make upstream package download non-fatal (for instance for build-support ↵Andreas Baumann
packages with a complete PKGBUILD
2023-07-01renamed pkginfo cache and url, so that build-support works tooAndreas Baumann
2023-07-01extract_source_directory: trying to handle upstream-packages curl errorAndreas Baumann
2023-06-29fixed error in make_source_info_using_cacheAndreas Baumann
2023-06-29trying to use pkginfo cacheAndreas Baumann
2023-06-11allow to overwrite config location by CONFIG_DIR environment variableErich Eckner
2023-06-11extract path to configuration into variableErich Eckner
* prepare for overwriting location of configuration dir
2023-05-23use the same pkgbase translation as upstreamErich Eckner
2023-05-23make tree-substitution more specificErich Eckner
2023-05-23tree is called unix-tree - w. t. f.Erich Eckner
2023-05-23Revert "extract_source_directory(): remove pkgbase transcription"Erich Eckner
This reverts commit 8ab642824755b58abb8390f38a475cba05fd5e07. apparently, upstream did *not* rename their repos, just our cache does not see, that it's broken ...
2023-05-23extract_source_directory(): remove pkgbase transcriptionErich Eckner
* apparently, upstream renamed their repositories to match the pkgbase :-)
2023-05-22remove PKGBUILD_mod from everywhere - it's encoded in the mod_git_revisionErich Eckner
2023-05-22extract_source_directory: fix patching of PKGBUILDsErich Eckner
2023-05-22removed opcode checks (they were never really finished and in use)Andreas Baumann
2023-05-22extract_source_directory: silence + final checkErich Eckner
* we allow for some commands to fail, if in the end we have a PKGBUILD
2023-05-22fix pkgbase_translationErich Eckner
apparently, sometimes "+" is translated by "-" - see e.g. https://gitlab.archlinux.org/archlinux/packaging/packages/gtk2-extra what a mess
2023-05-22make shellcheck happyErich Eckner
2023-05-22build-packages: do not try to download sources from archlinux - we don't ↵Erich Eckner
have a repo anymore
2023-05-22extract_source_directory: fix typoErich Eckner
2023-05-22extract_source_directory: download from cacheErich Eckner
2023-05-22remove apply_trunk_patch - it makes no senseErich Eckner
2023-05-22extract_source_directory: translate "+" to "plus" in pkgbase before downloadingErich Eckner
2023-05-22get-package-updates should work againErich Eckner
2023-05-22extract_source_directory(): fix some bugs:Erich Eckner
* rev -> revision * the downloaded tar.gz has actually a folder with the desired content
2023-05-20mysql_package_version_query: fix typoErich Eckner
2023-05-20mysql_package_version_query newErich Eckner
2023-05-20lib/load-configuration: clone state via https - no credentials neededErich Eckner
2023-05-20lib/load-configuration: fix state cloneErich Eckner
2023-05-20update set of repositoriesErich Eckner
2023-05-20lib/mysql-functions: drop unneeded joinErich Eckner
2023-05-20lib/common-functions: remove unneeded functionsErich Eckner
* this breaks everything * everything was broken anyways