commit 3d9c3b156f64202c272479e892ed26c783be4848 Author: Damian Johnson atagar@torproject.org Date: Mon Aug 19 15:45:03 2019 -0700
Include catshadow among checked repos
David (dawuud) is mostly involved with a subproject called catshadow nowadays, so including it among the repos we check for commit activity. --- scripts/commit_activity.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/scripts/commit_activity.py b/scripts/commit_activity.py index 5dcee77..722e3d8 100644 --- a/scripts/commit_activity.py +++ b/scripts/commit_activity.py @@ -94,6 +94,7 @@ GIT_REPOS = { 'webstats': 'https://git.torproject.org/webstats.git',
'carml': 'https://github.com/meejah/carml.git', + 'catshadow': 'https://github.com/katzenpost/catshadow.git', 'exitmap': 'https://github.com/NullHypothesis/exitmap.git', 'shadow': 'https://github.com/shadow/shadow.git', 'tails': 'https://git-tails.immerda.ch/tails',
tor-commits@lists.torproject.org