Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-01-22manage-slaves: added a "list" commandAndreas Baumann
2021-11-12bin/delete-packages: do not attempt to delete packages which are not on the ↵Erich Eckner
master mirror
2021-07-03bin/change-git-remotes: fix old archlinux git pathErich Eckner
2021-07-03bin/change-git-remotes: try git:// for archlinux repos firstErich Eckner
2021-07-03bin/change-git-remotes: add github mirror for archlinux's packages and communityErich Eckner
2021-06-05bin/get-assignment: some queries (which seem to fail often lately) do not ↵Erich Eckner
alter the database - mark them as "unimportant", so the buildmaster does not loose sanity, if they get interrupted / aborted (possibly due to ssh connection abortions)
2021-06-05make shellcheck happy againErich Eckner
2021-06-02bin/ii-answer: do not let grep exiting 1 exit the whole scriptErich Eckner
2021-06-02bin/ii-answer: also recognize /part'ing peopleErich Eckner
2021-06-02bin/ii-answer: do not greet if person left <5 minutes agoErich Eckner
2021-06-02bin/ii-answer: cleanupErich Eckner
2021-06-02bin/ii-answer: clean upErich Eckner
2021-06-02bin/ii-answer: clean up dev listErich Eckner
2021-05-27bin/ii-answer: no phrik in #archlinux32-devops, so we should not `!rq ↵Erich Eckner
$user`, there
2021-05-23lib/load-configuration: forgot one instance of "freenode"Erich Eckner
2021-05-23move to irc.libera.chat and #archlinux32-devops (mostly)Erich Eckner
2021-05-23bin/ii-connect: also join #archlinux32-devopsErich Eckner
2021-04-30bin/db-update: fix copy-paste-typo in mysql query ↵Erich Eckner
(8537258ac44cefebfa7b5a4f945a4effccfd1cb7)
2021-04-30bin/db-update: clean up mysql logic: don't insert more than necessary, if ↵Erich Eckner
the filter properties are available in the isnerting query anyways
2021-04-20bin/db-update: -s/--stuck newErich Eckner