1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Hans-Christoph Steiner 98033f3270 if the AWS S3 bucket does not exist, create it
This makes the AWS S3 setup dead simple: just put in a awsbucket name of
your choosing, set the AWS credentials, and it'll do the rest, whether the
bucket exists already or not.  S3 buckets are trivial to delete too, in
case of error: `s3cmd rb s3://mybadbucketname`.
2014-04-22 23:13:38 -04:00
.pylint-plugins jenkins-build: make pylint handle the hashlib hash classes properly 2014-04-03 12:33:22 -04:00
buildserver Remove ruby packages from buildserver 2014-04-01 17:40:11 +01:00
completion Properly complete partially written vercodes 2014-04-18 23:56:25 +02:00
docs update manual to use public https:// URLs to git repos 2014-04-22 22:59:27 -04:00
examples support cloud storage with libcloud, starting with Amazon AWS S3 2014-04-22 23:13:37 -04:00
fdroidserver if the AWS S3 bucket does not exist, create it 2014-04-22 23:13:38 -04:00
tests use FDroid-standard naming when copying APKs for tests 2014-04-10 12:37:07 -04:00
wp-fdroid Fix donate/flattr links in web repo browser 2014-04-17 12:12:50 +01:00
.gitignore add script for running build and tests in Jenkins 2014-04-02 17:54:21 -04:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
fd-commit Stop looking for builds when Maintainer Notes is found 2014-04-07 18:14:36 +02:00
fdroid Add --quiet option, restricting output to warnings/errors 2014-02-22 09:46:24 +00:00
jenkins-build when running pip install tests, cache downloads from pypi 2014-04-22 22:59:27 -04:00
makebuildserver Bump sdk to 22.6 2014-03-07 15:21:28 +01:00
MANIFEST.in fix warnings in python files manifest 2014-04-22 22:59:27 -04:00
README use https URI for f-droid.org everywhere and avoid redirects 2014-01-30 20:32:38 -05:00
setup.py if the AWS S3 bucket does not exist, create it 2014-04-22 23:13:38 -04: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/