commit ec189b40a5bb126369e34f1206f731ba205d358d Author: Damian Johnson atagar@torproject.org Date: Thu Jul 18 14:55:01 2019 -0700
Add new git repositories
Skimmed over the list of repositories on gitweb.torproject.org, adding new ones that receive a decent number of commits. --- scripts/commit_activity.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/scripts/commit_activity.py b/scripts/commit_activity.py index ddafa98..5569a64 100644 --- a/scripts/commit_activity.py +++ b/scripts/commit_activity.py @@ -37,6 +37,7 @@ GIT_REPOS = { 'metrics-web': 'https://git.torproject.org/metrics-web.git', 'nyx': 'https://git.torproject.org/nyx.git', 'onionoo': 'https://git.torproject.org/onionoo.git', + 'onionperf': 'https://git.torproject.org/onionperf.git', 'ooni-probe': 'https://github.com/ooni/probe.git', 'oonib': 'https://git.torproject.org/ooni/oonib.git', 'ooni_reader': 'https://git.torproject.org/ooni/reader.git', @@ -63,10 +64,12 @@ GIT_REPOS = { 'tech-reports': 'https://git.torproject.org/tech-reports.git', 'thandy': 'https://git.torproject.org/thandy.git', 'tor': 'https://git.torproject.org/tor.git', + 'tor-android-service': 'https://git.torproject.org/tor-android-service.git', 'tor-animation': 'https://git.torproject.org/tor-animation.git', 'tor-blog': 'https://git.torproject.org/tor-blog.git', 'tor-brochure': 'https://git.torproject.org/tor-brochure.git', 'tor-browser': 'https://git.torproject.org/tor-browser.git', + 'tor-browser-bundle-testsuite': 'https://git.torproject.org/tor-browser-bundle-testsuite.git', 'tor-browser-spec': 'https://git.torproject.org/tor-browser-spec.git', 'user-manual': 'https://git.torproject.org/tor-browser/user-manual.git', 'tor-design-2012': 'https://git.torproject.org/tor-design-2012.git', @@ -96,6 +99,25 @@ GIT_REPOS = { 'tails': 'https://git-tails.immerda.ch/tails', 'torbrowser-launcher': 'https://github.com/micahflee/torbrowser-launcher', 'txtorcon': 'https://github.com/meejah/txtorcon.git', + + 'admin/dns/domains': 'https://git.torproject.org/admin/dns/domains.git', + 'admin/letsencrypt-domains': 'https://git.torproject.org/admin/letsencrypt-domains.git', + 'admin/tor-nagios': 'https://git.torproject.org/admin/tor-nagios.git', + 'admin/tsa-misc': 'https://git.torproject.org/admin/tsa-misc.git', + 'project/bridges/bridgedb-admin': 'https://git.torproject.org/project/bridges/bridgedb-admin.git', + 'project/help/wiki': 'https://git.torproject.org/project/help/wiki.git', + 'project/jenkins/jobs': 'https://git.torproject.org/project/jenkins/jobs.git', + 'project/jenkins/tools': 'https://git.torproject.org/project/jenkins/tools.git', + 'project/web/community': 'https://git.torproject.org/project/web/community.git', + 'project/web/donate': 'https://git.torproject.org/project/web/donate.git', + 'project/web/lego': 'https://git.torproject.org/project/web/lego.git', + 'project/web/manual': 'https://git.torproject.org/project/web/manual.git', + 'project/web/newsletter': 'https://git.torproject.org/project/web/newsletter.git', + 'project/web/styleguide': 'https://git.torproject.org/project/web/styleguide.git', + 'project/web/support': 'https://git.torproject.org/project/web/support.git', + 'project/web/template': 'https://git.torproject.org/project/web/template.git', + 'project/web/tpo': 'https://git.torproject.org/project/web/tpo.git', + 'project/web/webwml': 'https://gitweb.torproject.org/project/web/webwml.git/', }
def call(cmd, cwd = None):
tor-commits@lists.torproject.org