Page MenuHomeSoftware Heritage

Add option --exclude-sha1-file to content-replay.
ClosedPublic

Authored by vlorentz on Jul 25 2019, 3:10 PM.

Details

Diff Detail

Repository
rDJNL Journal infrastructure
Branch
content_replay_exclude
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 7168
Build 10114: tox-on-jenkinsJenkins
Build 10113: arc lint + arc unit

Event Timeline

douardda added a subscriber: douardda.

Thanks for this stack. Note my small comment about using the hardcoded value 20 in there. These values should come somehow from swh.model I guess...

swh/journal/cli.py
195

Bit odd to read here the constant '20' while SHA1_SIZE is defined in replay.py

This revision is now accepted and ready to land.Jul 29 2019, 2:07 PM

Use SHA1_SIZE constant from swh.model.

This revision was automatically updated to reflect the committed changes.