summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2018-02-11bin/return-assignment: rely on db for checking if sent package is actually ↵Erich Eckner
to be built currently
2018-02-11bin/return-assignment: check expected packages from databaseErich Eckner
2018-02-11bin/get-package-updates: add todoErich Eckner
2018-02-11bin/get-package-updates: fix black listing mysql queryErich Eckner
2018-02-11bin/db-update: fix mysql expression - tables should have distinct namesErich Eckner
2018-02-09bin/build-master-status-from-mysql: bugfix in adding of sub_pkgrelErich Eckner
2018-02-09bin/mysql-functions: mysql_remove_duplicate_build_order: use sub_pkgrel from ↵Erich Eckner
old package
2018-02-09bin/build-master-status-from-mysql: check locked packages, tooErich Eckner
2018-02-09bin/mysql-functions: mysql_remove_duplicate_build_order: work on ↵Erich Eckner
to-be-decided instead of build-list
2018-02-09bin/mysql-functions: fix typos in mysql_cleanupErich Eckner
2018-02-09bin/mysql-functions: mysql_generate_package_metadata has more obligatory ↵Erich Eckner
parameters now
2018-02-09bin/get-package-updates: bugfix black listingErich Eckner
2018-02-08bin/mysql-functions: even more testsErich Eckner
2018-02-08bin/get-package-updates: reorder pipeErich Eckner
2018-02-08bin/mysql-functions: add quick-repair (removes falsely scheduled packages, ↵Erich Eckner
but transfers all dependencies,installs to new packages)
2018-02-08bin/get-package-updates: create metadata for _new_ build list packagesErich Eckner
2018-02-08bin/mysql-functions: more cleanup and checksErich Eckner
2018-02-08bin/get-package-updates: take dependency information for black listing from ↵Erich Eckner
database
2018-02-08bin/get-package-updates: fix typo in mysql queryErich Eckner
2018-02-08bin/ii-connect: specify irc host (how did that work before???)Erich Eckner
2018-02-08bin/get-package-updates: removing a package from the deletion list should ↵Erich Eckner
remove is_to_be_deleted markers, too
2018-02-07bin/build-master-status-from-mysql: ignore build-dependencies which are in ↵Erich Eckner
the database but not in the files (some old dependencies will get removed from the files, but not (yet) from the database)
2018-02-07bin/build-master-status-from-mysql: do not block on lock failureErich Eckner
2018-02-07bin/build-master-status-from-mysql: include build-dependenciesErich Eckner
2018-02-07bin/build-master-status-from-mysql: get shared build-list lockErich Eckner
2018-02-06bin/show-dependencies: build-list packages should have higher priority than ↵Erich Eckner
staging packages
2018-02-06bin/ping-from-slave newErich Eckner
2018-02-06bin/get-package-updates: build-list packages should be "deleted" immediatelyErich Eckner
2018-02-06bin/show-dependencies: ORDER BY does not sort like "sort" :-/Erich Eckner
2018-02-06bin/show-dependencies: read some information from dbErich Eckner
2018-02-06bin/return-assignment: fix whitespace in mysql responseErich Eckner
2018-02-06bin/build-master-status-from-mysql: is_to_be_deleted should be considered on ↵Erich Eckner
the deletion-list, too
2018-02-06bin/get-package-updates: use new column `is_to_be_deleted` in `binary_packages`Erich Eckner
2018-02-06bin/bootstrap-mysql, bin/mysql-functions: new column `is_to_be_deleted` in ↵Erich Eckner
`binary_packages`
2018-02-06bin/get-package-updates: add TODOErich Eckner
2018-02-05bin/mysql-functions: fix commentErich Eckner
2018-02-05bin/mysql-functions: small bugfix - grep should be silenced :-)Erich Eckner
2018-02-05bin/mysql-functions: add unknown packages whose pkgbase is identically found ↵Erich Eckner
in the database
2018-02-05bin/mysql-functions: mysql_repair_binary_packages_without_build_assignment ↵Erich Eckner
started (and finished?)
2018-02-05bin/seed-build-list: also take known-packages from the databaseErich Eckner
2018-02-05bin/return-assignment: read some stuff from the databaseErich Eckner
2018-02-05bin/why-dont-you: build: read info from dbErich Eckner
2018-02-05bin/bootstrap-mysql: create `todos` and `todo_links`, tooErich Eckner
2018-02-05bin/get-package-updates: clarify todoErich Eckner
2018-02-05bin/get-package-updates: styleErich Eckner
2018-02-04bin/modify-package-state: report, what has been done (so bin/interpret-mail ↵Erich Eckner
reports correctly, too)
2018-02-04bin/build-master-status: be more flexible when creating the temporary ↵Erich Eckner
todos-table
2018-02-04bin/build-master-status: only add not-yet-existent todos newly to databaseErich Eckner
2018-02-04bin/interpret-mail: add TODOErich Eckner
2018-02-03bin/get-assignment: only hand out the same package again if it is _still_ on ↵Erich Eckner
the build-list