Merge branch 'scanner-repos' into 'master'

Allow commonsware and gradle plugin repos

This is in a MR because I'm uneasy about adding a semi-random AWS url to the list. But seems like the commonsware guy only publishes jars there, which doesn't make any sense to me.

Any idea @eighthave?

See merge request !102
This commit is contained in:
Daniel Martí 2016-02-20 07:29:12 +00:00
commit 2e5c96dcfa
2 changed files with 8 additions and 0 deletions

View file

@ -1006,6 +1006,12 @@ repository focuses on hosting services for open source project binaries.
they do not provide any option to reproduce or verify the resulting they do not provide any option to reproduce or verify the resulting
binaries. Builds pre-release versions in some cases. binaries. Builds pre-release versions in some cases.
@item
@samp{Clojars} - Clojure libraries repo.
@item
@samp{CommonsWare} - repo holding a collection of open-source libs.
@end itemize @end itemize
@item patch=x @item patch=x

View file

@ -83,6 +83,8 @@ def scan_source(build_dir, root_dir, build):
'oss.sonatype.org/content/repositories/releases', 'oss.sonatype.org/content/repositories/releases',
'oss.sonatype.org/content/groups/public', 'oss.sonatype.org/content/groups/public',
'clojars.org/repo', # Clojure free software libs 'clojars.org/repo', # Clojure free software libs
's3.amazonaws.com/repo.commonsware.com', # CommonsWare
'plugins.gradle.org/m2', # Gradle plugin repo
] ]
] ]