chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroidserver / publish.py
2016-03-10 Daniel MartíSwitch all headers to python3
2016-02-11 Hans-Christoph SteinerMerge branch 'auto-detect-java-homes' into 'master'
2016-02-11 Hans-Christoph Steineruse jarsigner and keytool from same JDK as is being...
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-11-28 Daniel MartíRework app into a class
2015-09-25 Daniel MartíReplace MD5withRSA with SHA1withRSA. Fixes #26.
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'
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-01-31 Ciaran GultnieksUse jarsigner-based verification in publish
2015-01-31 Ciaran GultnieksUse pre-retrieved Binary when publishing
2015-01-12 Ciaran GultnieksMerge branch 'master' into 'master'
2015-01-12 Hans-Christoph Steinerfix typo in error message
2015-01-12 Hans-Christoph Steinerprevent `fdroid publish` from repeatedly downloading...
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-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-10-27 Ciaran GultnieksSet correct defaults for Binaries metadata field
2014-10-24 Daniel MartíFix all pep8 warnings
2014-10-24 Ciaran GultnieksSupport for publishing signed binaries from elsewhere
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-07-02 Daniel MartíAlso find zipalign at the start
2014-05-12 Ciaran GultnieksFix too long lines in publish
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
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 "E401 multiple imports on one line"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E225 missing whitespace around operator"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E231 missing whitespace after ','"
2014-04-04 Ciaran GultnieksValidate publish-related file existence before proceeding
2014-04-04 Ciaran GultnieksUse keystore options correctly
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 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
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íDon't crash if an apk got built without source (e.g...
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íMore logging switching
2014-01-27 Daniel MartíLots more FDroidPopen replacements
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2013-12-19 Daniel MartíAdd some remaining help strings
2013-12-19 Daniel MartíAdapt publish to new format, improve completion
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module
2013-11-07 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-11-07 Ciaran GultnieksVerify generated key alias uniqueness
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-09-28 Daniel MartíAdded myself to copyright notices
2013-08-22 Daniel MartíRemove a bunch of unused imports
2013-04-08 Daniel MartíMerge git://gitorious.org/f-droid/fdroidserver
2013-04-08 Ciaran GultnieksMerge commit 'refs/merge-requests/122' of git://gitorio...
2013-04-05 Ciaran GultnieksMake it easier to reference another app's signature
2013-03-18 Ciaran GultnieksMerge commit 'refs/merge-requests/115' of git://gitorio...
2013-03-13 Daniel Martíhas_key() is uglier and slower than "if key in..."
2012-07-13 Ciaran GultnieksMerge commit 'refs/merge-requests/91' of git://gitoriou...
2012-06-10 AlexanderRChanged signing code to support JDK7
2012-03-11 Ciaran GultnieksMake the server tools an installable package (with...