manned/indexer
Yorhel c67091f096 indexer: Drop old package-dead-marking code for Arch
A much simpler approach to dead-marking is to do a periodic

  UPDATE packages SET dead = true WHERE system = $1;

before running the indexer. Not as efficient in terms of avoiding
database writes, but there's no need to run this very often anyway.
2024-05-13 08:57:35 +02:00
..
src indexer: Drop old package-dead-marking code for Arch 2024-05-13 08:57:35 +02:00
tests indexer: Fix link resolution and hardlink handling for rpm 2017-01-18 13:07:42 +01:00
Cargo.lock indexer: More crate updates + warning fixes + 2018 edition 2021-12-11 14:56:22 +01:00
Cargo.toml indexer: More crate updates + warning fixes + 2018 edition 2021-12-11 14:56:22 +01:00