Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
AgeCommit message (Collapse)Author
2024-09-22added hashes to ignore (deviced manaully from checker list, can be ↵Andreas Baumann
automatized with vercmp
2024-08-29get-package-updates: ignoring 4621fcc46a9c717bbb0460771541a28c70520d7d (glm any,Andreas Baumann
duplicate in state git repo upstream)
2024-08-28bin/get-package-updates: do not delete already deleted packages againErich Eckner
* this just makes get-package-updates slow * it should not be necessary to delete them (again)
2024-08-28bin/get-package-updates: revert 1aa4e18a3336e2d16f73089277f749fc3f9a3147Erich 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-15ignring linux-api-headers any (e383f4debfe90631a2eefabff9c6704f26bc3249)Andreas Baumann
2024-05-15get-package-updates: Ignore old python-snappy v4Tasos Sahanidis
It'll work this time I promise
2024-05-15get-package-updates: Ignore old python-snappy v3Tasos Sahanidis
We'll get there at some point, I'm sure
2024-05-15get-package-updates: Ignore old python-snappy v2Tasos Sahanidis
2024-05-15get-package-updates: Ignore old/duplicate python-snappy which causes 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-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-06-18add comment to clarify codeErich Eckner
2023-06-18bin/get-package-updates: fix blacklistingErich Eckner
* the sql wild card for "like" is "%", not "%s"
2023-06-17bin/get-package-updates: "blacklist" is not a repository, exclude it from ↵Erich Eckner
the packages32-diff
2023-06-09bin/get-package-updates: ignore packages with wrong hashErich Eckner
2023-05-23clean up duplicate logic and unneeded optionsErich Eckner
2023-05-23fix blacklistingErich Eckner
* do not miss, if a package is added to the blacklist
2023-05-23emit more verbose and more correct state to stdoutErich Eckner
2023-05-23do not remove deletion-marker for all scheduled pkgbasesErich 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-23filter out lib32-* earlyErich Eckner
* otherwise, lib32-* packages are counted for -m, possibly leaving nothing left
2023-05-22fix package deletion upon updateErich Eckner
2023-05-22short-circuit the package-deletion, it sees "too much"Erich Eckner
2023-05-22bin/get-package-updates: ignore to_be_deleted packagesErich Eckner
* either, they should be deleted -> nothing to do here * or they should not -> reschedule
2023-05-22add cautionary hintErich Eckner
2023-05-22bin/get-package-updates --max-upstream-packages newErich Eckner
* allows to hackily update only a subset of all modified packages
2023-05-22make shellcheck happyErich Eckner
2023-05-22properly indent help textErich Eckner
2023-05-22simplify check for deletionErich Eckner
* do not archive the whole repository * this should hopefully be faster
2023-05-22add some debug outputErich Eckner
* make it not appear as it is stuck
2023-05-22bin/get-package-updates: delete packages by repositoryErich Eckner
* this should fix moving of packages
2023-05-22fix duplicate-package error for moved packagesErich Eckner
* now, moving packages is broken, it won't remove the source * add a TODO to fix this
2023-05-22fix syntax errorErich Eckner
2023-05-22remove debug-hackErich Eckner
2023-05-22get-package-updates should work againErich Eckner
2023-05-20anti-apartheid: master -> mainErich Eckner
2023-05-20bin/get-package-updates: short-circuit blacklist logic for nowErich Eckner
2023-05-20update set of repositoriesErich Eckner
2020-10-20bin/get-package-updates: make shellcheck happyErich Eckner
2020-09-26bin/get-package-updates: find "any" packages for rescheduling, tooErich Eckner
2020-09-26bin/get-package-updates: new TODOErich Eckner
2020-09-26bin/get-package-updates: do not re-add packages removed from the blacklist, ↵Erich Eckner
if they do not exist upstream
2020-04-25make shellcheck happyErich Eckner
2020-02-20bin/get-package-updates: use new mysql_query_delete_packages() functionErich Eckner
2020-02-14bin/get-package-updates: fix typo in commentErich Eckner
2020-02-13bin/get-package-updates: fix another typoErich Eckner
2020-02-13bin/get-package-updates: fix typoErich Eckner
2020-02-13bin/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-29bin/get-package-updates: add TODOErich Eckner