Age | Commit message (Expand) | Author |
2018-03-09 | bin/bootstrap-mysql: add TODO | Erich Eckner |
2018-03-09 | web-scripts/build-list.php: "?show=next" new | Erich Eckner |
2018-03-09 | bin/get-package-updates: clarify comment | Erich Eckner |
2018-03-09 | bin/get-package-updates: do not remove to-be-decided packages (of other runni... | Erich Eckner |
2018-03-09 | bin/db-update: should not run mysql_cleanup - it does not have the necessary ... | Erich Eckner |
2018-03-09 | web-scripts/build-list.php: "all" <-> "broken" | Erich Eckner |
2018-03-09 | unify web-scripts/broken-packages.php and web-scripts/build-list.php | Erich Eckner |
2018-03-09 | web-scripts/dependencies.php: accept pkgbase via "b=..." | Erich Eckner |
2018-03-09 | bin/db-update: absolute path for repo-copy | Erich Eckner |
2018-03-09 | Merge branch 'db-update' | Erich Eckner |
2018-03-09 | bin/db-update: touch mv* and rm* files in case they're not there yetdb-update | Erich Eckner |
2018-03-09 | bin/db-update: fix another unimportant typo | Erich Eckner |
2018-03-09 | bin/db-update: fix another typo :-) | Erich Eckner |
2018-03-09 | bin/db-update: fix unimportant typo | Erich Eckner |
2018-03-09 | bin/db-update: keep .testing, .tested, .done (mostly) in sync | Erich Eckner |
2018-03-09 | bin/db-update: columns are separated by space! | Erich Eckner |
2018-03-09 | bin/db-update: repo-copy and repo-remove packages in bunches | Erich Eckner |
2018-03-09 | bin/db-copy -> bin/repo-copy | Erich Eckner |
2018-03-09 | bin/db-update: use repo-copy to avoid needing to pull all moving packages | Erich Eckner |
2018-03-09 | bin/db-copy new for repo-adding a package which is known from another reposit... | Erich Eckner |
2018-03-09 | bin/db-update: trigger_mirror_refreshs after change | Erich Eckner |
2018-03-09 | bin/db-update: fully rely on database | Erich Eckner |
2018-03-08 | bin/bootstrap-mysql: add todo | Erich Eckner |
2018-03-08 | bin/bootstrap-mysql: remove debug output | Erich Eckner |
2018-03-08 | bin/bootstrap-mysql: deduplicate names | Erich Eckner |
2018-03-08 | bin/bootstrap-mysql: calculate_maximal_moveable_set: have more columns in tem... | Erich Eckner |
2018-03-08 | bin/db-update: cleanup mysql database before accessing it (to accellerate dat... | Erich Eckner |
2018-03-08 | bin/sanity-check: check for pending mysql queries | Erich Eckner |
2018-03-08 | lib/mysql-functions: mysql_run_query: we save the query in a file and delete ... | Erich Eckner |
2018-03-08 | bin/sanity-check: print into "messages" in case of insane database | Erich Eckner |
2018-03-08 | lib/mysql-functions: add comment | Erich Eckner |
2018-03-08 | bin/db-update: call calculate_maximal_moveable_set, but do nothing with the o... | Erich Eckner |
2018-03-08 | bin/bootstrap-mysql: stored function works, but far too slow | Erich Eckner |
2018-03-07 | bin/get-package-updates: actually remove "broken" marker files ,too | Erich Eckner |
2018-03-07 | bin/get-package-updates: remove broken, blocked and locked marker files of bu... | Erich Eckner |
2018-03-07 | make -N --raw --batch the default arguments to mysql, explicitely override th... | Erich Eckner |
2018-03-07 | bin/strict-bashism-check: do not fail if shellcheck is not available | Erich Eckner |
2018-03-06 | bin/interpret-mail: accept "\" as line break escaper | Erich Eckner |
2018-03-05 | lib/common-functions: remove pkgver() from PKGBUILD, so we do not accidentall... | Erich Eckner |
2018-03-05 | bin/db-update: add TODO hinting to stored mysql function | Erich Eckner |
2018-03-05 | bin/bootstrap-mysql: implement stored function with new condition from db-upd... | Erich Eckner |
2018-03-05 | lib/mysql-functions: new joins for `repository_moves` | Erich Eckner |
2018-03-05 | lib/common-functions: PKGBUILD is r/o, so pkgver() won't change the version :-/ | Erich Eckner |
2018-03-05 | bin/build-packages: pass "--holdver" to makepkg, so cvs sources won't receive... | Erich Eckner |
2018-03-05 | bin/build-packages: straw ":with_/dev/fuse:" new to pass "-d /dev/fuse" | Erich Eckner |
2018-03-04 | bin/build-master-status-from-mysql: mark build master as insane if check failed | Erich Eckner |
2018-03-01 | lib/mysql-functions: mysql_run_query: only log if sane | Erich Eckner |
2018-03-01 | bin/bootstrap-mysql: repository_moves new | Erich Eckner |
2018-03-01 | lib/mysql-functions: mysql_run_query logs everything, now | Erich Eckner |
2018-03-01 | use "mysql -N" instead of cumbersome sedding | Erich Eckner |