summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2020-01-30check intentions_left() whenever we get a package_database_lockErich Eckner
2020-01-30identify which scripts should use the intentions-queue, tooErich Eckner
2020-01-30lib/common-functions: add TODO about intentions-queueErich Eckner
2020-01-30added get-packages-from-mirrorAndreas Baumann
2020-01-26added another helper script put-packages-onto-mirror (should all go in a ↵Andreas Baumann
manipulate-mirror master script maybe later)
2020-01-24check-mirrors: reverted -LAndreas Baumann
2020-01-24Merge branch 'master' of ssh://git.archlinux32.org/builderAndreas Baumann
2020-01-24check-mirrors: follow redirects when checking things with curlAndreas Baumann
2020-01-24bin/check-mirrors: more verbose help textErich Eckner
2020-01-16bin/bisect-database-dumps: make used dumps more selectableErich Eckner
2020-01-13bin/nit-picker: recheck upstream-unavailable packages in our database - ↵Erich Eckner
maybe, they were corrected in the meantime
2020-01-13bin/nit-picker: invert logicErich Eckner
2020-01-13bin/nit-picker: packages must be marked as "uses_upstream" to be ↵Erich Eckner
upstream-availability-check-worthy
2020-01-13bin/nit-picker: fix typo in mysql queryErich Eckner
2020-01-13bin/nit-picker: check if packages is marked as to_be_deleted before ↵Erich Eckner
complaining, that we do still have it
2020-01-13bin/nit-picker: complain about not-yet-removed packages, tooErich Eckner
2020-01-13bin/nit-picker: throttle output some moreErich Eckner
2020-01-11bin/nit-picker: add TODOErich Eckner
2020-01-05bin/build-packages: print warnings if unexpected packages are being removedErich Eckner
2020-01-04bin/build-packages: print list of built packages to stderr iff there could ↵Erich Eckner
be no packages found for sending to the build master
2020-01-03bin/build-packages: try to download xz and zst compressed packages for namcapErich Eckner
2020-01-03bin/build-packages: do not download more than 100 packages for namcapErich Eckner
2020-01-03bin/sanity-check: fix wrongly-escaped sed-fuErich Eckner
2020-01-03bin/build-packages,bin/return-assignment: xz -> zst: tar -J -> tar --zstdErich Eckner
2020-01-03learn to handle zst, tooErich Eckner
2020-01-03bin/sanity-check: recognize .zst packages, tooErich Eckner
2020-01-03bin/build-packages, bin/return-assignment: xz -> zstErich Eckner
2019-12-27small fix in local-build-package error messageAndreas Baumann
2019-12-21bin/build-packages: add TODOErich Eckner
2019-12-20bin/why-dont-you: print each missing dependency only onceErich Eckner
2019-12-19bin/nit-picker: fix some typosErich Eckner
2019-12-19bin/nit-picker: complain about split packages being in different ↵Erich Eckner
repositories, not only about them being in differently stable repositories
2019-12-19bin/nit-picker: build_assignment,epoch,pkgver,pkgrel and sub_pkgrel must ↵Erich Eckner
match to identify parts of a split package
2019-12-19bin/nit-picker: check if all parts of a split package with identical ↵Erich Eckner
architecture are in repositories of equal stability
2019-12-19bin/nit-picker: remove obsolete ":"Erich Eckner
2019-12-17bin/seed-build-list: add TODOErich Eckner
2019-12-10bin/seed-build-list: fix typo introduced in ↵Erich Eckner
0b5474bd4539ff6344604cedd21a076dbd18319e
2019-12-06lib/mysql-functions: 1 day after the first build failure, still unbuilt ↵Erich Eckner
dependencies get ignored - we need to move on
2019-12-06bin/bootstrap-mysql: `calculate_maximal_moveable_set`(): deliberately break ↵Erich Eckner
packages which did not successfully build for 1 day
2019-12-06bin/seed-build-list: add TODOErich Eckner
2019-12-06bin/seed-build-list: do not schedule to-be-deleted packages via -aErich Eckner
2019-12-06bin/bootstrap-mysql: expand TODOErich Eckner
2019-11-29bin/get-package-updates: add TODOErich Eckner
2019-11-29bin/return-assignment: fix typo in messageErich Eckner
2019-11-29bin/ii-answer: give links to bugs, tooErich Eckner
2019-11-26bin/seed-build-list: ignore ignored packages with -a, tooErich Eckner
2019-11-26bin/seed-build-list: fix typo in commentErich Eckner
2019-11-26bin/return-assignment: urlencode "+"Erich Eckner
2019-11-26bin/return-assignment: fix typo in status messageErich Eckner
2019-11-23removed all systemd testsAndreas Baumann