Hans-Christoph Steiner
49bd5a6462
use Babel to compile localizations and include in source tarball
...
python3-babel was also included in the gitlab-ci docker image:
ffc08dbc1d
2017-10-19 23:28:13 +02:00
Hans-Christoph Steiner
57c3c60f0e
include in source tarball: be de es es_AR fr nb pt_BR tr uk zh_Hans zh_Hant
...
The way to officially include a new language in the source tarball is to
add it to the MANIFEST.in. Otherwise, it will not be included in the
source tarball, and therefore won't be installed when using apt, pip, etc.
2017-10-19 23:16:58 +02:00
Hans-Christoph Steiner
927104a4e3
update: make strings translatable
2017-10-19 23:16:58 +02:00
Hans-Christoph Steiner
d4865ec038
include README.rst in official release source tarball
...
README.rst is still the standard for Python libs.
2017-10-19 23:16:58 +02:00
Hans-Christoph Steiner
7d4e354f25
FDroidException handle Exceptions that return things other than str
...
This is related to a4c4a16ed9
2017-10-19 20:38:43 +02:00
Hans-Christoph Steiner
af0d8ab84c
tests: make pip3 install
quieter for shorter CI logs
2017-10-19 20:23:57 +02:00
Hans-Christoph Steiner
c80d68dcc0
travis-ci: get OSX tests running again...
...
Java9 is starting to roll out on some of the Travis CI machines, but
the Android SDK does not yet work on Java9, it throws:
java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
2017-10-19 20:23:57 +02:00
Hans-Christoph Steiner
3407c67041
Merge branch '391-fdroid-publish-unknown-execption' into 'master'
...
better error message in publish when repo_key is not set
Closes #391
See merge request fdroid/fdroidserver!352
2017-10-18 13:11:24 +00:00
Michael Pöhn
788c8f97fd
better error message in publish when repo_key is not set
2017-10-17 22:10:39 +02:00
Hans-Christoph Steiner
e5acdee21e
make update
to update all translation files from source code
2017-10-17 21:13:08 +02:00
Hans-Christoph Steiner
85050ecb81
Merge branch 'weblate' into 'master'
...
Weblate
See merge request fdroid/fdroidserver!354
2017-10-17 16:24:26 +00:00
Hans-Christoph Steiner
f0988d45dd
Weblate
2017-10-17 16:24:25 +00:00
Hans-Christoph Steiner
7c568cf16a
jenkins-build-makebuildserver: use current version for test build
2017-10-17 16:24:21 +02:00
Torsten Grote
7832c0ef38
Merge branch '1.0-fixes' into 'master'
...
1.0 fixes
Closes #357
See merge request fdroid/fdroidserver!353
2017-10-17 14:19:47 +00:00
Hans-Christoph Steiner
6a8152af15
include all argparse strings in translation template
...
The Python argparse library has its own strings, which are translatable
via gettext. This gets those sources strings from the library, and
includes them in this project. Since gettext is invoked and configured
in fdroidserver, fdroidserver needs to handle the translations for the
libraries it uses.
2017-10-13 14:58:15 +02:00
Hans-Christoph Steiner
ccc3fb8b2e
update translation template and add file context for each string
...
The file context lets the translators know which command the string applies
to. It does not have line numbers, since those are less useful, while
causing lots of merge conflicts.
2017-10-13 14:58:15 +02:00
Hans-Christoph Steiner
460c4185bb
update: support Fastlane's official location for screenshots
...
fastlane/android/metadata/locale/images/*Screenshots
https://github.com/fastlane/fastlane/blob/2.61.0/screengrab/lib/screengrab/runner.rb#L324
closes #357
2017-10-13 14:58:15 +02:00
Hans-Christoph Steiner
a4169484fd
update: fix detection of Triple-T screenshots
...
* https://github.com/westnordost/StreetComplete/issues/489
* https://forum.f-droid.org/t/screenshots-dont-show-up-in-client-using-gradle-play-publisher/881/2
#357
2017-10-13 14:58:15 +02:00
Hans-Christoph Steiner
b6067e6a1f
server: automatically create S3 bucket when using s3cmd
2017-10-13 14:58:15 +02:00
Hans-Christoph Steiner
0c4dc9779e
server: move strings to be gettext translatable
2017-10-13 14:58:15 +02:00
Hans-Christoph Steiner
a4c4a16ed9
handle exceptions that send a tuple for the error message
...
Running `fdroid verify` I was seeing FDroidExceptions from verify.py:98
that had a tuple rather than a string.
Traceback (most recent call last):
File "/home/hans/code/fdroid/server/fdroid", line 152, in <module>
main()
File "/home/hans/code/fdroid/server/fdroid", line 128, in main
mod.main()
File "/home/hans/code/fdroid/server/fdroidserver/verify.py", line 98, in main
logging.info("...NOT verified - {0}".format(e))
File "/home/hans/code/fdroid/server/fdroidserver/exception.py", line 22, in __str__
ret += "\n==== detail begin ====\n%s\n==== detail end ====" % ''.join(self.detail).strip()
TypeError: sequence item 1: expected str instance, HTTPError found
2017-10-13 14:58:15 +02:00
Hans-Christoph Steiner
53ce81179c
Merge branch 'error_on_jars' into 'master'
...
RFC: Error on jars
See merge request fdroid/fdroidserver!325
2017-10-12 11:46:59 +00:00
Hans-Christoph Steiner
d95e009c3f
Merge branch 'gradle-4.2.1' into 'master'
...
makebuildserver: add Gradle 4.2.1
See merge request fdroid/fdroidserver!351
2017-10-08 19:06:09 +00:00
relan
dca96a6159
makebuildserver: add Gradle 4.2.1
...
N.B. Actual address of the distribution server is downloads.gradle.org;
services.gradle.org redirects to it.
2017-10-08 21:12:37 +03:00
Michael Pöhn
4b35f19480
Merge branch '334-make-index-generation-fully-reproducible' into 'master'
...
Resolve "make index generation fully reproducible"
Closes #334
See merge request fdroid/fdroidserver!343
2017-10-06 17:18:10 +00:00
Hans-Christoph Steiner
4f772596d2
Merge branch 'print-vcs-client-version' into 'master'
...
common: print VCS client version
See merge request fdroid/fdroidserver!349
2017-10-06 09:07:13 +00:00
relan
0ab0b03648
common: print VCS client version
...
This may help to debug issues with too old VCS clients.
2017-10-06 09:41:24 +03:00
Hans-Christoph Steiner
02449865f1
Merge branch 'fix_bare_except' into 'master'
...
fix bare except to satisfy newer pycodestyle
See merge request fdroid/fdroidserver!348
2017-10-04 20:13:46 +00:00
Hans-Christoph Steiner
a2c176e34a
Merge branch 'build-tools-26-0-2' into 'master'
...
add build-tools 26.0.2
See merge request fdroid/fdroidserver!347
2017-10-04 20:13:33 +00:00
Marcus Hoffmann
50ba108093
fix bare except to satisfy newer pycodestyle
2017-10-04 19:23:53 +02:00
Marcus Hoffmann
f25cfe1b37
add build-tools 26.0.2
2017-10-04 19:03:41 +02:00
Marcus Hoffmann
1c5dccb413
import: fix bitbucket import
...
repo type can be found on main url, not under /src
2017-10-04 18:54:47 +02:00
Hans-Christoph Steiner
5567182629
Merge branch 'fix-dot-gradle-removal' into 'master'
...
build: fix build/ and .gradle/ removal after cleaning
Closes #384
See merge request fdroid/fdroidserver!346
2017-10-03 13:19:47 +00:00
Hans-Christoph Steiner
ad10bfcad2
Merge branch '291-include-apk-signatures-in-build-metadata-file' into 'master'
...
include APK signatures in build metadata file
Closes #291
See merge request fdroid/fdroidserver!287
2017-10-03 12:57:34 +00:00
relan
aad4bd89d8
build: fix build/ and .gradle/ removal after cleaning
...
An app may not have a top-level build.gradle file, while Gradle still
creates top-level .gradle/ directory. When build.gradle is absent,
fdroidserver will not remove .gradle/, scanner will find binaries in it
and fail the whole build.
Fix this by also checking for settings.gradle file (should always exist
in the top-level directory) in addition to build.gradle.
2017-10-01 10:11:37 +03:00
Michael Pöhn
89d9d0c45b
use OrderedDict for localization data in index-v1
2017-09-26 14:15:48 +02:00
Michael Pöhn
26192a00e2
make sure all timestamps in index-v1 are utc
2017-09-26 14:15:27 +02:00
Michael Pöhn
290b9050e0
convert apk timestamp from filesystem to utc before storing
2017-09-26 14:13:08 +02:00
Michael Pöhn
50c17f99d1
make sure apk-added datetime only gets returned rounded to days
2017-09-26 14:13:04 +02:00
Michael Pöhn
a2d361dec8
add test for index-v1.json
2017-09-26 14:12:59 +02:00
Michael Pöhn
dfc6261ccb
sort antiFeatures list in index-v1.json
2017-09-26 14:12:53 +02:00
Michael Pöhn
b6b79edf11
store fdroid signing-key-fp-list in stats dir
2017-09-26 14:11:09 +02:00
Michael Pöhn
75c5fa6355
added some docstrings and error messages
2017-09-26 14:11:09 +02:00
Michael Pöhn
6fc968f7cd
choose best apk version vor index v0
2017-09-26 14:11:09 +02:00
Michael Pöhn
6930edf889
sort index-v1; publish now creates and stores a list of signature fingerprints
2017-09-26 14:11:09 +02:00
Michael Pöhn
bca07f794f
added functions for storing/loading signer fingerprints to stats
2017-09-26 14:11:09 +02:00
Michael Pöhn
5a524d4d0c
added some developer-signing key metadata to tests
2017-09-26 14:11:09 +02:00
Michael Pöhn
ba3844e97e
function for finding developer signature in metadata
2017-09-26 14:11:09 +02:00
Michael Pöhn
6a4a78429f
add signer to index v1
2017-09-26 14:11:09 +02:00
Michael Pöhn
7c4b8bcac4
added parse release filename function
2017-09-26 14:11:09 +02:00