It's really not clear how I should edit practracker exception files.
We should update the documentation at the start of practracker.py, update the warning message logged by practracker.py, and maybe update HelpfulTools.md.
Marking this as 040-must, because it's blocking merges.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
I've made a branch called practracker_regen to do this, and to have a make target for regenerating the exceptions file. The PR is https://github.com/torproject/tor/pull/843 . We should probably merge this along with #29882 (moved).
Trac: Actualpoints: N/Ato .2 Status: accepted to needs_review
These comments at the start of practracker.py are now outdated:
practracker.py should be run with its second argument pointing to the Tortop-level source directory like this: $ python3 ./scripts/maint/practracker/practracker.py .The exceptions file is meant to be initialized once with the current state ofthe source code and then get saved in the repository for ever after: $ python3 ./scripts/maint/practracker/practracker.py . > ./scripts/maint/practracker/exceptions.txt
Should we regenerate the practracker exceptions file in this branch?
If we commit the new stable sort order now, future regenerations will have cleaner diffs.