summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2018-01-25bin/bootstrap-mysql: update operator namesErich Eckner
2018-01-25bin/get-package-updates: keep track of dependency loops in databaseErich Eckner
2018-01-25bin/return-assignment: remove loops containing the finished package from ↵Erich Eckner
database
2018-01-25bin/mysql-functions: mysql_find_build_assignment_loops new for detection of ↵Erich Eckner
loops in build-list
2018-01-25bin/copy-to-build-support new for copying packages into build-supportErich Eckner
2018-01-25add TODOErich Eckner
2018-01-23bin/bootstrap-mysql: add "unknown" build error typeErich Eckner
2018-01-23bin/return-assignment: cleanup linebreakremovalmessErich Eckner
2018-01-23bin/return-assignment: fix multy-line output from mysql queryErich Eckner
2018-01-23bin/bootstrap-mysql: mark blocked packages in database, tooErich Eckner
2018-01-23bin/mysql-functions: new packages have is_blocked=NULL, not is_blocked=0Erich Eckner
2018-01-23bin/build-master-status-from-mysql: remove obsolete outputErich Eckner
2018-01-23bin/bootstrap-mysql: user "http" needs access, tooErich Eckner
2018-01-23bin/get-package-updates: fix typo in mysql queryErich Eckner
2018-01-23bin/get-package-updates: remove older versions of new build assignments from ↵Erich Eckner
build- and deletion-list
2018-01-23bin/get-package-updates: fix typosErich Eckner
2018-01-22bin/return-assignment: zgrep the correct file - we prepended something!Erich Eckner
2018-01-22bin/seed-build-list: update database, tooErich Eckner
2018-01-22use sponge to send irc messages w/o being interruptedErich Eckner
2018-01-22bin/get-package-updates: bugfix mysql expressionErich Eckner
2018-01-22bin/get-package-updates: mark packages as on deletion-list in mysql databaseErich Eckner
2018-01-22bin/bootstrap-mysql: deletion-list should be tracked, tooErich Eckner
2018-01-22bin/common-functions: bugfix in remove_old_package_versions: fix mysql and ↵Erich Eckner
actually call mysql in the end :-)
2018-01-22bin/return-assignment: split mysql update in two steps to not lose the ↵Erich Eckner
connection between entries
2018-01-22bin/build-master-status-from-mysql: include build list in sanity checkErich Eckner
2018-01-22bin/bootstrap-mysql: one binary package may be in multiple repositories with ↵Erich Eckner
identical versions/git hashes (e.g. "build-support"!)
2018-01-22bin/return-assignment: fix extraction of fail-reason identifierErich Eckner
2018-01-22bin/bootstrap-mysql: whoops, fix column orderdErich Eckner
2018-01-22bin/return-assignment: trace log files/failure reasonsErich Eckner
2018-01-22bin/bootstrap-mysql: assume only one package version is available for each ↵Erich Eckner
build assignment
2018-01-22bin/bootstrap-mysql: initialize `fail_reasons`, tooErich Eckner
2018-01-22bin/bootstrap-mysql: new tables to track build errors, tooErich Eckner
2018-01-22new todosErich Eckner
2018-01-22bin/bootstrap-mysql: lock everythingErich Eckner
2018-01-22bin/common-functions: remove replaced packages in database, tooErich Eckner
2018-01-22source bin/mysql-functions in conf/default.conf - just like ↵Erich Eckner
bin/common-functions - because it is now needed almost everywhere
2018-01-22bin/common-functions: fix typo in commentErich Eckner
2018-01-22bin/db-update: fix mysql queryErich Eckner
2018-01-22bin/db-update: add TODOsErich Eckner
2018-01-22bin/db-update: source mysql-functions, it is neededErich Eckner
2018-01-22bin/db-update: track movement of packages with databaseErich Eckner
2018-01-22bin/common-functions: delete temp_dirErich Eckner
2018-01-22bin/db-update: check for existence of signature(s), too, before moving ↵Erich Eckner
packages around
2018-01-22style: "${mysql_command} -e $(...)" -> {...} | ${mysql_command}Erich Eckner
2018-01-22bin/build-master-status-from-mysql: styleErich Eckner
2018-01-22bin/return-assignment: mark packages in correct repository in databaseErich Eckner
2018-01-21bin/return-assignment: started to track package movement in databaseErich Eckner
2018-01-21bin/get-package-updates: accelleration and bugfixErich Eckner
2018-01-21bin/get-package-updates: update mysql database with new build-list packagesErich Eckner
2018-01-21bin/mysql-functions: repair mysql_generate_package_metadataErich Eckner