summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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