Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-15db-update: make deletion of obsolete pool packages in the db fail the intenti...Erich Eckner
2023-07-14mysql_run(): improve retry mechanismErich Eckner
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
2023-07-13mysql -> mariadbErich Eckner
2023-07-09bin/get-package-updates: less strict lockingErich Eckner
2023-07-08removed pkginfo cacheAndreas Baumann
2023-07-08schedule-for-rebuild: use correct revisionsErich Eckner
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-08bin/harvest-commit-times: always order randomlyErich Eckner
2023-07-08bin/harvest-commit-times: add force flag to ignore errorsErich Eckner
2023-07-08bin/harvest-commit-times: add force flag to ignore errorsErich Eckner
2023-07-08bin/harvest-commit-times: add verbosityErich Eckner
2023-07-08conf/slave.conf.example: remove obsolete repos from the example configErich 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 pack...Andreas Baumann
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-29added get-source-info for pkginfo cachingAndreas Baumann
2023-06-18bin/get-assignment: take max priority of _considered_ build_assignmentsErich Eckner
2023-06-18rename temp dir to match script name (again)Erich Eckner
2023-06-18bin/interpret-mail: call schedule-for-rebuild instead of seed-build-listErich Eckner
2023-06-18bin/return-assignment: call schedule-for-rebuild instead of seed-build-listErich Eckner
2023-06-18bin/schedule-for-rebuild: fix typoErich Eckner
2023-06-18add comment to clarify codeErich Eckner
2023-06-18bin/get-package-updates: fix blacklistingErich Eckner
2023-06-17bin/get-assignment: change orderingErich Eckner
2023-06-17bin/get-package-updates: "blacklist" is not a repository, exclude it from the...Erich Eckner
2023-06-16build-support -n <N> should also stop now when do-not-run-build-slave existsAndreas Baumann
2023-06-16removed -e in build-packages (-n 0 does the trick already)Andreas Baumann
2023-06-15bin/seed-build-list -> bin/schedule-for-rebuildErich Eckner
2023-06-15..Andreas Baumann
2023-06-15fixed endless looping in build-packagesAndreas Baumann
2023-06-12forgot getopt (build-packages)Andreas Baumann
2023-06-12build-packages: added a -e parameter for endless self-executionAndreas Baumann
2023-06-11allow to overwrite config location by CONFIG_DIR environment variableErich Eckner
2023-06-11extract path to configuration into variableErich Eckner
2023-06-11lock on a file in $tmp_dirErich Eckner
2023-06-11fix commentErich Eckner
2023-06-11make ping-build-master lock on any file given on the command lineErich Eckner
2023-06-11removed single quites in build_command (introduced by ${repository} patch)Andreas Baumann
2023-06-09bin/generate-key-graph: remove transition keyringErich Eckner
2023-06-09bin/get-package-updates: ignore packages with wrong hashErich Eckner
2023-06-08added ${repository} to build_commands (staging-xxx), for newer devtools32Andreas Baumann