Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 daysbin/schedule-for-rebuild: Remove duplicates without sortingHEADmasterTasos Sahanidis
2024-04-12build-packages: Set GIT_TERMINAL_PROMPT=0Tasos Sahanidis
2024-03-11bin/sanity-check: Handle different ssh key typesTasos Sahanidis
2024-03-11bin/manage-slaves: Handle different ssh key typesTasos Sahanidis
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
2024-02-09cope with ssh-ed25519 keys in ssh-key checkAndreas Baumann
2024-02-07bin/schedule-for-rebuild: Add interactive optionTasos Sahanidis
2024-02-07bin/watch-build-logs: Add new script to watch build logsTasos Sahanidis
2024-01-20bin/sanity-check: Add myself to highlight list for insanityTasos Sahanidis
2023-10-06get-package-updates: ignore gnome-unstable upstream repoAndreas Baumann
2023-08-29bin/get-package-updates: only take things, that look like a git commitErich Eckner
2023-08-04readded pkginfo cache, ignore kde-unstable repos in get-package-updatesAndreas Baumann
2023-07-22bin/db-update: make step re-runableErich Eckner
* mkdir needs -p to not complain about already-existing directory
2023-07-17bin/sanity-check: execute all left-over intentions at the startErich Eckner
* the sanity-check should only run, when nothing else runs * this enables some level of clean-up: intentions, that never successfully ran, will be tried again, here
2023-07-17bin/sanity-check: do all db operations after getting the lockErich Eckner
* no need to trouble the db, if we don't run, because we got no lock
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-16bin/db-update: use perma_tmp_dir in all intentions, tmp_dir is gone, if the ↵Erich Eckner
intention needs to be re-executed
2023-07-15lib/mysql-functions: increase delayErich Eckner
2023-07-15bin/db-update: fix typoErich Eckner
2023-07-15db-update: make deletion of obsolete pool packages in the db fail the ↵Erich Eckner
intention, if the db query fails * the `sort -u` was unnecessary anyways * the `sort -u` swallowed the exit code of mysql_run_query * failing mysql_run_query should stop the execution flow, i.e. not remove the intention
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-09bin/get-package-updates: less strict lockingErich Eckner
* Do not lock build list, so builders can get jobs. * This may lead to builders getting for jobs, that are currently overwritten or deleted. This should not be worse than if the builder got the job before running get-package-updates, though.
2023-07-08removed pkginfo cacheAndreas Baumann
2023-07-08schedule-for-rebuild: use correct revisionsErich Eckner
* use null-revisions, if this part is not needed, otherwise make_source_info et al. will fail
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
* they were not populated anyways
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-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