1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Hans-Christoph Steiner b706ec986f lint.py: add checks for https:// in various URLs
Many times, the http:// URL automatically redirects to https://, like with
github and gitorious.  For git repos, using https:// reduces metadata
leakage for more privacy, and increases the security a little bit.  For SVN
repos, using https:// is much more important since the repo format itself
does not provide the same level of verification as git, hg, etc. do.
2014-02-12 22:43:27 -05:00
buildserver Add quilt for csipsimple 2014-02-10 09:41:04 +01:00
completion Add readmeta completion 2014-02-05 09:21:28 +01:00
docs Have all multi-value build flags work similarly 2014-02-12 11:15:19 +01:00
fdroidserver lint.py: add checks for https:// in various URLs 2014-02-12 22:43:27 -05:00
sampleconfigs More config changes 2014-01-26 21:40:31 +01:00
wp-fdroid Also search by app id on the website 2014-02-10 09:34:25 +01:00
.gitignore Fix makebuildserver after rename, tidy gitignores 2013-12-30 17:18:45 +01:00
config.buildserver.py More config changes 2014-01-26 21:40:31 +01:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
fd-commit Don't add package ids to commit messages 2014-02-10 10:55:29 +01:00
fdroid Don't show INFO: when not doing verbose runs 2014-02-09 12:39:43 +01:00
fdroid-icon.png Update the fdroid-icon.png, still static at 48px 2014-01-07 13:30:08 +01:00
makebuildserver makebuildserver: use https uris whenever available 2014-01-30 20:33:37 -05:00
README use https URI for f-droid.org everywhere and avoid redirects 2014-01-30 20:32:38 -05:00
setup.py Add fd-commit as script on setup.py 2014-01-15 23:02:02 +01:00
updateplugin Strip unnecessary exts from updateplugin and makebuildserver 2013-12-30 17:11:38 +01:00

F-Droid is an installable catalogue of FOSS (Free and Open Source Software)
applications for the Android platform. The client makes it easy to browse,
install, and keep track of updates on your device.

The F-Droid server tools provide various scripts and tools that are used to
maintain the main F-Droid application repository. You can use these same tools
to create your own additional or alternative repository for publishing, or to
assist in creating, testing and submitting metadata to the main repository.

For documentation, please see the docs directory.

Alternatively, visit https://f-droid.org/manual/