mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
Merge branch 'tor-github/pr/1193'
This commit is contained in:
commit
4ee65a6f87
@ -371,7 +371,7 @@ endif
|
|||||||
|
|
||||||
check-best-practices:
|
check-best-practices:
|
||||||
if USEPYTHON
|
if USEPYTHON
|
||||||
@$(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir)
|
@$(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir) $(TOR_PRACTRACKER_OPTIONS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
practracker-regen:
|
practracker-regen:
|
||||||
|
4
changes/ticket31309
Normal file
4
changes/ticket31309
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
o Minor features (best practices tracker):
|
||||||
|
- Add a TOR_PRACTRACKER_OPTIONS variable for passing arguments
|
||||||
|
to practracker from the environment. We may want this for
|
||||||
|
continuous integration. Closes ticket 31309.
|
Loading…
Reference in New Issue
Block a user