Open sschuberth opened 8 months ago
or at least delete the stored provenance
@fviernau do we happen to have a helper-cli
command for this. maybe?
@fviernau do we happen to have a
helper-cli
command for this. maybe?
not that I'm aware of. orthw
has a commad to delete the resolved provenance entries.
orthw
has a commad to delete the resolved provenance entries.
Note to myself:
Sometimes, a provenance resolved successfully to some fixed revision, but at a later point in time the host disappeared (e.g. svn.codehaus.org). In that case, the resolved provenance is retrieved from the database and passed to the scanner wrapper, but the scanner implementation will fail to download it. See e.g. this data
In such a case it would be nice if the scanner implementation had a way to either trigger re-resolution of the provenance immediately, or at least delete the stored provenance to trigger re-resolution on the next run.