1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Merge branch '498' into 'master'

scanner: whitelist www.jitpack.io

Closes #498

See merge request fdroid/fdroidserver!516
This commit is contained in:
Marcus 2018-06-11 10:55:39 +00:00
commit 4b342c7cb5

View File

@ -102,6 +102,7 @@ def scan_source(build_dir, build=metadata.Build()):
'repo1.maven.org/maven2', # mavenCentral()
'jcenter.bintray.com', # jcenter()
'jitpack.io',
'www.jitpack.io',
'repo.maven.apache.org/maven2',
'oss.jfrog.org/artifactory/oss-snapshot-local',
'oss.sonatype.org/content/repositories/snapshots',