1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
2010-12-05 00:39:25 +00:00
marketcheck Market API now requires a (random) device I 2010-11-27 09:10:33 +00:00
metadata Added Scrambled Net 2010-12-05 00:39:25 +00:00
wp-fdroid More info in the web browser, but still rudimentary 2010-12-05 00:19:21 +00:00
.gitignore An experiment in automated building from source (git only, HEAD only) 2010-11-11 00:03:39 +00:00
build.py A couple of autobuild scripts to deal with project eccentricities 2010-11-13 14:28:46 +00:00
config.sample.py Initial files 2010-10-21 23:26:38 +01:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
metadata.py Some more auto-building stuff 2010-11-12 18:22:06 +00:00
README Initial files 2010-10-21 23:26:38 +01:00
update.py Some extra analysis output code in the update script 2010-12-04 22:56:13 +00:00
upload.sh Initial files 2010-10-21 23:26:38 +01:00

Basic instructions:

1. Copy config.sample.py to config.py and edit the path within accordingly
   to point to the Android tools
2. Make a repo directory and put APK files in it
3. Run update.py
4. If it reports that any metadata files are missing, you can create them
   in the metadata directory and run it again.
5. To ease creation of metadata files, run update.py with the -c option. It
   will create 'skeleton' metadata files that are missing, and you can then
   just edit them and fill in the details.
6. Then, if you've changed things, run update.py again.
7. Running update.py adds an Icons directory into the repo directory, and
   also creates the repository index (index.xml).
8. Transfer the repo directory to the appropriate http server. The script
   in upload.sh is an example of how to do this.