summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2018-06-11bin/interpret-mail can now prioritize build assignmentsErich Eckner
2018-06-11bin/interpret-mail: reorder tasks alphabeticallyErich Eckner
2018-06-11bin/get-package-updates: clarify TODOErich Eckner
2018-06-11bin/delete-packages: remove done TODOErich Eckner
2018-06-11update TODOsErich Eckner
2018-06-11bin/copy-to-build-support: prepend "./" to rsyncErich Eckner
2018-06-11bin/return-assignment: prepend "./" for rsyncErich Eckner
2018-06-08bin/get-package-updates: add todoErich Eckner
2018-06-08bin/get-package-updates: add todoErich Eckner
2018-06-08bin/return-assignment: fix typo in upload locationErich Eckner
2018-06-08bin/return-assignment: fix typo in queryErich Eckner
2018-06-08new column `architecture_compatibilities`.`fully_compatible` to show wether ↵Erich Eckner
all built packages will be compatible in the indicated way (in contrast to: instruction set of arch $x is a subset of arch $y) - beware of linking against libraries compiled for different architectures!
2018-06-08bin/db-update: remove obsolete mangling of sub_pkgrel - the database knows ↵Erich Eckner
wether it is omitted
2018-06-07bin/return-assignment: put built packages only in repos for those ↵Erich Eckner
architectures, where the package runs
2018-06-07new table `architecture_compatibilities`Erich Eckner
2018-06-07bin/return-assignment: possibly copy a single split package to multiple ↵Erich Eckner
architectures
2018-06-07bin/return-assignment: some style updatesErich Eckner
2018-06-07bin/return-assignment: use file instead of space-separated variable to store ↵Erich Eckner
built package names
2018-06-07bin/interpret-mail: clarify copy-to-build-support help messageErich Eckner
2018-06-07bin/get-package-updates: make TODO more preciseErich Eckner
2018-06-07bin/get-package-updates: make TODO more preciseErich Eckner
2018-06-07bin/delete-packages: replace magic by sub_pkgrel_omitted informationErich Eckner
2018-06-07sanity checks make use of new mysql_package_name_queryErich Eckner
2018-06-07bin/delete-packages: -i|--ignore-insanity newErich Eckner
2018-06-07bin/db-update,bin/bootstrap-mysql: replaced packages may be in a differen, ↵Erich Eckner
but equally-stable repository
2018-06-07bin/interpret-mail: add TODOErich Eckner
2018-06-07bin/get-package-updates: add TODOErich Eckner
2018-06-07bin/copy-to-build-support: enable separate repositories for each architectureErich Eckner
2018-06-07bin/copy-to-build-support: check if package list can be read.Erich Eckner
2018-06-07bin/delete-packages: remove done TODOErich Eckner
2018-06-07bin/db-update: "i686" -> $archErich Eckner
2018-06-07calculate_maximal_moveable_set now uses the stability-id instead of its nameErich Eckner
2018-06-07bin/delete-packages: operate on `binary_packages_in_repositories` instead of ↵Erich Eckner
`binary_packages`
2018-06-06bin/delete-packages: -f|--force newErich Eckner
2018-06-06bin/ping-from-slave: "failure" is also a valid reason for not having a ↵Erich Eckner
build_assignment (according to the database) currently
2018-06-05bin/return-assignment: use ids instead of select queriesErich Eckner
2018-06-05bin/build-master-status: use ids instead of select queriesErich Eckner
2018-06-05bin/ping-from-slave: do not mark slave as insane if uploading-pingingErich Eckner
2018-06-05bin/return-assignment: identify build-list by idErich Eckner
2018-06-05bin/return-assignment: add TODOErich Eckner
2018-06-05bin/ping-from-slave: tell irc if a build slave makes MurksErich Eckner
2018-06-05bin/get-assignment: set `build_slaves`.`is_sane`=1 on handing out an assignmentErich Eckner
2018-06-05bin/ping-from-slave: join -> where not nullErich Eckner
2018-06-05bin/build-packages: remove done todoErich Eckner
2018-06-05bin/get-assignment: only connect once to mysqldErich Eckner
2018-06-05bin/get-assignment: tell the slave what packages are being expectedErich Eckner
2018-06-05bin/get-assignment: build_assignments.id is retrieved from the db before - ↵Erich Eckner
no need to base64_encode
2018-06-05bin/build-packages: remove unexpected packages if expected_packages are givenErich Eckner
2018-06-05bin/build-packages: add 15 sec timeout to wgetErich Eckner
2018-06-04remove github linksErich Eckner