summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-24lib/mysql-functions: mysql_join_binary_packages_gpg_keys and vice-versa newErich Eckner
2020-02-24bin/return-assignment: save signing key in database, tooErich Eckner
2020-02-24misc/database-layout: new column `binary_packages`.`signing_key` referencing ↵Erich Eckner
`gpg_keys`.`id`
2020-02-24misc/database-layout.dump: new failure-regexesErich Eckner
2020-02-23bin/db-update: rephrase help textErich Eckner
2020-02-21README.md: add hint about libseccompErich Eckner
2020-02-20bin/seed-build-list: fix typo in remove-queryErich Eckner
2020-02-20bin/seed-build-list: -s|--skip-arch newErich Eckner
2020-02-20lib/mysql-functions: mysql_retrieve_static_information(): retrieve names of ↵Erich Eckner
architectures, too
2020-02-20bin/seed-build-list: delete deletion-list part of packages which are on the ↵Erich Eckner
deletion-list and the build-list
2020-02-20lib/mysql-functions: mysql_query_delete_packages(): make regex less ↵Erich Eckner
restrictive, fix some column names
2020-02-20bin/get-package-updates: use new mysql_query_delete_packages() functionErich Eckner
2020-02-20lib/mysql-functions: mysql_query_delete_packages() bugfixErich Eckner
2020-02-20lib/mysql-functions: mysql_query_delete_packages() newErich Eckner
2020-02-20bin/seed-build-list: fix TODOErich Eckner
2020-02-20bin/build-packages: rename namcap logErich Eckner
2020-02-19bin/build-packages: compress the package in a separate stage - this can even ↵Erich Eckner
be offloaded to a different machine later
2020-02-14bin/get-package-updates: fix typo in commentErich Eckner
2020-02-14lib/mysql-functions: ghc should not treat haskell-* dependencies as runtime ↵Erich Eckner
dependencies
2020-02-14bin/why-dont-you: fix typoErich Eckner
2020-02-14bin/why-dont-you: show search term in case of not-found packageErich Eckner
2020-02-14bin/why-dont-you: mark queries as "unimportant"Erich Eckner
2020-02-14bin/nit-picker: bring comment up to dateErich Eckner
2020-02-14set -regextype in findErich Eckner
2020-02-13revert "remove hard-coded package suffixes" commits where they were ↵Erich Eckner
unappropriate
2020-02-13bin/return-assignment: remove hard-coded package suffixesErich Eckner
2020-02-13bin/local-build-package: remove hard-coded package suffixesErich Eckner
2020-02-13bin/filter-build-logs: remove hard-coded package suffixesErich Eckner
2020-02-13bin/interpret-mail: removed some hard-coded package suffixesErich Eckner
2020-02-13bin/sanity-check: remove hard-coded package suffixesErich Eckner
2020-02-13bin/put-upstream-packages-into-db: remove hard-coded package suffixesErich Eckner
2020-02-13bin/build-packages: remove hard-coded package suffixesErich Eckner
2020-02-13lib/mysql-functions: mysql_retrieve_static_information(): properly escape ↵Erich Eckner
"." in regex
2020-02-13lib/common-functions: remove hard-coded package suffixesErich Eckner
2020-02-13lib/mysql-functions: remove hard-coded package suffixesErich Eckner
2020-02-13lib/mysql-functions: mysql_retrieve_static_information(): cleanupErich Eckner
2020-02-13bin/clean-cache: remove hard-coded package suffixesErich Eckner
2020-02-13lib/mysql-functions: clean up TODOsErich Eckner
2020-02-13bin/get-package-updates: fix another typoErich Eckner
2020-02-13bin/get-package-updates: fix typoErich Eckner
2020-02-13bin/return-assignment: remove done TODOErich Eckner
2020-02-13bin/get-package-updates: do not delete build assignment just because *one* ↵Erich Eckner
package built by it is on the deletion-list - remove the deletion-list package and keep the build-assignment in that case
2020-02-12bin/return-assignment: add TODO describing the current package-vanish-problemErich Eckner
2020-02-12bin/ii-watch: do not restart ii, merely re-identify and re-join via ii-connectErich Eckner
2020-02-12bin/return-assignment: cd $base_dir before rm -rf $tmp_dirErich Eckner
2020-02-12bin/return-assignment: set correct TMPDIR for trigger_mirror_refreshs at the endErich Eckner
2020-02-11bin/ii-connect: try to register more oftenErich Eckner
2020-02-11bin/ii-watch: check for connectivity periodically and reconnect if ↵Erich Eckner
connection seems lost
2020-02-05lib/mysql-functions: save more DELETE queries - the broken one seems to be ↵Erich Eckner
not-yet-saved
2020-02-05bin/sanity-check: remove successful queries if we are still saneErich Eckner