summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2018-09-13bin/get-assignment: keep currently building assignments for some time longer ↵Erich Eckner
in the temporary table
2018-09-13bin/get-assignment: fix typoErich Eckner
2018-09-13bin/get-assignment: use temporary table instead of sub-queryErich Eckner
2018-09-13bin/get-assignment: check arguments; cleanupErich Eckner
2018-09-13bin/get-package-updates: remove done TODOErich Eckner
2018-09-13bin/build-packages: exit if return-assignment reports usage errorErich Eckner
2018-09-13bin/get-package-updates -i|--ignore-insanity newErich Eckner
2018-09-13bin/get-package-updates: add TODOErich Eckner
2018-09-13bin/sanity-check: modify check: being on build- and deletion-list ↵Erich Eckner
simultanously is ok iff the architectures are fitting
2018-09-13bin/get-package-updates, bin/seed-build-list: removal of old packages ↵Erich Eckner
requires run of mysql_find_build_assignment_loops first
2018-09-12bin/build-packages: transmit arch to return-assignment, so that ↵Erich Eckner
build-assignment can be better verified
2018-09-12bin/return-assignment: check argumentsErich Eckner
2018-09-12bin/seed-build-list: should run mysql_cleanup() in the end, too (like ↵Erich Eckner
bin/get-package-updates)
2018-09-12lib/mysql-functions: ↵Erich Eckner
mysql_query_remove_old_binary_packages_from_build_list() new
2018-09-12bin/why-dont-you: separate by build_assignments.architecture, tooErich Eckner
2018-09-12bin/get-assignment,lib/mysql-functions: ↵Erich Eckner
mysql_query_has_pending_dependencies() now only looks for a single architecture
2018-09-11bin/build-packages: add "glibc>=$installed_glibc_version" as dependencyErich Eckner
2018-09-11lib/mysql-functions: allow i486Erich Eckner
2018-09-11bin/build-packages: detect arch and request i486 if necessaryErich Eckner
2018-09-10bin/build-packages: show list of known straws in --help messageErich Eckner
2018-09-10lib/common-functions: failsafe_rsync() newErich Eckner
2018-09-10lib/common-functions: failsafe_sftp() newErich Eckner
2018-09-10bin/sanity-check: print immediately to stderrErich Eckner
2018-09-10bin/build-packages: add TODOErich Eckner
2018-09-08bin/copy-to-build-support: add TODOErich Eckner
2018-09-08move mysql sanity check from bin/build-master-status to bin/sanity-checkErich Eckner
2018-09-08bin/sanity-check: add TODOErich Eckner
2018-09-07bin/return-assignment: make error message for electron boldErich Eckner
2018-09-07bin/seed-build-list: add TODOErich Eckner
2018-09-05bin/db-update: -i|--ignore-insanity newErich Eckner
2018-09-04mysql_join_dependencies_install_target_providers_with_versions() and ↵Erich Eckner
mysql_join_install_target_providers_dependencies_with_versions() new - do not ignore the stored versions!
2018-09-04lib/mysql-functions, bin/return-assignment: do not add "<=\infty" dependency ↵Erich Eckner
- ">=0" dependency is already enough
2018-09-04bin/build-packages: save versions of required python and perlErich Eckner
2018-09-04bin/delete-packages: make help message more preciseErich Eckner
2018-09-03bin/seed-build-list, bin/get-package-updates: sort versions if necessaryErich Eckner
2018-09-03lib/mysql-functions: mysql_load_min_and_max_versions() newErich Eckner
2018-09-03bin/return-assignment: save version of required and provided librariesErich Eckner
2018-09-03bin/bootstrap-mysql: disable some shellcheckErich Eckner
2018-09-01bin/get-package-updates: update TODOErich Eckner
2018-09-01bin/get-package-updates: fixup: finding a deleted package in _archlinux32_ ↵Erich Eckner
is not enough to leave the loop - we might find it upstream, too
2018-09-01bin/get-package-updates: finding a deleted package in archlinux32 is not ↵Erich Eckner
enough to leave the loop - we might find it upstream, too
2018-08-19bin/build-packages: change TODOErich Eckner
2018-08-16bin/find-obsolete-packages: ignore _all_ packages w/o upstream sources in ↵Erich Eckner
our database - they're intentionally additional
2018-08-16bin/get-package-updates: fix bug when deleting a packageErich Eckner
2018-08-16bin/bootstrap-mysql: `blacklist_packages`: black list based on _package_ ↵Erich Eckner
architecture, not _repository_ architecture (the latter is "any" for the build-list - that is not, what we want)
2018-08-15bin/build-packages: python and python2 packages may be built with ↵Erich Eckner
:without_check:, too - just like haskell
2018-08-15bin/bootstrap-mysql: add TODOErich Eckner
2018-08-11bin/seed-build-list: fix typo in queryErich Eckner
2018-08-09bin/get-assignment: add todoErich Eckner
2018-08-09bin/return-assignment: reschedule returned toolchain packages if the earlier ↵Erich Eckner
toolchain packages are not compiled _once_ (instead of "are still on the build-list")