Actions
Bug #6763
closeddatasets: old dataset files not being purged
Description
Dataset files are renamed to the hash of their contents to prevent name collisions. However, as datasets get updated, their hash changes and the old files are not being purged.
To fix, either:
- garbage collect hashes that are no longer referenced
- use a hash of the rule source and filename instead, which prevent filename collisions, but independent of the dataset contents
Actions