summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-04-04lib/mysql-functions: mysql_add_package_source: save time of commit, tooErich Eckner
2018-04-03lib/common-functions: download_sources_by_hash knows sha1sum, too, nowErich Eckner
2018-04-02lib/mysql-functions: mysql_cleanup: remove last_action from build_slaves ↵Erich Eckner
without an assignment, too
2018-03-29move calculation of mysql_files_table_partitions from lib/mysql-functions to ↵Erich Eckner
conf/default.conf - $work_dir was not yet set
2018-03-29make mysql_files_table_partitions dynamically determined in ↵Erich Eckner
lib/mysql-functions instead of statically configured in conf/default.conf
2018-03-29conf/default.conf: put number of partitions into variableErich Eckner
2018-03-29lib/mysql-functions: mysql_run_query: whoops, we should not delete the ↵Erich Eckner
output before printing it
2018-03-29lib/mysql-functions: mysql_run_query: whoops, we should actually output the ↵Erich Eckner
output
2018-03-29lib/mysql-functions: give correct error on failed mysql queryErich Eckner
2018-03-29lib/mysql-functions: mysql_run_query: log all queries, but make unimportant ↵Erich Eckner
and insane queries non-fatal
2018-03-29lib/mysql-functions: fix column nameErich Eckner
2018-03-29lib/mysql-functions: mysql_cleanup: remove obsolete files and file_providers ↵Erich Eckner
partition by partition
2018-03-29lib/mysql-functions, bin/return-assignment: ↵Erich Eckner
mysql_insert_package_files_query() new and used
2018-03-28fix indentationsErich Eckner
2018-03-27lib/mysql-functions: mysql_cleanup now also removes build_slaves.logged_linesErich Eckner
2018-03-27lib/mysql-functions: mysql_cleanup: remove obsolete file_providers and ↵Erich Eckner
files, too
2018-03-27lib/mysql-functions: mysql_cleanup: remove build assignments from build ↵Erich Eckner
slaves which have not connected within the last hour
2018-03-26lib/mysql-functions: more join_* functionsErich Eckner
2018-03-25lib/common-functions: remove upstream's sub_pkgrel from lib32-* packagesErich Eckner
2018-03-24run shellchek in same dir as scriptErich Eckner
2018-03-23lib/common-functions: find_git_repository_to_package_repository read info ↵Erich Eckner
from database instead of git
2018-03-22decommission package-states directory - we rely on the database nowErich Eckner
2018-03-22lib/common-functions: remove generate_package_metadata, delete_old_metadata ↵Erich Eckner
- this information is now in the database
2018-03-22lib/common-functions: silence shellcheckErich Eckner
2018-03-20lib/common-functions: decomission even more unused functionsErich Eckner
2018-03-20lib/common-functions: remove unused functionsErich Eckner
2018-03-20lib/common-functions: irc_say newErich Eckner
2018-03-19#archlinux-ports -> #archlinux32Erich Eckner
2018-03-18lib/common-functions: remove done todoErich Eckner
2018-03-14lib/mysql-functions mysql_generate_package_metadata: create dependency of ↵Erich Eckner
$x-doc packages on $x-$pkgver and install_target_provider $x -> $x-$pkgver, $x-$pkgver-$pkgrel
2018-03-14lib/mysql-functions: strip sub_pkgrel from extracted pkgrelErich Eckner
2018-03-14lib/mysql-functions: i -> _Erich Eckner
2018-03-12lib/mysql-functions: small improvementErich Eckner
2018-03-12lib/mysql-functions: remove unnecessary functionsErich Eckner
2018-03-08lib/mysql-functions: mysql_run_query: we save the query in a file and delete ↵Erich Eckner
that file if the query succeeded
2018-03-08lib/mysql-functions: add commentErich Eckner
2018-03-07make -N --raw --batch the default arguments to mysql, explicitely override ↵Erich Eckner
them if required
2018-03-05lib/common-functions: remove pkgver() from PKGBUILD, so we do not ↵Erich Eckner
accidentally update $pkgver
2018-03-05lib/mysql-functions: new joins for `repository_moves`Erich Eckner
2018-03-05lib/common-functions: PKGBUILD is r/o, so pkgver() won't change the version :-/Erich Eckner
2018-03-01lib/mysql-functions: mysql_run_query: only log if saneErich Eckner
2018-03-01lib/mysql-functions: mysql_run_query logs everything, nowErich Eckner
2018-03-01use "mysql -N" instead of cumbersome seddingErich Eckner
2018-03-01switch from calling ${mysql_command} to calling the wrapper function ↵Erich Eckner
mysql_run_query()
2018-02-26lib/common-functions: save date to command-log; skip logging if buildmaster ↵Erich Eckner
is insane
2018-02-26lib/common-functions: save log of executed scripts - for debugging ↵Erich Eckner
mysterious errors :-)
2018-02-24bin/common-functions -> lib/common-functions, bin/mysql-functions -> ↵Erich Eckner
lib/mysql-functions
2018-01-21bin/opcode, bin/check-opcodes, conf/Opcode_list: fix style, so git hook does ↵Erich Eckner
not complain