summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-10bin/prioritize-build-list: make shellcheck happyErich Eckner
2019-05-04bin/clean-git: reclone in case we honly have one remoteErich Eckner
2019-05-04bin/prioritize-build-list: run additional step at least once if -d is givenErich Eckner
2019-05-04bin/prioritize-build-list: when -d given: run until no more priorities changeErich Eckner
2019-05-03bin/prioritize-build-list: break items at any spaceErich Eckner
2019-05-03bin/seed-build-list: -a should ignore i486 for nowErich Eckner
2019-05-03bin/get-assignment: accellerate query by using temporary table holding the ↵Erich Eckner
architectures with toolchain build orders
2019-05-03bin/get-assignment: order by "was built the least times" instead of "was ↵Erich Eckner
built the longest time ago" (4th "digit")
2019-04-30bin/get-assignment: add TODOErich Eckner
2019-04-30bin/seed-build-list: do not ignore i486, pentium4 and any anymore - the ↵Erich Eckner
worst that happens is that these architectures accumulate packages in their build lists
2019-04-30bin/build-packages: python<2.x is not satisfyable - we need python2<2.xErich Eckner
2019-04-29misc/database-layout.dump: `calculate_maximal_moveable_set` operates on a ↵Erich Eckner
per-arch basis, now
2019-04-29bin/db-update: operate on a per-arch and per-stability basisErich Eckner
2019-04-29bin/bootstrap-mysql: caluclate_maximal_moveable_set now operates per-arch ↵Erich Eckner
and per-stability
2019-04-29bin/db-update: add TODOErich Eckner
2019-04-23lib/common-functions: apply_trunk_patch() should also copy over missing filesErich Eckner
2019-04-18bin/get-assignment: add TODOErich Eckner
2019-04-17bin/build-packages: -d should require, that the given package is indeed the ↵Erich Eckner
prefered one
2019-04-17bin/build-packages: tell the build master that we aborted the build due to ↵Erich Eckner
not getting the prefered package when -s :without_systemd-nspawn: was active
2019-04-17lib/common-functions: recursively_umount_and_rm(): copy stuff from ↵Erich Eckner
archlinux/devtool's lib/archroot.sh: is_subvolume(), is_same_fs() and subvolume_delete_recursive() - now it should do the correct thing on btrfs, too
2019-04-16bin/seed-build-list: add TODOErich Eckner
2019-04-16bin/seed-build-list: -j|--jostle new to insert packages /at front/ of build-listErich Eckner
2019-04-15bin/seed-build-list: should run mysql_find_build_assignment_loops() at the ↵Erich Eckner
end, too
2019-04-15bin/build-packages: remove legacy switchErich Eckner
2019-04-15bin/get-assignment: fix comment about ordering of build assignmentsErich Eckner
2019-04-15bin/get-assignment: add TODOErich Eckner
2019-04-15lib/mysql-functions: support pentium4, tooErich Eckner
2019-04-15bin/get-assignment: add comment about accepted parametersErich Eckner
2019-04-15bin/build-packages: print architecture of built packageErich Eckner
2019-04-15lib/mysql-functions: mysql_sanity_check() we have more architectures now, ↵Erich Eckner
thus we have also more invalid architecture combinations build_assignment <-> binary_package
2019-04-15bin/build-packages: we're not interested in what this cpu /can/ do, but what ↵Erich Eckner
architecture the installed packages actually are
2019-04-15bin/get-assignment: do and remove TODOsErich Eckner
2019-04-15bin/build-packages: remove done TODOsErich Eckner
2019-04-15bin/get-assignment: tell the build slave, which architecture the ↵Erich Eckner
build-assignment has
2019-04-15bin/build-packages: fall back to $my_arch if build master does not tell us ↵Erich Eckner
which architecture that package should be built on
2019-04-14bin/get-assignment,bin/build-packages: b408d8f introduced a bug, let's ↵Erich Eckner
revert most of it and add a TODO
2019-04-14bin/build-packages: request "pentium4" packages if we have sse2Erich Eckner
2019-04-14bin/get-assignment: hand out /any/ compatible architectureErich Eckner
2019-04-14`architecture_compatibilities`.`build_slave_compatible` new - it holds ↵Erich Eckner
whether build slave of architecture `runs_on` can build package for architecture `built_for`
2019-04-12lib/mysql-functions: fix indentationErich Eckner
2019-04-12pentium4 is newErich 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-12"pentium4" is now in the database - update our dumpErich Eckner
2019-04-12bin/get-package-updates: add todoErich Eckner
2019-04-11added pentium4 to local-build-package helpAndreas Baumann
2019-04-10bin/get-assignment: add todoErich Eckner
2019-04-10bin/build-packages: add TODOErich Eckner
2019-04-08bin/bootstrap-mysql: update grantsErich Eckner