summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2018-09-26bin/ping-from-slave: use $operator instead of querying it from the databaseErich Eckner
2018-09-26bin/slave-build-connect: extract name of operator, tooErich Eckner
2018-09-26bin/harvest-commit-times: make usfully executable from remote (e.g. not the b...Erich Eckner
2018-09-26bin/seed-build-list: choose column from different table - makes query more ea...Erich Eckner
2018-09-25bin/get-package-updates,bin/interpret-mail,bin/slave-build-connect: "INSERT I...Erich Eckner
2018-09-25bin/return-assignment: "insert into" -> "insert ignore into" (there are "comm...Erich Eckner
2018-09-25bin/get-package-updates: put trigger_rebuild_on_any_file_sed_expression into ...Erich Eckner
2018-09-25bin/return-assignment: aborting a build happens outside the lock and is thus ...Erich Eckner
2018-09-25bin/prioritize-build-list: new option -d|--dependenciesErich Eckner
2018-09-24bin/check-bugtracker: queries are "unimportant" - mark them as suchErich Eckner
2018-09-24bin/harvest-commit-times: harvest 10 commit times at a time and then update t...Erich Eckner
2018-09-24unify mktemp definitions to use --tmpdir if appropriateErich Eckner
2018-09-24bin/get-package-updates: do not print old_repo_revision in intermediate pipeErich Eckner
2018-09-24lib/mysql-functions: let `commit_time` unset in mysql_add_package_source() --...Erich Eckner
2018-09-24bin/harvest-commit-times newErich Eckner
2018-09-24bin/return-assignment: check that the packager is setErich Eckner
2018-09-24bin/return-assignment: add TODOErich Eckner
2018-09-20bin/sanity-check: ignore unimportant query leftovers (they may be still running)Erich Eckner
2018-09-20bin/build-master-status: mark the queries as unimportantErich Eckner
2018-09-18do not delete lock filesErich Eckner
2018-09-17bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git fetch orig...Erich Eckner
2018-09-17bin/build-packages,bin/check-mirrors,bin/get-package-updates: "git remote upd...Erich Eckner
2018-09-17bin/return-assignment: the slave reports back _its_ architecture, not the one...Erich Eckner
2018-09-17bin/return-assignment: save correct name of log file in data baseErich Eckner
2018-09-15bin/return-assignment: fill all columns of `dependencies`Erich Eckner
2018-09-14bin/seed-build-list: remove debug output introduced in dc6a8a45Erich Eckner
2018-09-14bin/cleanup: remove impossible TODOErich Eckner
2018-09-14bin/seed-build-list: cleanupErich Eckner
2018-09-14bin/seed-build-list: add TODOErich Eckner
2018-09-14bin/seed-build-list: fix sed logicErich Eckner
2018-09-14use i486 in more placesErich Eckner
2018-09-14bin/return-assignment: save architecture in log-file nameErich Eckner
2018-09-14bin/return-assignment: tell which architecture the broken package wasErich Eckner
2018-09-14bin/build-packages: use per-arch build commandErich Eckner
2018-09-13bin/get-assignment: add missing JOINErich Eckner
2018-09-13bin/get-assignment: remove stray lineErich Eckner
2018-09-13bin/get-assignment: lib/mysql-functions mysql_query_has_pending_dependencies(...Erich Eckner
2018-09-13bin/return-assignment: add TODOErich Eckner
2018-09-13bin/get-assignment: delete all but one toolchain build-assignment if any tool...Erich Eckner
2018-09-13toolchain_order is now an ordinary tableErich Eckner
2018-09-13bin/get-assignment: add missing joinErich Eckner
2018-09-13bin/get-assignment: fix error with temp tableErich Eckner
2018-09-13bin/get-assignment: do not hand out non-toolchain build_assignments as long a...Erich Eckner
2018-09-13bin/get-assignment: keep currently building assignments for some time longer ...Erich Eckner
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