[policies/master] Drop translation from listed repos

commit fae537884f38c93fe80b296f97ba56cedc371efe Author: Damian Johnson <atagar@torproject.org> Date: Sun Oct 1 16:48:38 2017 -0700 Drop translation from listed repos All automated commits. Not useful for our purposes. --- scripts/commit_activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commit_activity.py b/scripts/commit_activity.py index ce57ee9..f76462d 100644 --- a/scripts/commit_activity.py +++ b/scripts/commit_activity.py @@ -85,7 +85,7 @@ GIT_REPOS = { 'torperf': 'https://git.torproject.org/torperf.git', 'torsocks': 'https://git.torproject.org/torsocks.git', 'torspec': 'https://git.torproject.org/torspec.git', - 'translation': 'https://git.torproject.org/translation.git', + #'translation': 'https://git.torproject.org/translation.git', # only receives automated commits 'translation-tools': 'https://git.torproject.org/translation-tools.git', 'trunnel': 'https://git.torproject.org/trunnel.git', 'weather': 'https://git.torproject.org/weather.git',
participants (1)
-
atagar@torproject.org