chiark / gitweb /
Apply some autopep8-python2 suggestions
[fdroidserver.git] / fdroidserver / common.py
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-12-31 Daniel MartíMake dump xmltree and dump badging silent again
2014-12-30 Ciaran GultnieksMerge branch 'doc-update-v1' into 'master'
2014-12-23 Daniel MartíFix FDroidPopen refactor typo
2014-12-23 Daniel MartíCatch new version of outputFile
2014-12-14 Daniel MartíRemove SilentPopen for consistency with SdkToolsPopen
2014-12-14 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-12-14 Hans-Christoph Steinerdo not set sdk_path in config.py if using system-provid...
2014-12-14 Hans-Christoph Steinerrun all SDK tools commands using SdkToolsPopen
2014-12-14 Hans-Christoph Steinerfind cmds from SDK build-tools in a more flexible way...
2014-12-14 Hans-Christoph Steinerswitched last aapt call to use central config['aapt']
2014-12-14 Hans-Christoph Steinerremove redundant test_sdk_exists() call, its called...
2014-12-12 Daniel MartíBump build-tools again to 21.1.2
2014-12-12 Daniel MartíUpdate build-tools to 21.1.1
2014-11-17 Ciaran GultnieksMerge branch 'current-version-links' into 'master'
2014-11-11 Hans-Christoph Steinerstatic URLs to "Current Version" of each app
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-10-24 Daniel MartíFix all pep8 warnings
2014-10-24 Ciaran GultnieksSupport for publishing signed binaries from elsewhere
2014-10-22 Daniel MartíBump build-tools to 21.0.2
2014-09-25 Daniel Martí'ndk_path' will always be in the config
2014-09-25 Daniel MartíCreate local.properties if it doesn't exist
2014-09-16 Daniel MartíName config args thisconfig to avoid confusion with...
2014-09-15 Daniel MartíFix issue where gradle=yes would be removed by rewritemeta
2014-09-15 Daniel Martíconfig['sdk_path'] will never be None, behave properly...
2014-09-15 Daniel MartíOnly expand paths on config items that can actually...
2014-09-15 Daniel MartíKeep consistency in config defaults and writes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
2014-09-11 Daniel MartíCloses #34: Catch OSErrors when running Popen
2014-09-02 Ciaran GultnieksMake stats retrieval more configurable
2014-08-25 Daniel Martícommon: discard wrapping quotes in strings
2014-08-24 Daniel MartíFix "no such package" search logic
2014-08-22 Ciaran GultnieksAdd ability to filter asshattery from stats
2014-08-21 Daniel MartíMake the scanner log scanignore as well
2014-08-18 Daniel MartíRevert some stuff from 94c29f9c37 that shouldn't have...
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-08-16 Daniel MartíBe more specific about when git svn is used
2014-08-10 Daniel MartíMake use of Popen.wait() return value
2014-07-24 Daniel MartíRemove extra argument in magic warning call
2014-07-23 Daniel MartíUse --before when using find-rev in git-svn
2014-07-22 Daniel MartíDon't crash if a magic number can't be used
2014-07-18 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-07-18 Daniel MartíDrop svn support in favour of git-svn
2014-07-18 Daniel MartíUse os.path.join instead of adding strings more often
2014-07-18 Daniel MartíFix Tags UCM on newer git-svn versions
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 Steinerauto-clean newlines and spaces in repo/archive descriptions
2014-07-09 Daniel MartíUse p.wait() instead of p.communicate()
2014-07-09 Daniel MartíMake a few Popens silent
2014-07-09 Daniel MartíMuch cleaner and nicer way to ignore vcs dot dirs
2014-07-09 Daniel MartíMore generic usual suspects regex
2014-07-09 Daniel MartíRevert "Always print command output when --verbose"
2014-07-09 Daniel MartíRemove some gradle @dir leftovers
2014-07-09 Daniel MartíSupport git-svn refs in the form of rN
2014-07-09 Daniel MartíDo write .fdroidvcs if the clone succeeded
2014-07-08 Daniel MartíSupport origin/ checkouts with tags as well in gitsvn
2014-07-08 Daniel MartíAlways print command output when --verbose
2014-07-07 Daniel MartíDon't use generic Exception raises
2014-07-05 Daniel MartíMove more logging.info stuff to debug
2014-07-05 Daniel MartíAll logging goes to stderr, FDroidPopen should too
2014-07-05 Daniel MartíDon't directly print FDroidPopen output unless verbose
2014-07-05 Daniel MartíTry the old git svn find-rev format as well
2014-07-03 Daniel MartíAlso check that platform-tools and tools exist
2014-07-03 Daniel MartíAlso use adb via a full path
2014-07-03 Daniel MartíUse shorter and non-redundant 'or' clauses for 'if...
2014-07-03 Daniel MartíUse any of the branches that point to origin/HEAD if...
2014-07-03 Daniel MartíMake use of FDroidException in the main fdroid script
2014-07-03 Daniel Martívcs_* stuff should not raise BuildExceptions
2014-07-03 Ciaran GultnieksFix failure to do anything when ndk_path is not defined
2014-07-02 Daniel MartíSome more slight logging improvements
2014-07-02 Daniel MartíRemove more prints in favour of logging
2014-07-02 Daniel MartíFind the 'android' executable in the same manner
2014-07-02 Daniel MartíAlso find zipalign at the start
2014-07-02 Daniel MartíFind aapt as part of the main config initialisation
2014-07-02 Daniel MartíRefuse to try downloading a repo twice
2014-07-02 Daniel MartíException handling improvements
2014-07-02 Daniel MartíDon't set $SDK, it's too ambiguous with e.g. the Java SDK
2014-07-01 Daniel MartíSet up SDK and NDK env vars from python
2014-07-01 Daniel MartíRemove @dir support from gradle
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-07-01 Hans-Christoph Steinerreplace redundant build_tools check that breaks `fdroid...
2014-07-01 Hans-Christoph Steinerfix PEP8 fdroidserver/common.py:65:13: E126 continuatio...
2014-06-30 Ciaran GultnieksFix indent
2014-06-30 Daniel MartíUpdate build-tools to 20.0.0
2014-06-28 Daniel Martígit-svn: use 'origin/' when passing a treeish (branches...
2014-06-28 Daniel MartíMerge branch 'fix-and-test-source-tarball-process'...
2014-06-28 Daniel MartíPlace more examples/config.py stuff into the defaults
2014-06-27 Daniel MartíMerge branch 'add-local_copy_dir-and-v0.2-fixes' of... 0.2
2014-06-27 Hans-Christoph Steinerserver: --sync-from-local-copy-dir for updating from...
2014-06-26 Daniel MartíRaise gotorevision exceptions with more useful info
2014-06-26 Daniel MartíAlways try to recover origin/HEAD in case it's not...
2014-06-26 Daniel MartíEasier multiline strings
2014-06-25 Ciaran GultnieksFix pep8 error in previous commit
2014-06-25 Daniel MartíUse origin/HEAD as the default checkout for git
2014-06-25 Ciaran GultnieksBe more specific when logging repository deletes
2014-06-25 Ciaran GultnieksFix popen command logging
next