chiark / gitweb /
Only report files that were actually cleaned of signing stuff
[fdroidserver.git] / fdroidserver / common.py
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...
2014-01-23 Daniel MartíMake UCMs work for every android xml "namespace"
2014-01-23 Daniel MartíSmall logic fix in Update Project:
2014-01-23 Daniel MartíDon't update srclibs on their own if using them already
2014-01-23 Daniel MartíDopatch and srclibs right after init
2014-01-22 Daniel MartíWhen fetching tags in git, get rid of removed ones
2014-01-21 Daniel MartíRevert "Run android update after applying srclibs"
2014-01-20 Daniel MartíRun android update after applying srclibs
2014-01-20 Daniel MartíTypo in hg handling
2014-01-20 Daniel MartíDon't always raise an exception when using hg purge
2014-01-19 Daniel MartíSimplify hg purge workarounds
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íUse proper regex to remove signing from build.gradle...
2014-01-15 Daniel MartíFix weird indentation in the hg purge changes
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-15 أحمد المحمودي (Ahm... Check if purge extension is enabled before attempting...
2014-01-11 Daniel MartíFix gradle checkupdates for some more cases
2014-01-10 Daniel MartíMake matching of build types easier
2014-01-09 Daniel MartíRaise summary char limit default to 50, fix config...
2014-01-09 Daniel MartíImprove checkupdates regex, support quotes better for...
2014-01-09 Daniel MartíRun ant clean in update= dirs instead of removing dirs
2014-01-09 Daniel MartíDon't forcefully remove libs/<arch>, we now see binaries
2014-01-09 Daniel MartíNew 'lint' subcommand in testing phase
2014-01-09 Daniel MartíRemove trailing spaces and tabs
2014-01-09 Daniel MartíMake sure to match filename extensions without being...
2014-01-09 Daniel MartíWarn about prebuilt jar files when scanning
2014-01-08 Daniel MartíRaise summary char limit default to 50, fix config...
2014-01-07 Daniel MartíImprove checkupdates regex, support quotes better for...
2014-01-06 Daniel MartíRun ant clean in update= dirs instead of removing dirs
2014-01-06 Daniel MartíDon't forcefully remove libs/<arch>, we now see binaries
2014-01-02 Daniel MartíNew 'lint' subcommand in testing phase
2013-12-30 Daniel MartíRemove trailing spaces and tabs
2013-12-30 Daniel MartíMake sure to match filename extensions without being...
2013-12-30 Daniel MartíWarn about prebuilt jar files when scanning
2013-12-22 Daniel MartíMatch anything as package name
2013-12-22 Daniel MartíPackage names can contain numbers too
2013-12-20 Daniel MartíReplace finds with pythonic terms
2013-12-19 Daniel MartíAdd common.py function headers, styling
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
next