aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/practracker/practracker.py
AgeCommit message (Collapse)Author
2019-03-27Stop assuming that /usr/bin/python3 existsteor
For scripts that work with python2, use /usr/bin/python. Otherwise, use /usr/bin/env python3. Fixes bug 29913; bugfix on 0.2.5.3-alpha.
2019-03-26Merge branch 'practracker_regen'Nick Mathewson
2019-03-26practracker: update usage note in docstringNick Mathewson
2019-03-25practracker: add ability to regenerate exceptions file.Nick Mathewson
Also add a useful argument parser.
2019-03-25practracker: pass sys.argv to main() as an argumentNick Mathewson
2019-03-25Practracker: add a string explaining the excptions file.Nick Mathewson
2019-03-22Set file encoding in practracker.pyTaylor Yu
Explicitly set the file encoding to UTF-8 in practracker.py, to avoid problems in some CI environments. Fixes bug 29789; bug not in any released Tor.
2019-03-14practracker: Be compatible with python2 which is used by travis/jenkins.George Kadianakis
2019-03-13Improve failure message from check-best-practicesNick Mathewson
2019-03-13Call practracker as part of check-local.George Kadianakis
- Introduce 'make check-best-practices'. - Fix up Tor topdir etc to work with the way 'make check-local' gets called. - Make practracker less likely to print useless stuff.
2019-02-27Exit with 1 if new issues were found. Also work with python3.George Kadianakis
2019-02-27Add more intelligent problem tracking.George Kadianakis
2019-02-27Improve #include counting func and move it to metrics.py.George Kadianakis
2019-02-27Initial commit of practracker.py .George Kadianakis