index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-22 | added hashes to ignore (deviced manaully from checker list, can be ↵ | Andreas Baumann | |
automatized with vercmp | |||
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-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 | |
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-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-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-package-updates: "blacklist" is not a repository, exclude it from ↵ | Erich Eckner | |
the packages32-diff | |||
2023-06-09 | bin/get-package-updates: ignore packages with wrong hash | Erich Eckner | |
2023-05-23 | clean up duplicate logic and unneeded options | Erich Eckner | |
2023-05-23 | fix blacklisting | Erich Eckner | |
* do not miss, if a package is added to the blacklist | |||
2023-05-23 | emit more verbose and more correct state to stdout | Erich Eckner | |
2023-05-23 | do not remove deletion-marker for all scheduled pkgbases | Erich Eckner | |
* we should additionally match the target repository * else, a moved package will be ** marked for deletion in the old repository ** scheduled to be built in the new repository ** unmarked for deletion in *both* repositories ** only the next run will mark it for deletion again | |||
2023-05-23 | filter out lib32-* early | Erich Eckner | |
* otherwise, lib32-* packages are counted for -m, possibly leaving nothing left | |||
2023-05-22 | fix package deletion upon update | Erich Eckner | |
2023-05-22 | short-circuit the package-deletion, it sees "too much" | Erich Eckner | |
2023-05-22 | bin/get-package-updates: ignore to_be_deleted packages | Erich Eckner | |
* either, they should be deleted -> nothing to do here * or they should not -> reschedule | |||
2023-05-22 | add cautionary hint | Erich Eckner | |
2023-05-22 | bin/get-package-updates --max-upstream-packages new | Erich Eckner | |
* allows to hackily update only a subset of all modified packages | |||
2023-05-22 | make shellcheck happy | Erich Eckner | |
2023-05-22 | properly indent help text | Erich Eckner | |
2023-05-22 | simplify check for deletion | Erich Eckner | |
* do not archive the whole repository * this should hopefully be faster | |||
2023-05-22 | add some debug output | Erich Eckner | |
* make it not appear as it is stuck | |||
2023-05-22 | bin/get-package-updates: delete packages by repository | Erich Eckner | |
* this should fix moving of packages | |||
2023-05-22 | fix duplicate-package error for moved packages | Erich Eckner | |
* now, moving packages is broken, it won't remove the source * add a TODO to fix this | |||
2023-05-22 | fix syntax error | Erich Eckner | |
2023-05-22 | remove debug-hack | Erich Eckner | |
2023-05-22 | get-package-updates should work again | Erich Eckner | |
2023-05-20 | anti-apartheid: master -> main | Erich Eckner | |
2023-05-20 | bin/get-package-updates: short-circuit blacklist logic for now | Erich Eckner | |
2023-05-20 | update set of repositories | Erich Eckner | |
2020-10-20 | bin/get-package-updates: make shellcheck happy | Erich Eckner | |
2020-09-26 | bin/get-package-updates: find "any" packages for rescheduling, too | Erich Eckner | |
2020-09-26 | bin/get-package-updates: new TODO | Erich Eckner | |
2020-09-26 | bin/get-package-updates: do not re-add packages removed from the blacklist, ↵ | Erich Eckner | |
if they do not exist upstream | |||
2020-04-25 | make shellcheck happy | Erich Eckner | |
2020-02-20 | bin/get-package-updates: use new mysql_query_delete_packages() function | Erich Eckner | |
2020-02-14 | bin/get-package-updates: fix typo in comment | Erich Eckner | |
2020-02-13 | bin/get-package-updates: fix another typo | Erich Eckner | |
2020-02-13 | bin/get-package-updates: fix typo | Erich Eckner | |
2020-02-13 | bin/get-package-updates: do not delete build assignment just because *one* ↵ | Erich Eckner | |
package built by it is on the deletion-list - remove the deletion-list package and keep the build-assignment in that case | |||
2019-11-29 | bin/get-package-updates: add TODO | Erich Eckner | |