From 135feda117f0203e3e893105929cfc2e66df868f Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 30 Jul 2015 17:24:27 -0600 Subject: [PATCH] Fix repos list Take out repos that have the wrong name or that shouldn't be counted for various reasons --- teamanalysis/repos.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/teamanalysis/repos.py b/teamanalysis/repos.py index 21ea3ca..05b237b 100644 --- a/teamanalysis/repos.py +++ b/teamanalysis/repos.py @@ -3,19 +3,19 @@ REPOSITORIES = [ '3diax', 'archer', 'authentise.com', - 'blue-whale', + 'bluewhale', 'chelido', 'deployment', 'docs', 'eventbus', #'gigas', 'hoth', - 'lowes', - 'lowes-scanner', - 'marketing-website', - 'musicbot', + #'lowes', + #'lowes-scanner', + #'marketing-website', + #'musicbot', 'pao', - 'partner.authentise.com', + #'partner.authentise.com', 'quickslice', 'scylla', 'sepiida', @@ -23,4 +23,3 @@ REPOSITORIES = [ 'streamus', 'vision', ] -