summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-04-08misc/database-layout.dump: removed some obsolete, experimental stored functionsErich Eckner
2019-04-04bin/create-build-support-package: fixup of 75c9b80: the pkgname should still ↵Erich Eckner
be changed!
2019-04-04bin/create-build-support-package: --only-versioned-so-provides should also ↵Erich Eckner
remove conflict and replaces
2019-04-04bin/create-build-support-package: --only-versioned-so-provides new - this ↵Erich Eckner
should create a shim package which needs to be installed beside the original one in a different version
2019-03-07bin/update-pacman-dbs: also update pacman sync cache of hostErich Eckner
2019-03-07bin/put-upstream-packages-into-db newErich Eckner
2019-03-07new table `upstream_packages`Erich Eckner
2019-03-07"pentium3" -> "pentium4"Erich Eckner
2019-02-28lib/common-functions: remove_old_package_versions(): 5413ad5 made an earlier ↵Erich Eckner
injection of .sig files wrong and unnecessary
2019-02-28bin/get-package-updatesErich Eckner
2019-02-22bin/build-packages: add TODOErich Eckner
2019-02-19lib/mysql-functions: store in database, wether install_target is group or notErich Eckner
2019-02-19bin/return-assignment: fill new columnErich Eckner
2019-02-19bin/create-build-support-package: copy install_target_is_group from original ↵Erich Eckner
row, too
2019-02-19new column in install_target_providers to reflect wether it is a group or a ↵Erich Eckner
provides
2019-02-19update regex in database dumpErich Eckner
2019-02-16bin/return-assignment: use grep -x instead of manually adding ^...$ to regexErich Eckner
2019-02-15bin/delete-packages: more helpful help message for -bErich Eckner
2019-02-15bin/create-build-support-package: should work for nowErich Eckner
2019-02-15bin/create-build-support-package: check for correct signatureErich Eckner