index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-04 | bin/schedule-for-rebuild: Add --latest flag | Tasos Sahanidis | |
2024-05-04 | Add without_check build_support step | 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-03-09 | enabled caching of pkginfo again | Andreas Baumann | |
2024-03-09 | disabled pkginfo cache for now | Andreas Baumann | |
2024-03-05 | lib/common-functions: Retry the curl command if empty gz is returned | Tasos Sahanidis | |
2024-02-09 | ignore build-support-manual in ls_master_mirror | Andreas Baumann | |
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-17 | lib/intentions-queue: make execute_all_intentions() locking | Erich 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-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 | lib/mysql-functions: increase delay | Erich Eckner | |
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-14 | mysql_run(): improve retry mechanism | Erich Eckner | |
* try 15 times instead of 10 * increase time interval from trial to trial, hopefully hitting an empty spot sometime | |||
2023-07-14 | mysql_run_query(): if it is called by an intention, log the whole intention | Erich Eckner | |
2023-07-13 | mysql_run_query, intent_something: add comments about the caller | Erich Eckner | |
* aid in finding which tool broke, if there are residual files on the buildmaster | |||
2023-07-13 | mysql -> mariadb | Erich Eckner | |
* get rid of the deprecation warning | |||
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 | removed pkginfo cache | Andreas Baumann | |
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 | mysql_generate_package_metadata(): more verbose debug output | Erich Eckner | |
2023-07-08 | extract_source_directory(): fix file reference | Erich Eckner | |
2023-07-08 | extract_source_directory(): make error message more verbose | Erich Eckner | |
2023-07-08 | extract_source_directory(): put tmpfile into tmp_dir, so it gets cleaned up | Erich Eckner | |
2023-07-08 | lib/common-functions: fix error message | Erich Eckner | |
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-08 | conf/slave.conf.example: remove obsolete repos from the example config | Erich Eckner | |
* they were not populated anyways | |||
2023-07-06 | do not download anything from upstream for build-support packages | Andreas Baumann | |
2023-07-02 | make upstream package download non-fatal (for instance for build-support ↵ | Andreas Baumann | |
packages with a complete PKGBUILD | |||
2023-07-01 | renamed pkginfo cache and url, so that build-support works too | Andreas Baumann | |
2023-07-01 | extract_source_directory: trying to handle upstream-packages curl error | Andreas Baumann | |
2023-06-29 | fixed error in make_source_info_using_cache | Andreas Baumann | |
2023-06-29 | trying to use pkginfo cache | 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 | |