Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-22extract_source_directory: fix typoErich Eckner
2023-05-22simplify check for deletionErich Eckner
* do not archive the whole repository * this should hopefully be faster
2023-05-22add some debug outputErich Eckner
* make it not appear as it is stuck
2023-05-22extract_source_directory: download from cacheErich Eckner
2023-05-22attempt to fix local-build-packageErich Eckner
* it was broken before, don't expect too much
2023-05-22repair build-packages: use the new git layoutErich Eckner
2023-05-22remove apply_trunk_patch - it makes no senseErich Eckner
2023-05-22fix harvest-commit-times:Erich Eckner
* new git structure
2023-05-22extract_source_directory: translate "+" to "plus" in pkgbase before downloadingErich Eckner
2023-05-22bin/get-package-updates: delete packages by repositoryErich Eckner
* this should fix moving of packages
2023-05-22fix duplicate-package error for moved packagesErich Eckner
* now, moving packages is broken, it won't remove the source * add a TODO to fix this
2023-05-22fix syntax errorErich Eckner
2023-05-22remove debug-hackErich 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-22.gitignore .ideaErich Eckner
2023-05-20mysql_package_version_query: fix typoErich Eckner
2023-05-20mysql_package_version_query newErich Eckner
2023-05-20anti-apartheid: master -> mainErich Eckner
2023-05-20bin/get-package-updates: short-circuit blacklist logic for nowErich 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
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
2023-04-17bin/return-assignment: save the logs of successful buildsErich Eckner
2023-04-17bin/build-packages: save the log_file also when success - the package might ↵Erich Eckner
be broken
2023-03-28bin/manual-fix: actually load the configErich Eckner
2023-03-28bin/manual-fix: clear previously-defined "_fix_*" functionsErich Eckner
2023-03-28bin/manual-fix newErich Eckner
2023-03-14checking for deep42thought: also copy signaturesAndreas Baumann
2023-02-03bin/cleanup: lock the database - this should not run in parallel to db-updateErich Eckner
2022-12-01bin/build-packages: import gpg keys from git source repositoryErich Eckner
2022-09-28lib/common-functions: find_package_repository_to_package(): if multiple ↵Erich Eckner
repositories are found, apply some sanity filter based on the database
2022-09-28bin/check-mirrors: use lock file to only run once without parameters at the ↵Erich Eckner
same time
2022-09-18bin/return-assignment: ultimately trusted package signing keys are also okErich Eckner
2022-09-17conf/*.example: fix comment about how to rename fileErich Eckner
2022-07-04bin/create-build-support-package: add TODOErich Eckner
2022-07-04lib/mysql-functions: mysql_sanity_check(): check for signature in db, tooErich Eckner
2022-06-03Merge branch 'master' of ssh://git.archlinux32.org/builderAndreas Baumann
2022-06-03check-mirrors: be a little bit more verbose (timer was not running on ↵Andreas Baumann
buildmaster)
2022-05-29avoid password-authentication for sshErich Eckner
2022-05-18bin/build-packages: new straw :on_x86_64:Erich Eckner
* this allows to build "any" packages with the x86_64 toolchain * only applicaple with -p (for security reasons)
2022-05-18make linter happyErich Eckner
2022-04-28check-mirrors: simplified broken archiso detectionAndreas Baumann
2022-03-31lib/common-functions: remove upstream's sub_pkgrel iff we want to append a ↵Erich Eckner
sub_pkrel ourself
2022-02-20bin/build-packages: tell, what packages were expectedErich Eckner
2022-02-18added build-support straw to local-build-package (to fix broken build chroots)Andreas Baumann
2022-01-29added an index for mirror_statuses_last_sync for faster mirror listsAndreas Baumann