chiark / gitweb /
scanner: error on unknown maven repos
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 7 Oct 2015 16:14:11 +0000 (18:14 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 7 Oct 2015 16:15:33 +0000 (18:15 +0200)
commit21117b77d228458b4d3b003c4af19a2ac236b784
treefc905f49cef833f891d2acfd8ee9832429459796
parent42e5b5cfebe5a76b816c6d9c331c38a539e44e8c
scanner: error on unknown maven repos

This finds maven repos of the format:

maven {
url 'http://foo.bar'
}

And checks if the repository is one that we allow. As usual, scanignore can be
used, or the list modified, if there are exceptions or more repositories to
allow.
fdroidserver/scanner.py