summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-06-26lib/load-configuration: revert a little more, now it should _really_ work ...Erich Eckner
2018-06-26lib/load-configuration: revert last commit partially - it broke somethingErich Eckner
2018-06-26lib/load-configuration,lib/mysql-functions: make runable outside of ↵Erich Eckner
build-master in build-master mode
2018-06-26lib/load-configuration: load values from database if mysqld is running ↵Erich Eckner
(makes debugging/testing easier)
2018-06-22lib/common-functions, lib/mysql-functions: remove artificial dependencies ↵Erich Eckner
$p-{doc,i18n} -> $p -- they should be covered by the "package-source blob" logic
2018-06-21lib/mysql-functions: add TODOErich Eckner
2018-06-21lib/common-functions: dependency mangling should happen for _parts_ of split ↵Erich Eckner
packages
2018-06-21lib/load-configuration: source lib/mysql-functions depending on wether ↵Erich Eckner
mysqld is running or not, not on wether we're the master or not
2018-06-21lib/common-functions: some *-doc and *-i18n packages have a differently ↵Erich Eckner
named counterpart or no counterpart at all
2018-06-21lib/load-configuration: hostname decides wether we are the master or a slave ↵Erich Eckner
- not if mysqld is running
2018-06-20lib/common-functions: remove_old_package_versions(): "sed w" does not append ↵Erich Eckner
- we need to do it with a single sed invocation
2018-06-18lib/mysql-functions: blocking dependencies need to be relevant_for_buildingErich Eckner
2018-06-18lib/common-functions: download_sources_by_hash(): download by md5sum, tooErich Eckner
2018-06-13lib/common-functions: recompress_gz() new to recompress databases before ↵Erich Eckner
sending, so they are transferred faster by rsync
2018-06-13$master_mirror_rsync_command now with "-l" by defaultErich Eckner
2018-06-12lib/load-configuration: do not check out newest revision - it will ↵Erich Eckner
unnecessarily block everything if there is an issue with the git repository
2018-06-12"--copy-dest" should only be an option in bin/return-assignment copying ↵Erich Eckner
packages, also "-c" should be used, there
2018-06-12bin/build-packages: try to copy packages to .transfer on the master mirror ↵Erich Eckner
(to relieve some upload bandwidth from the build master)
2018-06-12lib/load-configuration: hide output of "git pull" if successfulErich Eckner
2018-06-12lib/load-configuration: do not fail on failing "git pull" (race conditions)Erich Eckner
2018-06-12lib/load-configuration: silence "git status"Erich Eckner
2018-06-12lib/load-configuration: check out newest revisionErich Eckner
2018-06-11lib/common-functions: remove_old_package_versions(): read bpir_ids from ↵Erich Eckner
stdin, do not fail on non-existend action files
2018-06-11lib/common-functions: remove_old_package_versions() can operate on multiple ↵Erich Eckner
packages simultanously, now
2018-06-11update TODOsErich Eckner
2018-06-08lib/mysql-functions: mysql_find_build_assignment_loops(): check-dependencies ↵Erich Eckner
are not sufficient to loop
2018-06-08lib/common-functions: make comment more correctErich Eckner
2018-06-08lib/common-functions: remove_old_package_versions() fix location for rsync ↵Erich Eckner
command
2018-06-07lib/common-functions: remove_old_package_versions(): ommit sub_pkgrel if ↵Erich Eckner
sub_pkgrel_omitted
2018-06-07sanity checks make use of new mysql_package_name_queryErich Eckner
2018-06-07lib/mysql-functions: do not remove hyphen when sub_pkgrel is omittedErich Eckner
2018-06-07lib/mysql-functions: remove done TODOErich Eckner
2018-06-07lib/mysql-functions: omit sub_pkgrel if marked as omitted in databaseErich Eckner
2018-06-07lib/mysql-functions: fix mysql queryErich Eckner
2018-06-07lib/mysql-functions: stricter sanity check: two packages with the same name ↵Erich Eckner
in equally-stable, non-virtual repositories are forbidden
2018-06-07lib/mysql-functions: add TODOErich Eckner
2018-06-07lib/mysql-functions: make comment more preciseErich Eckner
2018-06-06lib/common-functions: download_sources_by_hash() from subdir named by hash typeErich Eckner
2018-06-06lib/mysql-functions: fix mysql queriesErich Eckner
2018-06-06lib/mysql-functions: fix some queriesErich Eckner
2018-06-05lib/mysql-functions: use ids instead of select queriesErich Eckner
2018-06-05lib/mysql-functions: use ids instead of select queries (not yet completely)Erich Eckner
2018-06-05lib/mysql-functions: mysql_retrieve_static_information(): load more valuesErich Eckner
2018-06-05lib/mysql-functions: check `binary_packages`Erich Eckner
2018-06-04lib/load-configuration: use new git repository url(s)Erich Eckner
2018-06-04lib/mysql-functions, lib/common-functions: ↵Erich Eckner
mysql_query_and_delete_unneeded_binary_packages() new
2018-06-04lib/common-functions: bugfixErich Eckner
2018-06-04lib/common-functions: do not "shut up" in imsErich Eckner
2018-06-04bin/ii-answer,lib/common-functions: irc now turn-off-ableErich Eckner
2018-06-01lib/mysql-functions, bin/return-assignment: keep build_slaves information ↵Erich Eckner
synchronously up-to-date