chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroidserver / install.py
2016-03-10 Daniel MartíSwitch all headers to python3
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-11-11 Daniel Martíinstall: filter out log messages better
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2014-12-30 Ciaran GultnieksMerge branch 'doc-update-v1' into 'master'
2014-12-14 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-12-14 Hans-Christoph Steinerrun all SDK tools commands using SdkToolsPopen
2014-08-09 Daniel Martíinstall: don't error if there are bin apks in repo/
2014-07-07 Daniel MartíDon't use generic Exception raises
2014-07-03 Daniel MartíAlso use adb via a full path
2014-07-01 Daniel MartíMerge branch 'bug-fixes-for-v0.2.1' of https://gitlab...
2014-07-01 Daniel MartíRename PopenResult.stdout to output since it also conta...
2014-06-12 Daniel MartíInstall and lint were missing -q
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E225 missing whitespace around operator"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E202 whitespace before ']' or '}'"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E201 whitespace after '(' or '[' or '{'"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E203 whitespace before ':' or ','"
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-02-02 Daniel MartíFix a couple copyright notices
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íMore logging switching
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
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-11 Daniel MartíOmit 'daemon not running' lines when using adb devices
2014-01-09 Daniel MartíRemove trailing spaces and tabs
2014-01-09 Daniel MartíAvoid strange outcomes of "adb devices"
2013-12-30 Daniel MartíRemove trailing spaces and tabs
2013-12-26 Daniel MartíAvoid strange outcomes of "adb devices"
2013-12-22 Daniel MartíUse OptionError exceptions
2013-12-22 Daniel MartíDon't do everything unless --all is given
2013-12-19 Daniel MartíAdd some remaining help strings
2013-12-19 Daniel MartíAdapt verify
2013-12-19 Daniel MartíSmall fixes to install.py
2013-12-19 Daniel MartíDon't except if already installed on fdroid install
2013-12-19 Daniel MartíBetter parsing of args, install now works as it should
2013-12-19 Daniel MartíAdapt checkupdates
2013-12-19 Daniel MartíOnly install latest apk of each app, other fixes
2013-12-19 Daniel MartíAdd 'fdroid install', more rewriting