mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
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:
commit
2e5c96dcfa
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue