Age | Commit message (Expand) | Author |
2018-07-26 | bin/db-update: fix typo | Erich Eckner |
2018-07-26 | bin/db-update: only mark packages in testing as tested after ${max_testing_du... | Erich Eckner |
2018-07-19 | mark packages without bug reports as tested after some time (default: 2 weeks) | Erich Eckner |
2018-06-22 | bin/db-update: FROM_stability - not TO_stability | Erich Eckner |
2018-06-22 | bin/db-update: the OLD dependencies must be broken - not the NEW! | Erich Eckner |
2018-06-13 | lib/common-functions: recompress_gz() new to recompress databases before send... | Erich Eckner |
2018-06-12 | bin/db-update: do not remove db entries with "-n" | Erich Eckner |
2018-06-11 | bin/db-update: fix table names in query | Erich Eckner |
2018-06-08 | bin/db-update: remove obsolete mangling of sub_pkgrel - the database knows we... | Erich Eckner |
2018-06-07 | bin/db-update,bin/bootstrap-mysql: replaced packages may be in a differen, bu... | Erich Eckner |
2018-06-07 | bin/db-update: "i686" -> $arch | Erich Eckner |
2018-06-07 | calculate_maximal_moveable_set now uses the stability-id instead of its name | Erich Eckner |
2018-06-04 | bin/db-update: do not lock if -n | Erich Eckner |
2018-06-04 | bin/db-update: fix mysql query | Erich Eckner |
2018-06-04 | bin/db-update: fix mysql query | Erich Eckner |
2018-06-04 | bin/db-update, bin/bootstrap-mysql: move packages based on binary_packages_in... | Erich Eckner |
2018-06-01 | make `binary_packages`.`is_to_be_deleted` and `binary_packages`.`last_moved` ... | Erich Eckner |
2018-05-31 | fill new columns in `binary_packages_in_repositories`, too | Erich Eckner |
2018-05-31 | bin/db-update: remove done TODO | Erich Eckner |
2018-05-30 | bin/db-update: do not write `binary_packages`.`repository` | Erich Eckner |
2018-05-30 | bin/db-update: do not read `binary_packages`.`repository` | Erich Eckner |
2018-05-25 | lib/mysql-functions: make mysql_join_binary_packages_repositories and mysql_j... | Erich Eckner |
2018-05-25 | conf/default.conf -> lib/load-configuration; conf/local.conf -> conf/{common,... | Erich Eckner |
2018-05-25 | verbose_flock new: it calls flock and reports about blocking processes on error | Erich Eckner |
2018-05-15 | bin/db-update,bin/delete-packages,bin/get-package-updates -b|--block -> -w|--... | Erich Eckner |
2018-05-09 | bin/db-update: keep binary_packages_in_repositories up to date | Erich Eckner |
2018-05-09 | bin/db-update: add TODO | Erich Eckner |
2018-05-08 | lib/mysql-functions: mysql_package_name_query make table names customizable | Erich Eckner |
2018-05-03 | add several todos | Erich Eckner |
2018-04-22 | bin/db-update,bin/return-assignment: update `binary_packages`.`last_moved` | Erich Eckner |
2018-03-24 | run shellchek in same dir as script | Erich Eckner |
2018-03-22 | decommission package-states directory - we rely on the database now | Erich Eckner |
2018-03-22 | bin/db-update -p may now also move untested packages (and break consistency) | Erich Eckner |
2018-03-22 | bin/db-update: extract package database in tmp_dir, not in /tmp's tmpfs | Erich Eckner |
2018-03-15 | bin/db-update --force new | Erich Eckner |
2018-03-14 | bin/db-update: do not circumvent mysql query logging anymore | Erich Eckner |
2018-03-13 | bin/db-update: trigger the mirror refreshs at the end, not in between | Erich Eckner |
2018-03-13 | bin/db-update: do not move untested packages - this breaks stuff | Erich Eckner |
2018-03-13 | bin/db-update: --progressive new | Erich Eckner |
2018-03-12 | bin/db-update: only delete/move parts of state files to avoid unnecessary ins... | Erich Eckner |
2018-03-10 | bin/db-update: add TODO | Erich Eckner |
2018-03-09 | bin/db-update: should not run mysql_cleanup - it does not have the necessary ... | Erich Eckner |
2018-03-09 | bin/db-update: absolute path for repo-copy | 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 |