chiark / gitweb /
Merge branch 'some-bug-fixes' into 'master'
[fdroidserver.git] / fdroidserver / server.py
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-10-23 Hans-Christoph Steineradd debug message to mark when syncing to Amazon S3...
2014-10-23 Hans-Christoph Steinerfix rsync's chmod on local copy
2014-07-16 Ciaran GultnieksMerge branch 'support-multiple-serverwebroots-and-fixes...
2014-07-14 Hans-Christoph Steinersupport lists/tuples in 'serverwebroot' config item
2014-07-14 Hans-Christoph Steinerupdate local_copy_dir rsync to handle FAT and filesyste...
2014-07-14 Hans-Christoph Steinerserver init: replace ssh subprocess with paramiko
2014-07-01 Daniel MartíMerge branch 'bug-fixes-for-v0.2.1' of https://gitlab...
2014-07-01 Hans-Christoph Steinerfix bad syncing from local copy, force trailing slash...
2014-06-27 Daniel MartíMerge branch 'add-local_copy_dir-and-v0.2-fixes' of... 0.2
2014-06-27 Hans-Christoph Steinerserver update: mkdir 'archive' if it does not exist
2014-06-27 Hans-Christoph Steinerserver: --sync-from-local-copy-dir for updating from...
2014-06-27 Hans-Christoph Steinerswitch serverwebroot rsync to --archive for guaranteed...
2014-06-27 Hans-Christoph Steinerserver: 'local_copy_dir' config/options to automate...
2014-06-22 Daniel MartíDon't use logging.info with verbose ifs
2014-06-09 Ciaran GultnieksMerge branch 'rsync-improvements-for-fdroid-server...
2014-06-05 Hans-Christoph Steinerserver: specify an identity file for SSH when rsyncing
2014-06-05 Hans-Christoph Steinerupdate: add stricter checking when updating repo index...
2014-05-07 Daniel MartíA few more PEP8 fixes
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E712 comparison to True should be 'if cond...
2014-05-06 Hans-Christoph Steinerfix PEP8 "E202 whitespace before ']' or '}'"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E201 whitespace after '(' or '[' or '{'"
2014-04-27 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-04-24 Hans-Christoph Steinerserver: fix logging of file upload to awsbucket
2014-04-24 Hans-Christoph Steinerserver: test using config.get() in case dict value...
2014-04-23 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-23 Hans-Christoph Steinermake awsbucket upload only new or changed files, ignore...
2014-04-23 Hans-Christoph Steinerif the AWS S3 bucket does not exist, create it
2014-04-23 Hans-Christoph Steinersupport cloud storage with libcloud, starting with...
2014-04-23 Hans-Christoph Steinerimplement -q and -v for `fdroid server`
2014-04-23 Hans-Christoph Steinerreorg `fdroid server` to allow for multiple server...
2014-04-23 Hans-Christoph Steinermake `fdroid server` check whether serverwebroot is set
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-27 Daniel MartíMore logging switching
2013-12-07 Daniel MartíMerge commit 'refs/merge-requests/132' of gitorious...
2013-12-04 Hans-Christoph Steinerupdate sample and add error to reflect the default...
2013-12-04 Hans-Christoph Steineradd new `fdroid server init` command for setting up...
2013-11-04 Daniel MartíFix server.py NoneType error
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíStart rewriting options and config as common.py globals
2013-10-31 Daniel MartíStart using config and options as common.py globals
2013-10-31 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-10-31 Ciaran GultnieksHandle repo config in a more sensible way
2013-10-31 Daniel MartíSwitch all shebangs to 'env python2'
2013-05-09 Ciaran GultnieksCreate archive repo (configurable option)
2013-04-08 Ciaran GultnieksMerge commit 'refs/merge-requests/122' of git://gitorio...
2013-04-04 Ciaran GultnieksPush index to server last
2012-03-11 Ciaran GultnieksMoved the upload scripts to a proper command