summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06web-scripts/to-delete.php: use `is_to_be_deleted` column from `binary_packages`Erich 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-06web-scripts/todos.php: display "$" correctlyErich Eckner
2018-02-06web-scripts/to-delete.php newErich Eckner
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
2018-02-03bin/return-assignment: remove build assignment from other build slaves, too, ↵Erich Eckner
if it was a successful one
2018-02-03bin/get-assignment: add TODOErich Eckner
2018-02-02web-scripts/build-list.php newErich Eckner
2018-02-02bin/modify-package-state: remove debug outputErich Eckner
2018-02-02bin/seed-build-list: start mysql queryErich Eckner
2018-02-02bin/get-package-updates: update todoErich Eckner
2018-02-02bin/mysql-functions: bugfix - I used the wrong variableErich Eckner
2018-02-02bin/modify-package-state: binary packages are identified by version, thus we ↵Erich Eckner
need to dig for the git revisions
2018-02-02bin/common-functions: fix typo in commentErich Eckner
2018-02-02bin/interpret-mail: copy-to-build-support newErich Eckner
2018-02-02bin/copy-to-build-support: expect packages in file instead of argumentsErich Eckner
2018-02-02bin/interpret-mail: reorder help alphabeticallyErich Eckner
2018-02-02bin/copy-to-build-support: finshed, should work as definedErich Eckner
2018-02-02bin/common-functions: add TODOErich Eckner
2018-02-01bin/copy-to-build-support: removing of old build-support packages startedErich Eckner
2018-02-01bin/copy-to-build-support: copies packages on master mirror, toErich Eckner
2018-02-01bin/build-master-status-from-mysql: check tesing packages, tooErich Eckner
2018-02-01bin/prioritize-build-list: only set priority of matchin packages ;-)Erich Eckner