Fix repos list
Take out repos that have the wrong name or that shouldn't be counted for various reasons
This commit is contained in:
parent
dfb42f6229
commit
135feda117
|
@ -3,19 +3,19 @@ REPOSITORIES = [
|
||||||
'3diax',
|
'3diax',
|
||||||
'archer',
|
'archer',
|
||||||
'authentise.com',
|
'authentise.com',
|
||||||
'blue-whale',
|
'bluewhale',
|
||||||
'chelido',
|
'chelido',
|
||||||
'deployment',
|
'deployment',
|
||||||
'docs',
|
'docs',
|
||||||
'eventbus',
|
'eventbus',
|
||||||
#'gigas',
|
#'gigas',
|
||||||
'hoth',
|
'hoth',
|
||||||
'lowes',
|
#'lowes',
|
||||||
'lowes-scanner',
|
#'lowes-scanner',
|
||||||
'marketing-website',
|
#'marketing-website',
|
||||||
'musicbot',
|
#'musicbot',
|
||||||
'pao',
|
'pao',
|
||||||
'partner.authentise.com',
|
#'partner.authentise.com',
|
||||||
'quickslice',
|
'quickslice',
|
||||||
'scylla',
|
'scylla',
|
||||||
'sepiida',
|
'sepiida',
|
||||||
|
@ -23,4 +23,3 @@ REPOSITORIES = [
|
||||||
'streamus',
|
'streamus',
|
||||||
'vision',
|
'vision',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue