Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | add build architecture to schema of depstate table | Helmut Grohne | |
2020-10-05 | depcheck.py: reduce use of BUILD_ARCH | Helmut Grohne | |
2020-10-04 | depcheck: add python3.9-minimal to bad_foreign_packages | Helmut Grohne | |
2020-02-16 | depcheck: add python3.8-minimal to bad_foreign_packages | Helmut Grohne | |
2019-11-05 | depcheck: ignore givebacks | Helmut Grohne | |
When an architecture encounters an installation error, the chance that dose and apt disagree is very high. Thus skip the relevant architecture until the next mirror push entirely. | |||
2019-09-08 | depcheck: don't litter temporary files on error | Helmut Grohne | |
When a multiprocessing.Pool is garbage collected or __exit__ed, it calls the terminate method. In that case, temporary files are not cleaned up. This happens for example, when an exception is raised in one of the workers. Thus we close and join the pool explicitly. | |||
2019-03-17 | license the beast as gpl-2+ | Helmut Grohne | |
2019-03-05 | depcheck.py: abort early when nothing needs checking | Helmut Grohne | |
2019-03-05 | reduce timestamps to 1s resolution | Helmut Grohne | |
We don't need more resolution. It is a distraction and removing it saves around 1% of db size. | |||
2019-03-02 | depcheck: support parallel operation | Helmut Grohne | |
2019-03-02 | depcheck: remove the 6h condition | Helmut Grohne | |
If the release timestamp doesn't change, we should assume that the content didn't either. | |||
2019-03-02 | depcheck.py: move the filter into sql | Helmut Grohne | |
2019-03-02 | depcheck: elide redundant element from tuple | Helmut Grohne | |
2019-02-26 | depcheck.py: make the mirror configurable | Helmut Grohne | |
2019-02-08 | make depcheck.py compatible with stretch | Helmut Grohne | |
2019-02-03 | initial checkin | Helmut Grohne | |