index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-29 | get-package-updates: ignoring 4621fcc46a9c717bbb0460771541a28c70520d7d (glm any, | Andreas Baumann | |
duplicate in state git repo upstream) | |||
2024-08-28 | bin/get-package-updates: do not delete already deleted packages again | Erich Eckner | |
* this just makes get-package-updates slow * it should not be necessary to delete them (again) | |||
2024-08-28 | bin/get-package-updates: revert 1aa4e18a3336e2d16f73089277f749fc3f9a3147 | Erich Eckner | |
* packages on the deletion-list should not be scheduled over and over again * only if a newer version of that package is available upstream, we should re-consider it * if there is no newer version, we should not consider it for the build list * because considering it for the build-list triggers `makepkg --printsrcinfo`, which makes get-package-updates slow, if we have many black-listed packages (which we have) | |||
2024-08-15 | ignring linux-api-headers any (e383f4debfe90631a2eefabff9c6704f26bc3249) | Andreas Baumann | |
2024-08-09 | Revert "bin/build-packages: list uploaded logfiles for debug purposes" | Erich Eckner | |
This reverts commit 9309cfd7523fdb1f7b11137924c3a154915c4f16. | |||
2024-08-09 | bin/build-packages: list uploaded logfiles for debug purposes | Erich Eckner | |
2024-05-15 | get-package-updates: Ignore old python-snappy v4 | Tasos Sahanidis | |
It'll work this time I promise | |||
2024-05-15 | get-package-updates: Ignore old python-snappy v3 | Tasos Sahanidis | |
We'll get there at some point, I'm sure | |||
2024-05-15 | get-package-updates: Ignore old python-snappy v2 | Tasos Sahanidis | |
2024-05-15 | get-package-updates: Ignore old/duplicate python-snappy which causes insanity | Tasos Sahanidis | |
2024-05-04 | bin/schedule-for-rebuild: Fix some shellcheck issues | Tasos Sahanidis | |
2024-05-04 | bin/schedule-for-rebuild: Switch to bash | Tasos Sahanidis | |
2024-05-04 | bin/schedule-for-rebuild: Add --latest flag | Tasos Sahanidis | |
2024-04-26 | bin/schedule-for-rebuild: Remove duplicates without sorting | Tasos Sahanidis | |
2024-04-12 | build-packages: Set GIT_TERMINAL_PROMPT=0 | Tasos Sahanidis | |
2024-03-11 | bin/sanity-check: Handle different ssh key types | Tasos Sahanidis | |
2024-03-11 | bin/manage-slaves: Handle different ssh key types | Tasos Sahanidis | |
2024-02-09 | cope with ssh-ed25519 keys in ssh-key check | Andreas Baumann | |
2024-02-07 | bin/schedule-for-rebuild: Add interactive option | Tasos Sahanidis | |
2024-02-07 | bin/watch-build-logs: Add new script to watch build logs | Tasos Sahanidis | |
2024-01-20 | bin/sanity-check: Add myself to highlight list for insanity | Tasos Sahanidis | |
2023-10-06 | get-package-updates: ignore gnome-unstable upstream repo | Andreas Baumann | |
2023-08-29 | bin/get-package-updates: only take things, that look like a git commit | Erich Eckner | |
2023-08-04 | readded pkginfo cache, ignore kde-unstable repos in get-package-updates | Andreas Baumann | |
2023-07-22 | bin/db-update: make step re-runable | Erich Eckner | |
* mkdir needs -p to not complain about already-existing directory | |||
2023-07-17 | bin/sanity-check: execute all left-over intentions at the start | Erich 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-17 | bin/sanity-check: do all db operations after getting the lock | Erich Eckner | |
* no need to trouble the db, if we don't run, because we got no lock | |||
2023-07-16 | bin/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-15 | bin/db-update: fix typo | Erich Eckner | |
2023-07-15 | db-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-09 | bin/get-package-updates: less strict locking | Erich 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-08 | schedule-for-rebuild: use correct revisions | Erich Eckner | |
* use null-revisions, if this part is not needed, otherwise make_source_info et al. will fail | |||
2023-07-08 | bin/harvest-commit-times: always order randomly | Erich Eckner | |
2023-07-08 | bin/harvest-commit-times: add force flag to ignore errors | Erich Eckner | |
2023-07-08 | bin/harvest-commit-times: add force flag to ignore errors | Erich Eckner | |
2023-07-08 | bin/harvest-commit-times: add verbosity | Erich Eckner | |
2023-07-01 | renamed pkginfo cache and url, so that build-support works too | Andreas Baumann | |
2023-06-29 | added get-source-info for pkginfo caching | Andreas Baumann | |
2023-06-18 | bin/get-assignment: take max priority of _considered_ build_assignments | Erich Eckner | |
2023-06-18 | rename temp dir to match script name (again) | Erich Eckner | |
2023-06-18 | bin/interpret-mail: call schedule-for-rebuild instead of seed-build-list | Erich Eckner | |
2023-06-18 | bin/return-assignment: call schedule-for-rebuild instead of seed-build-list | Erich Eckner | |
2023-06-18 | bin/schedule-for-rebuild: fix typo | Erich Eckner | |
2023-06-18 | add comment to clarify code | Erich Eckner | |
2023-06-18 | bin/get-package-updates: fix blacklisting | Erich Eckner | |
* the sql wild card for "like" is "%", not "%s" | |||
2023-06-17 | bin/get-assignment: change ordering | Erich Eckner | |
* only consider packages with highest priority * should make "forced-package-builds-*" obsolete | |||
2023-06-17 | bin/get-package-updates: "blacklist" is not a repository, exclude it from ↵ | Erich Eckner | |
the packages32-diff | |||
2023-06-16 | build-support -n <N> should also stop now when do-not-run-build-slave exists | Andreas Baumann | |
2023-06-16 | removed -e in build-packages (-n 0 does the trick already) | Andreas Baumann | |
2023-06-15 | bin/seed-build-list -> bin/schedule-for-rebuild | Erich Eckner | |
* adapt name to what it can do * building completely new packages is not needed anymore * building completely new packages was complex anyways |