chiark / gitweb /
support repo signing with a key on a smartcard
[fdroidserver.git] / fdroidserver / init.py
2014-04-07 Hans-Christoph Steinersupport repo signing with a key on a smartcard
2014-04-07 Hans-Christoph Steinerfix bug setting repo_keyalias in init
2014-04-07 Hans-Christoph Steinerfix bug listing new key created in init
2014-04-07 Hans-Christoph Steinerif keystore is given as arg to init, create keystore...
2014-04-07 Hans-Christoph Steineruse default keystore path when generating a new setup...
2014-04-07 Hans-Christoph Steinerwhen generating config.py during init, uncomment change...
2014-04-01 Daniel MartíFix output naming, remove redundant lstrip()
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/138' of gitorious...
2014-04-01 Hans-Christoph Steinerfix genkey key listing in `fdroid init`
2014-04-01 Hans-Christoph Steineroops, include common. to call write_password_file()
2014-04-01 Hans-Christoph Steinermove fdroid-icon.png to examples/
2014-04-01 Hans-Christoph Steinerimproved warning when trying to init a dir with stuff...
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Hans-Christoph Steinerfix example files install in setup.py
2014-04-01 Hans-Christoph Steinerstop passing passphrases via args, instead use prepared...
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-17 Daniel MartíSmall config fixes
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-28 Daniel MartíUpdate my own copyright notices
2014-01-27 Daniel MartíAdd logging to init.py, remove silly options.verbose...
2014-01-27 Daniel MartíLots more FDroidPopen replacements
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-16 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-16 Ciaran GultnieksDon't split stdout/stderr
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-11-07 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-11-05 Daniel MartíMerge commit 'refs/merge-requests/129' of gitorious...
2013-11-05 Hans-Christoph Steinerinit set config.py perms to 0600, otherwise warn user...
2013-11-05 Daniel MartíFix init with common, don't require cwd in FDroidPopen
2013-11-05 Hans-Christoph Steineradd options to 'fdroid init': --distinguished-name...
2013-11-05 Hans-Christoph Steinerin 'fdroid init' if no keystore exists or was given...
2013-11-04 Daniel MartíBasic completion for init, add --verbose to it
2013-11-04 Daniel MartíAvoid init.py crash due to options being None
2013-11-04 Daniel MartíUse the new read_config in init.py
2013-11-04 Daniel MartíDon't override built-in 'dir'
2013-11-04 Hans-Christoph Steinerimplement 'fdroid init' to set up a barebones repo...