mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
fix syntax error in manual generation and add ./gendocs.sh to the tests
This commit is contained in:
parent
46b1f09de3
commit
6db6433e97
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@ env/
|
|||||||
fdroidserver.egg-info/
|
fdroidserver.egg-info/
|
||||||
pylint.parseable
|
pylint.parseable
|
||||||
/.testfiles/
|
/.testfiles/
|
||||||
|
docs/html/
|
||||||
|
|
||||||
# files generated by tests
|
# files generated by tests
|
||||||
tests/local.properties
|
tests/local.properties
|
||||||
|
@ -1509,7 +1509,7 @@ SDK including these:
|
|||||||
@example
|
@example
|
||||||
cd /path/to/android-sdk/platforms
|
cd /path/to/android-sdk/platforms
|
||||||
tar czf android-19.tar.gz android-19
|
tar czf android-19.tar.gz android-19
|
||||||
mv android-19.tar.gz /path/to/buildserver/addons/cache/platforms/}
|
mv android-19.tar.gz /path/to/buildserver/addons/cache/platforms/
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
If you have already built a buildserver it is also possible to get this
|
If you have already built a buildserver it is also possible to get this
|
||||||
|
@ -102,6 +102,13 @@ for testcase in $WORKSPACE/tests/*.TestCase; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
echo_header "build the TeX manual"
|
||||||
|
|
||||||
|
cd $WORKSPACE/docs
|
||||||
|
./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
echo_header "create a source tarball and use that to build a repo"
|
echo_header "create a source tarball and use that to build a repo"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user