summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-29lib/mysql-functions: mysql_run_query: whoops, we should not delete the output...Erich Eckner
2018-03-29lib/mysql-functions: mysql_run_query: whoops, we should actually output the o...Erich Eckner
2018-03-29lib/mysql-functions: give correct error on failed mysql queryErich Eckner
2018-03-29bin/ping-from-slave: make mysql queries non-fatal ("unimportant")Erich Eckner
2018-03-29lib/mysql-functions: mysql_run_query: log all queries, but make unimportant a...Erich Eckner
2018-03-29lib/mysql-functions: fix column nameErich Eckner
2018-03-29bin/sanity-check: print failed mysql query, too, so we might get a hint which...Erich Eckner
2018-03-29lib/mysql-functions: mysql_cleanup: remove obsolete files and file_providers ...Erich Eckner
2018-03-29lib/mysql-functions, bin/return-assignment: mysql_insert_package_files_query(...Erich Eckner
2018-03-29misc/database-layout.dmf: fix column nameErich Eckner
2018-03-29bin/bootstrap-mysql: correct comment on `files` and `file_providers`Erich Eckner
2018-03-29bin/sanity-check: respect level of silence for pending mysql query error messageErich Eckner
2018-03-28bin/bootstrap-mysql: add todoErich Eckner
2018-03-28bin/wtf: new table format, smaller bugfixesErich Eckner
2018-03-28bin/bootstrap-mysql: "ON DELETE SET NULL" for "NULL" columnsErich Eckner
2018-03-28fix indentationsErich Eckner
2018-03-28bin/bootstrap-mysql: add "ON ... CASCADE" to foreign keysErich Eckner
2018-03-28bin/bootstrap-mysql: fix typoErich Eckner
2018-03-27bin/ping-to-master: failing ssh is not a reason to abortErich Eckner
2018-03-27bin/ii-connect: use inotify-wait, interprete "wtf"Erich Eckner
2018-03-27bin/wtf newErich Eckner
2018-03-27lib/mysql-functions: mysql_cleanup now also removes build_slaves.logged_linesErich Eckner
2018-03-27bin/return-assignment: remove build_slave.logged_lines if job is removedErich Eckner
2018-03-27web-scripts/build-slaves.php: display count of logged linesErich Eckner
2018-03-27bin/ping-from-slave: save count of logged lines in databaseErich Eckner
2018-03-27bin/bootstrap-mysql: add new column to `build_slaves`Erich Eckner
2018-03-27misc/database-layout.dmf: new column in `build_slaves`Erich Eckner
2018-03-27lib/mysql-functions: mysql_cleanup: remove obsolete file_providers and files,...Erich Eckner
2018-03-27bin/return-assignment: remove duplicate files from table instead of failingErich Eckner
2018-03-27lib/mysql-functions: mysql_cleanup: remove build assignments from build slave...Erich Eckner
2018-03-26bin/return-assignment: save package hash and file list in database, tooErich Eckner
2018-03-26lib/mysql-functions: more join_* functionsErich Eckner
2018-03-25bin/get-package-updates: show more verbose progress on mysql_generate_package...Erich Eckner
2018-03-25lib/common-functions: remove upstream's sub_pkgrel from lib32-* packagesErich Eckner
2018-03-25misc/database-layout.dmf: rename one columnErich Eckner
2018-03-25bin/bootstrap-mysql: link tables, tooErich Eckner
2018-03-25bin/bootstrap-mysql: create `files` and `file_providers`, tooErich Eckner
2018-03-25misc/database-layout.dmf: package checksum and file list newErich Eckner
2018-03-25misc/database-layout.dmf: layout of the database saved in git, tooErich Eckner
2018-03-25conf/default.conf: simplify example of master_mirror_rsync_directoryErich Eckner
2018-03-24bin/check-opcodes: fix error messageErich Eckner
2018-03-24bin/check-opcodes: reduce "set +e ... set -e"Erich Eckner
2018-03-24run shellchek in same dir as scriptErich Eckner
2018-03-24Merge pull request #3 from andreasbaumann/opcodesdeep-42-thought
2018-03-24reverted opcode to original (no shellcheck)Andreas Baumann
2018-03-23Merge branch 'master' into opcodesAndreas Baumann
2018-03-23bin/check-opcodes: fix find expression to retrieve libraries onlyErich Eckner
2018-03-23bin/return-assignment: fix regex matching haskell packagesErich Eckner
2018-03-23bin/get-package-updates: use revisions from database instead of filesErich Eckner
2018-03-23bin/bootstrap-mysql: set head on bootstrapping to HEADErich Eckner