Hans-Christoph Steiner
be523a3f1a
include all test files in source tarball
2017-07-20 00:00:08 +02:00
Hans-Christoph Steiner
f43da8cd14
add new files to MANIFEST.in
...
They need to be there in order to be included in the source tarball.
2017-07-19 15:07:50 +02:00
Hans-Christoph Steiner
3e67634a27
wp-droid: move deprecated Wordpress plugin to its own repo
...
closes #325
2017-07-19 15:07:50 +02:00
Hans-Christoph Steiner
8decd3b504
remove TeX manual, it moved to https://gitlab.com/fdroid/fdroid-website
...
The whole TeX manual has been folded into the new Jekyll-based website, so
this is no longer needed at all.
2017-02-24 14:01:31 +01:00
Hans-Christoph Steiner
a8a1333b80
update buildserver scripts in sdist tarball manifest
...
This was overlooked in previous work on ./makebuildserver
2016-11-03 08:07:11 +01:00
Hans-Christoph Steiner
b33add9ce7
name makebuildserver config the same as the script
...
This keeps the numbers of names down to a minimum, and since the config
is placed right next to the script, this keeps tab completion working
nicely when the config file is in place.
The old file name is still supported.
2016-01-21 15:34:55 +01:00
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