chiark / gitweb /
Don't use generic Exception raises
[fdroidserver.git] / fdroidserver / common.py
2014-04-08 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-07 Hans-Christoph Steiner'smartcardoptions' config item for setting up HSMs...
2014-04-07 Hans-Christoph Steinerimproved error messages related to missing/non-function...
2014-04-03 Daniel MartíMake pylint happy about re-using the 'added' var
2014-04-03 Daniel Martíscan_source: print problems, only return the total...
2014-04-02 Daniel MartíAdd default repotype() to make pylint happy
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Daniel MartíFix bankdroid build
2014-04-01 Daniel MartíAdd keyaliases config default
2014-04-01 Hans-Christoph Steinerset the default keystore to the same as the default...
2014-04-01 Hans-Christoph Steinerstop passing passphrases via args, instead use prepared...
2014-03-31 Daniel MartíFix indexing issue with recursive srclibs
2014-03-27 Daniel MartíStart rewriting git@github submodues to use https
2014-03-21 Daniel MartíBetter gradle signing keys regexes
2014-03-21 Daniel MartíInclude possible src/AndroidManifest.xml gradle manifes...
2014-03-18 Daniel MartíSupport auto names on gradle projects
2014-03-18 Daniel MartíMake SilentPopen use FDroidPopen, switch a few from...
2014-03-18 Daniel MartíMake "reading config.py" a debug print
2014-03-18 Daniel MartíProperly use logging.warn in some places
2014-03-17 Daniel MartíTry to fix <pre> issues on large lastbuilds
2014-03-16 Daniel MartíProperly identify jar files
2014-03-16 Ciaran GultnieksCorrection to 6b309aff
2014-03-16 Ciaran GultnieksDon't use an autoname if it's not found
2014-03-16 Ciaran GultnieksDon't look for strings in unrelated projects
2014-03-16 Ciaran GultnieksExtra debug logging for autoname gathering
2014-03-13 Daniel MartíAlso strip project.properties of ant keysigning options
2014-03-09 Daniel MartíBump default build-tools version
2014-03-05 Daniel MartíDon't reset a repo if its .fdroidvcs file ends with...
2014-03-02 Daniel MartíDon't add an extra space to git svn clone
2014-02-28 Daniel MartíFix gradle patching in a more generic way
2014-02-25 Ciaran GultnieksRemove unused import
2014-02-23 Daniel MartíLook for strings in all xml dirs properly
2014-02-23 Daniel MartíUpdate build-tools to 19.0.2
2014-02-23 Daniel MartíFix srclib 'Srclibs:' regression
2014-02-23 Daniel MartíBetter gradle signingConfig patching
2014-02-19 Daniel MartíIterate over srclib Srclibs with indexes properly
2014-02-18 Daniel MartíSome JARs have zip mimetype
2014-02-18 Daniel Martígit-svn fix: run fetch to actually get new tags and...
2014-02-18 Daniel MartíWarn about zip files like with jar files
2014-02-18 Daniel MartíAlso catch compiled java classes in the scanner
2014-02-18 Daniel MartíCatch all jar files
2014-02-17 Daniel MartíMove config.py keystore checks to after vars have been...
2014-02-17 moparisthebestSupport both debian's and pypi's python-magic libraries...
2014-02-17 Daniel MartíRemove leftover debug prints
2014-02-17 Daniel MartíDon't send a string as cmds to SilentPopen
2014-02-17 Daniel MartíContinue using FDroidPopen and SilentPopen more, suppor...
2014-02-17 Daniel MartíStart implementing SilentPopen
2014-02-17 Daniel MartíMake the 'update' flag a list too
2014-02-17 Daniel MartíRemove stdin from FDroidPopen
2014-02-15 Ciaran GultnieksImprove build output situation since logging changes
2014-02-14 Daniel MartíLet the no such package logs in first
2014-02-13 Daniel MartíDon't clean the main ant project twice
2014-02-12 Daniel MartíHave all multi-value build flags work similarly
2014-02-12 Daniel MartíRemove fixapos and fixtrans
2014-02-11 Daniel MartíGet rid of all the debugging flags, not just the ones...
2014-02-11 Daniel MartíRemove update=force
2014-02-11 Daniel MartíMove project updating to after prebuild (and before...
2014-02-11 Daniel MartíDeprecate "Update Project" in favour of update=auto
2014-02-11 Daniel MartíUpdate ant projects more elegantly
2014-02-10 Daniel MartíSmall automatic ant updating rewrite
2014-02-10 Daniel MartíDon't crash if cwd==None
2014-02-10 Daniel MartíFix local.properties sdk-location inserting
2014-02-10 Daniel MartíAlways run normpath on cwd in FDroidPopen
2014-02-10 Daniel MartíSimplify 'Tags <pattern>' by using regex on top of...
2014-02-10 Daniel MartíSupport UCM:Tags <pattern> using git tag -l <pattern>
2014-02-10 Daniel MartíDon't add package ids to commit messages
2014-02-09 Daniel MartíCheck for subdir after doing submodules
2014-02-07 Daniel MartíStrip Auto Name: name to avoid extra spacing errors
2014-02-03 Daniel MartíRevert "Switch to python-magic from PIL"
2014-02-03 Daniel MartíSwitch to python-magic from PIL
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-01-31 Daniel MartíDon't output when checking repo
2014-01-31 Daniel MartíDon't print cmd info if output is false
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íForgot to remove verbose print
2014-01-29 Daniel MartíHandle dirs to be ignored in scan_source more gracefully
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíRun submodule reset and clean before update. Also do...
2014-01-28 Daniel MartíDo submodules recursively, do init and update at the...
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíFix a couple gradle python mistakes
2014-01-28 Daniel MartíUpdate my own copyright notices
2014-01-28 Daniel MartíMerge compilesdk= into target=, better documentation...
2014-01-27 Daniel MartíWhen using placed srclibs, don't fail if proj.prop...
2014-01-27 Daniel MartíAdd logging to init.py, remove silly options.verbose...
2014-01-27 Daniel MartíDon't always print output in FDroidPopen when -v is...
2014-01-27 Daniel MartíLots more FDroidPopen replacements
2014-01-27 Daniel MartíMore switching from Popen to FDroidPopen
2014-01-27 Daniel MartíStart doing logging properly
2014-01-26 Daniel MartíMore config changes
2014-01-26 Daniel MartíDon't check for mvn and gradle binaries
2014-01-26 Daniel MartíDon't always require ndk_path
2014-01-26 Daniel MartíUpdate defaults, mvn3 to mvn
2014-01-26 Daniel MartíRevert "Fix possible git-svn bug"
2014-01-24 Daniel MartíFix possible git-svn bug
2014-01-24 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-24 Daniel MartíIndent properly, space the code a bit
2014-01-24 أحمد المحمودي (Ahm... git-svn: Support <branch>/<rev> in commit field
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
next