chiark / gitweb /
A scientific solution to issues with vagrant 1.3.5
[fdroidserver.git] / fdroidserver / build.py
2014-01-09 Ciaran GultnieksA scientific solution to issues with vagrant 1.3.5
2014-01-08 Daniel MartíAvoid crashes on package: group() calls
2014-01-07 Ciaran GultnieksDon't busy-wait on buildserver output
2014-01-07 Daniel MartíDon't change gradle_plugin in build.gradle files, also...
2014-01-06 Daniel MartíDon't forcefully remove libs/<arch>, we now see binaries
2013-12-31 Daniel MartíFix gradle patching when using @..
2013-12-30 Daniel MartíRemove trailing spaces and tabs
2013-12-30 Daniel MartíWarn about prebuilt jar files when scanning
2013-12-22 Daniel MartíUse OptionError exceptions
2013-12-22 Daniel MartíDon't do everything unless --all is given
2013-12-20 Daniel MartíForgot a space
2013-12-20 Daniel MartíForgot one --package line on build.py
2013-12-20 Daniel MartíGet rid of more unnecessary finds
2013-12-19 Daniel MartíAdapt publish to new format, improve completion
2013-12-19 Daniel MartíAdapt checkupdates
2013-12-19 Daniel MartíOnly install latest apk of each app, other fixes
2013-12-19 Daniel MartíStart rewrite: Remove --package and --install from...
2013-12-07 Daniel MartíMerge commit 'refs/merge-requests/132' of gitorious...
2013-12-07 Daniel MartíNormalise relative paths (e.g. @..)
2013-12-01 Ciaran GultnieksKivy builds need virtualenv
2013-11-26 Ciaran GultnieksSome more kivy wip
2013-11-26 Ciaran GultnieksSome more kivy wip
2013-11-26 Ciaran GultnieksSome more kivy wip
2013-11-24 Ciaran GultnieksKivy build support, wip
2013-11-24 Ciaran GultnieksPass verbose flag to buildserver's build.py
2013-11-20 Ciaran GultnieksBuild server needs metadata.py
2013-11-20 Daniel MartíFixes to srclibs with paths
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Ciaran GultnieksRevert "Stop excessive build output"
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module
2013-11-18 Daniel MartíTry to fix srclibs on server builds
2013-11-16 Daniel MartíFix remaining srclib issues
2013-11-15 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-11-15 Ciaran GultnieksStop excessive build output
2013-11-13 Ciaran GultnieksEnsure end of buildserver output is always captured
2013-11-12 Ciaran GultnieksLose a lot of vbox/vagrant/general output noise
2013-11-12 Ciaran GultnieksImprove error output for missing extlibs
2013-11-12 Ciaran GultnieksSilence silly warning on buildserver vm
2013-11-10 Daniel MartíRevert "Revert "Don't allow values other than 'yes...
2013-11-09 Ciaran GultnieksRevert "Don't allow values other than 'yes' or 'no...
2013-11-08 Daniel MartíDon't allow values other than 'yes' or 'no' on boolean...
2013-11-08 Daniel MartíDon't pass config variables as arguments - much simpler...
2013-11-08 Daniel MartíLook for '.apk', not just 'apk', for ant/maven outputs
2013-11-08 Daniel MartíFix maven apk finding method
2013-11-04 Daniel MartíMake FDroidPopen a lot simpler, pythonize a few things
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-11-01 Daniel MartíAlso remove 'obj' when removing jni dirs
2013-10-31 Daniel MartíStart using config and options as common.py globals
2013-10-31 Daniel MartíAlso remove 'obj' when removing jni dirs
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-10-30 Daniel MartíAway with all the funambol ugly tweaks
2013-10-28 Daniel MartíDon't try to find output if we're doing an --install
2013-10-27 Daniel MartíClean gradle signing configs all at once
2013-10-27 Ciaran GultnieksChanging that from the expected value will trip someone...
2013-10-27 Ciaran GultnieksDon't need legacy disabled build handling everywhere now
2013-10-26 Ciaran GultnieksIntroduce disable= as a better way of disabling a build
2013-10-24 Ciaran Gultnieksbuild --test now always builds, even if output already...
2013-10-23 Daniel MartíDon't output stdout/stderr twice, print what is run...
2013-10-23 Daniel MartíFix issues with .apklib files being seen as output...
2013-10-23 Daniel MartíAllow for maven=yes@dir like gradle
2013-10-21 Ciaran GultnieksEnsure correct exit code from buildserver build
2013-10-20 Ciaran GultnieksFix to a9a947
2013-10-20 Ciaran GultnieksClarify error message
2013-10-19 Daniel MartíAdd functions to find apk and tarball paths
2013-10-16 Daniel MartíRun maven's deploy like ant and gradle do
2013-10-16 Daniel MartíDon't remove non-Popen related declares
2013-10-16 Daniel MartíFinish large reworking of Popen calls
2013-10-16 ChristopherFixed Bug where long outputs to stderr during build...
2013-10-11 Daniel MartíFix some crashes with clean/build procedures
2013-10-10 Daniel MartíFix output and error assignment error
2013-10-10 Daniel MartíForgot to execute cleaning process
2013-10-10 Daniel MartíFix silly object name issue, also clean jni dirs
2013-10-10 Daniel MartíBe more consistent when doing cleans
2013-10-10 Daniel MartíMerge commit 'refs/merge-requests/125' of gitorious...
2013-10-09 Daniel MartíBe more consistent when running bash commands (fixes...
2013-10-02 Daniel MartíAlways store ant/maven apk location output for regex
2013-10-02 Daniel MartíDo not repeat stderr and stdout when -v/--verbose
2013-09-28 Daniel MartíAdded myself to copyright notices
2013-09-27 Daniel MartíAlways run 'clean' on ant and gradle projects too
2013-09-22 Daniel MartíSed signing configs out of build.gradle files
2013-09-11 Daniel MartíAllow for leading and trailing whitespaces in ';'-separ...
2013-09-04 Daniel MartíFinish -v/--verbose output+error handling
2013-09-04 Ciaran GultnieksFix output changes fixes
2013-09-02 Daniel MartíFix ant builds with recent output changes
2013-09-02 Daniel Martímaven=yes defaults to bindir=[subdir]/target
2013-09-01 Daniel MartíRevert "Always print output directly if -v/--verbose"
2013-09-01 Daniel MartíFixes to gradle builds
2013-09-01 Daniel MartíAlways print output directly if -v/--verbose
2013-08-29 Ciaran GultnieksCorrect old error message
2013-08-29 Ciaran GultnieksGet non-interactive bash env right
2013-08-28 Paul SokolovskyPrint progress messages as a build goes thru various...
2013-08-26 Daniel MartíAdd subdir support to gradle
2013-08-22 Daniel MartíAdapt all build.gradle files to be found. Add preassemble=
next