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
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
2019-11-18bin/get-package-updates: less evalErich Eckner
2019-11-18bin/get-package-updates: less evalErich Eckner
2019-11-18bin/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-31bin/get-package-updates: be more resilient against bogus svn source tree namesErich Eckner
2019-09-06bin/get-package-updates: remove obsolete TODOsErich Eckner
2019-08-21bin/get-package-updates: blacklist architectures need expansionErich Eckner
2019-08-08bin/get-package-updates: ignore apparent deletions due to renames in ↵Erich Eckner
blacklisting
2019-08-08bin/get-package-updates: remove TODOErich Eckner
2019-08-07bin/get-package-updates: lib32-* should always be deletedErich Eckner