chiark / gitweb /
Don't use generic Exception raises
[fdroidserver.git] / fdroidserver / common.py
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
2014-06-24 Daniel MartíSmall buildjni= fixes
2014-06-22 Daniel MartíOnly report files that were actually cleaned of signing...
2014-06-22 Daniel MartíSet the FDroidOpen output default back to true
2014-06-22 Daniel MartíWarn about config permissions before loading the defaults
2014-06-22 Daniel MartíA bit more None magic to fix some UCMs
2014-06-21 Daniel MartíDon't output everything when using --verbose
2014-06-20 Daniel MartíRevert "Keep version names even if found separate from...
2014-06-19 Daniel MartíBetter support for gradle plugin versions
2014-06-19 Daniel MartíUse gradle_dir, not root_dir, to fetch the plugin version
2014-06-16 Daniel MartíCurrent build-tools is 19.1.0, not 19.1
2014-06-16 Daniel MartíBump default build_tools, small fixes
2014-06-16 Daniel MartíWarn if build_tools is not set up properly
2014-06-16 Daniel MartíKeep version names even if found separate from the...
2014-06-12 Daniel MartílintVital was added in 0.8, only exclude it then
2014-06-09 Ciaran GultnieksMerge branch 'rsync-improvements-for-fdroid-server...
2014-06-07 Daniel Martíjni problem is critical, so make it an error
2014-06-05 Ciaran GultnieksMerge branch 'test-updates-and-related-bug-fixes' into...
2014-06-05 Daniel MartíBe less clumsy when removing signingConfigs
2014-06-05 Hans-Christoph Steinermake FDroidPopen output based on --verbose
2014-06-05 Hans-Christoph Steineradd more SDK checks: build-tools/19.0.3 and presense...
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-27 Daniel MartíMore strict string search regex
2014-05-20 Ciaran GultnieksCentralise management of srclib metadata
2014-05-20 Ciaran GultnieksRestore friendly error messages
2014-05-13 Ciaran GultnieksAdd ability to ignore updates based on version name...
2014-05-11 Ciaran GultnieksAdd proprietary samsung jar to usual suspects
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
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 "E251 unexpected spaces around keyword / param...
2014-05-06 Hans-Christoph Steinerfix PEP8 "W291 trailing whitespace"
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 "E231 missing whitespace after ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E203 whitespace before ':' or ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E711 comparison to None should be 'if cond...
2014-04-29 Daniel MartíRun git submodule sync before git submodule update
2014-04-27 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-04-23 Hans-Christoph Steinerinit: --android-home for forcing the path to the Androi...
2014-04-23 Hans-Christoph Steinerinit: split out defconfig and sdk test to run before...
2014-04-23 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-23 Hans-Christoph Steinerimplement -q and -v for `fdroid server`
2014-04-23 Hans-Christoph Steineroverwrite password files if they exist
2014-04-22 Daniel MartíSupport custom maven/gradle resource paths
2014-04-17 Daniel MartíOnly do the latest five tags when using UCM:Tags on git
2014-04-17 Daniel MartíNo longer use universal_newlines
2014-04-17 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-16 Daniel MartíAlso ignore .bzr when scanning
2014-04-15 Daniel MartíAlso glob the 'rm' field
2014-04-15 Daniel MartíGlob scanignore and scandelete
2014-04-15 Daniel MartíRewrite much of the source scanner
2014-04-15 Daniel MartíFix: some apks have a zip mimetype instead of a jar one
2014-04-11 Daniel MartíSupport gradle variables without an equals sign
2014-04-11 Daniel MartíFix counting of scanner problems
next