Daniel Martí
377199d241
Follow-up to 5a0129d8
: also replace file mentions
2015-08-29 20:19:32 -07:00
Hans-Christoph Steiner
6f1d1b81be
rename README to README.md in MANIFEST.in
...
this stops `python setup.py` from failing...
2015-08-05 10:35:14 +02:00
Hans-Christoph Steiner
176029aefb
remove non-existant files from the MANIFEST.in
2015-08-01 00:38:41 +02:00
Hans-Christoph Steiner
18db382c47
include test cases for python getsig replacement
...
This includes the old getsig.java since that is the canonical implementation
of that algorithm.
fixes #5 https://gitlab.com/fdroid/fdroidserver/issues/5
2014-11-07 09:20:33 +00:00
Daniel Martí
6e2d0a9e1e
Replace getsig.java with a pure python implementation
...
Special thanks to deki for helping out with the certificate encodings:
https://gitlab.com/snippets/1842
fixes #5 https://gitlab.com/fdroid/fdroidserver/issues/5
2014-11-07 09:20:14 +00:00
Hans-Christoph Steiner
0e47d62024
tests: by default, run on included urzip.apk
...
This means you can just do `cd tests/ && ./run-tests` to run the tests now.
You can still override the APK source with the first argument, like:
cd tests/ && ./run-tests /path/to/lots/of/apks/dir
2014-06-27 20:31:28 -04:00
Hans-Christoph Steiner
9b30e2665d
include getsig.java and opensc-fdroid.cfg in the source tarball
2014-06-26 20:47:36 -04:00
Hans-Christoph Steiner
e59e900a64
fix warnings in python files manifest
...
warning: no files found matching 'jenkins-build.sh'
warning: no files found matching 'buildserver/cookbooks'
2014-04-22 22:59:27 -04:00
Hans-Christoph Steiner
234736f306
move run-tests to /bin/bash so we can use bashisms
2014-04-10 12:31:23 -04:00
Hans-Christoph Steiner
0663d7b197
include a setuptools MANIFEST to make sure things get installed
...
Using `python setup.py install`, things in non-standard python paths need
to be added to the MANIFEST in order for them to be included and installed.
There might be a better solution for this, but I haven't found it.
2014-04-02 17:54:21 -04:00