summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-15lib/common-functions: add todoErich Eckner
2018-05-15lib/mysql-functions: make mysql_generate_package_metadata() fool-proof: run ↵Erich Eckner
mysql_generate_package_metadata() if repository_ids are not yet known
2018-05-15conf/default.conf: source lib/mysql-functions only if mysqld is runningErich Eckner
2018-05-15bin/get-package-updates: add TODOErich Eckner
2018-05-15bin/db-update,bin/delete-packages,bin/get-package-updates -b|--block -> ↵Erich Eckner
-w|--wait to unitise flags
2018-05-15bin/return-assignment: reset build_assignments.priority in case of failed buildErich Eckner
2018-05-15lib/mysql-functions: mysql_generate_package_metadata() expect ↵Erich Eckner
current_repository_id instead of current_repository as parameter
2018-05-15lib/mysql-functions: mysql_generate_package_metadata() does not need to be ↵Erich Eckner
able to force a sub_pkgrel
2018-05-15bin/get-package-updates: fix typoErich Eckner
2018-05-15bin/get-package-updates: retrieve repository ids in the beginning and use ↵Erich Eckner
stored valued afterwards
2018-05-15lib/mysql-functions: mysql_retrieve_repository_ids() newErich Eckner
2018-05-15bin/build-packages: do not start new builds if the script changedErich Eckner
2018-05-15lib/common-functions: calculate_script_checksum() newErich Eckner
2018-05-15bin/build-packages: sonames of libraries are also "provided libraries"Erich Eckner
2018-05-14bin/return-assignment: keep binary_packages_in_repositories.repository ↵Erich Eckner
up-to-date
2018-05-14bin/get-package-updates: set binary_packages_in_repositories.repository ↵Erich Eckner
correctly at the end
2018-05-14lib/mysql-functions: mysql_show_binary_packages_in_repositories_issues newErich Eckner
2018-05-14bin/return-assignment: fix some mysql queriesErich Eckner
2018-05-14bin/return-assignment: fix regexErich Eckner
2018-05-13bin/return-assignment: fix typoErich Eckner
2018-05-09bin/db-update: keep binary_packages_in_repositories up to dateErich Eckner
2018-05-09bin/get-package-updates: keep binary_packages_in_repositories up to dateErich Eckner
2018-05-09lib/mysql-functions: new mysql_join_* functions for ↵Erich Eckner
`binary_packages_in_repositories`
2018-05-09lib/mysql-functions: update binary_packages_in_repositories in ↵Erich Eckner
mysql_generate_package_metadata()
2018-05-09lib/mysql-functions: mysql_repair_binary_packages_in_repositories() newErich Eckner
2018-05-09bin/check-db-structure: correctly escape \1Erich Eckner
2018-05-09bin/db-update: add TODOErich Eckner
2018-05-09lib/common-functions: remove obsolete functionErich Eckner
2018-05-09bin/return-assignment: identify built packages by their idErich Eckner
2018-05-09lib/mysql-functions: move TODO to the function where it belongsErich Eckner
2018-05-09bin/check-db-structure: add dump of content of "constant" tablesErich Eckner
2018-05-09lib/common-functions: remove obsolete function "official_or_community()"Erich Eckner
2018-05-09bin/return-assignment: identify more stuff by its idErich Eckner
2018-05-08lib/common-functions: rewrite remove_old_package_versions to use db and take ↵Erich Eckner
package id as parameter
2018-05-08bin/return-assignment: add TODOErich Eckner
2018-05-08lib/mysql-functions: mysql_package_name_query make table names customizableErich Eckner
2018-05-08lib/mysql-functions: mysql_package_name_query make table names customizableErich Eckner
2018-05-08lib/common-functions: mangle_pkgbuild: fix sed to properly handle gcc's PKGBUILDErich Eckner
2018-05-07lib/mysql-functions: mysql_cleanup: remove unnecessary cleanups which are ↵Erich Eckner
handled by foreign keys (and tend to create deadlocks)
2018-05-07lib/common-functions: mangle_pkgbuild: quote *depends to keep optdepends ↵Erich Eckner
correctly
2018-05-06Merge pull request #4 from andreasbaumann/fixesdeep-42-thought
Fixes
2018-05-04lib/mysql-functions: bugfixesErich Eckner
2018-05-04bin/build-packages: add TODOErich Eckner
2018-05-04lib/mysql-functions: add commentErich Eckner
2018-05-04lib/mysql-functions: use more idsErich Eckner
2018-05-04lib/mysql-functions: tmp_dir -> temp_dir (typo!)Erich Eckner
2018-05-04lib/mysql-functions: "any" is not in the archs file if specific arch exists ↵Erich Eckner
- simplify expression!
2018-05-04lib/mysql-functions: small cleanupErich Eckner
2018-05-04lib/mysql-functions: clean up sed messErich Eckner
2018-05-04lib/mysql-functions: use precompiled list of arch-build_assignments relationsErich Eckner