index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-18 | bin/get-package-updates: less eval | Erich Eckner | |
2019-11-18 | bin/get-package-updates: less eval | Erich Eckner | |
2019-11-18 | bin/get-package-updates: still-available PKGBUILDs of deleted packages must ↵ | Erich Eckner | |
match exactly - otherwise we trigger on build-support/disabled/$pkgname/PKGBUILD, too | |||
2019-10-31 | bin/get-package-updates: be more resilient against bogus svn source tree names | Erich Eckner | |
2019-09-06 | bin/get-package-updates: remove obsolete TODOs | Erich Eckner | |
2019-08-21 | bin/get-package-updates: blacklist architectures need expansion | Erich Eckner | |
2019-08-08 | bin/get-package-updates: ignore apparent deletions due to renames in ↵ | Erich Eckner | |
blacklisting | |||
2019-08-08 | bin/get-package-updates: remove TODO | Erich Eckner | |
2019-08-07 | bin/get-package-updates: lib32-* should always be deleted | Erich Eckner | |
2019-08-07 | bin/get-package-updates: blacklist all blacklist packages if -n given | Erich Eckner | |