summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
AgeCommit message (Collapse)Author
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
2019-08-07bin/get-package-updates: blacklist all blacklist packages if -n givenErich Eckner
2019-08-06bin/get-package-updates: blacklist layout has changed - we need to change ↵Erich Eckner
extraction of blacklist reasons, too
2019-08-06bin/get-package-updates: remove empty lineErich Eckner
2019-08-06bin/get-package-updates: change layout of blacklistErich Eckner
2019-07-12bin/get-package-updates: use `git pull --ff-only` instead of `git update ↵Erich Eckner
remotes` on non-bare source repo
2019-07-03bin/get-package-updates: be more verbose during blacklisting stepErich Eckner
2019-07-02bin/get-package-updates: do not count packages blacklisted on i486 as ↵Erich Eckner
blacklisted
2019-05-15bin/get-package-updates: make rescheduling logic apply to our sources, tooErich Eckner
2019-05-15bin/get-package-updates: remove unnecessary name match of architectureErich Eckner
2019-04-12bin/get-package-updates: increase threashold of allowed blacklisted packages ↵Erich Eckner
to 2k
2019-04-12bin/get-package-updates: check, that we do not go back in timeErich Eckner
2019-04-12bin/get-package-updates: add option -r to use recent modifications commit ↵Erich Eckner
even though -d is active
2019-04-12bin/get-package-updates: add todoErich Eckner
2019-02-28bin/get-package-updatesErich Eckner
2019-01-17style: WHERE,ON,FROM,SELECT,JOIN should be on beginning of source linesErich Eckner
2018-10-11bin/get-package-updates: mark last mysql query as "unimportant"Erich Eckner
2018-10-05bin/get-package-updates: fix bug preventing packages32 changes triggering ↵Erich Eckner
package updates
2018-10-05bin/get-package-updates: more outputErich Eckner
2018-10-04bin/get-package-updates: repair marking-as-blacklistedErich Eckner
2018-10-04bin/get-package-updates: update TODOsErich Eckner
2018-09-25bin/get-package-updates,bin/interpret-mail,bin/slave-build-connect: "INSERT ↵Erich Eckner
INTO" -> "INSERT IGNORE INTO"
2018-09-25bin/get-package-updates: put trigger_rebuild_on_any_file_sed_expression into ↵Erich Eckner
a file - it's too long for the command line
2018-09-24bin/get-package-updates: do not print old_repo_revision in intermediate pipeErich Eckner
2018-09-24lib/mysql-functions: let `commit_time` unset in mysql_add_package_source() ↵Erich Eckner
-- whoops, I forgot most of the files
2018-09-18do not delete lock filesErich Eckner
2018-09-17bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git fetch ↵Erich Eckner
origin master:master" only works for bare repositories - use "git remote update" for non-bare ones
2018-09-17bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git remote ↵Erich Eckner
update" -> "git fetch origin master:master"
2018-09-13bin/get-package-updates: remove done TODOErich Eckner
2018-09-13bin/get-package-updates -i|--ignore-insanity newErich Eckner
2018-09-13bin/get-package-updates: add TODOErich Eckner