commit ed329503523c4abd3db8418dffddfbda12bb8a5c Author: Damian Johnson atagar@torproject.org Date: Sun Oct 1 19:07:47 2017 -0700
Add additional git repos
Just adding a few git repos we mention on the volunteer page but aren't on gitweb. --- scripts/commit_activity.py | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/scripts/commit_activity.py b/scripts/commit_activity.py index f76462d..9cdaf7d 100644 --- a/scripts/commit_activity.py +++ b/scripts/commit_activity.py @@ -90,6 +90,12 @@ GIT_REPOS = { 'trunnel': 'https://git.torproject.org/trunnel.git', 'weather': 'https://git.torproject.org/weather.git', 'webstats': 'https://git.torproject.org/webstats.git', + + 'carml': 'https://github.com/meejah/carml.git', + 'exitmap': 'https://github.com/NullHypothesis/exitmap.git', + 'shadow': 'https://github.com/shadow/shadow.git', + 'tails': 'https://git-tails.immerda.ch/tails', + 'txtorcon': 'https://github.com/meejah/txtorcon.git', }
def call(cmd, cwd = None):
tor-commits@lists.torproject.org