1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-14 19:10:11 +01:00
fdroidserver/fdroidserver
Hans-Christoph Steiner fd21d68bc1 update: fix glob to actually match all locales
glob != regexp, [A-Z-.@] means one of those chars is required in that
position, so the glob pattern was requiring a least 3 chars.  Locales are
usually just two lower case letters, e.g. vi, de, ar.
2017-04-19 10:05:24 +02:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
btlog.py PEP8 E305 expected 2 blank lines after class or function definition 2017-04-13 10:55:07 +02:00
build.py moved version android tools version log header to corresponding function 2017-03-22 14:56:26 +01:00
checkupdates.py Remove whitespace from HTTP update check versions 2017-03-15 19:54:09 +00:00
common.py include Author/Contact info from Triple-T Gradle Play Publisher 2017-04-19 10:05:24 +02:00
dscanner.py fix exception handling in dscanner and update.py 2017-03-22 14:07:54 +01:00
gpgsign.py gpg-sign all valid files in the repo, including source tarballs 2016-11-07 14:53:01 +01:00
import.py import: add option to specify license and categories, auto-detect build.gradle 2017-03-26 19:00:03 +02:00
index.py support git@gitlab.com: style URLs in servergitmirrors 2017-04-12 00:45:22 +02:00
init.py Re-add NDK r12b, now fixed. 2016-08-02 11:10:31 +02:00
install.py convert internal dict keys to match fdroidclient's Apk class 2017-03-17 13:55:40 +01:00
lint.py rename Build fields: version -> versionName, vercode -> versionCode 2017-02-24 11:01:01 +01:00
metadata.py support "Author Web Site" as metadata field 2017-04-19 10:05:24 +02:00
net.py Fix python headers in some source files 2016-03-11 13:27:00 +00:00
publish.py Eliminate the need for password files 2017-04-11 16:34:49 -03:00
readmeta.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
rewritemeta.py improve rewritemeta error msg about formats 2017-02-28 12:08:04 +01:00
scanner.py convert internal dict keys to match fdroidclient's Apk class 2017-03-17 13:55:40 +01:00
server.py server: store virustotal JSON locally as reusable data cache 2017-04-13 00:49:36 +02:00
signindex.py Eliminate the need for password files 2017-04-11 16:34:49 -03:00
stats.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
update.py update: fix glob to actually match all locales 2017-04-19 10:05:24 +02:00
verify.py make fdroid verify use common.verify_apks() 2017-03-22 10:51:12 +01:00