chiark / gitweb /
Switch all shebangs to 'env python2'
[fdroidserver.git] / fdroidserver / build.py
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=
2013-08-21 Ciaran GultnieksSend permissions to build server (issue #326)
2013-08-17 Daniel MartíAdd support for gradle={main,yes,}
2013-08-17 Daniel MartíFix gradle resulting apk path
2013-08-14 Daniel MartíMerge branch 'gradle' (finally!)
2013-08-13 Daniel MartíSmall fix
2013-08-13 Daniel MartíImplement --install for gradle, add compilesdk=
2013-08-08 Daniel MartíDeprecate aapt_path in favour of sdk_path + build_tools
2013-08-05 Daniel MartíProper apk path for gradle
2013-08-03 Daniel Martíjoin needs a list
2013-08-03 Daniel MartíTry and feed the right gradle apk
2013-08-03 Daniel MartíFix gradle command
2013-08-03 Daniel MartíTry to fix subprocess crash
2013-08-03 Daniel MartíNew gradle=[flavour] field
2013-07-31 Daniel MartíRemove deprecated parameter
2013-07-31 Frans GiffordUse config.py to locate aapt
2013-07-31 Ciaran GultnieksWait a sec before snapshot
2013-07-20 Daniel MartíBuild success specifies app and version now
2013-07-19 Ciaran GultnieksCheck error state suspending clean build server
2013-07-18 Ciaran GultnieksTransfer .fdroidvcs info to build server
2013-07-15 Ciaran GultnieksThe novcheck option should not bypass package id checking
2013-07-10 Ciaran GultnieksFix non-cached buildserver build-tools install
2013-07-09 Ciaran GultnieksCompatibility with vagrant 1.2
2013-07-09 Ciaran GultnieksUse https for wiki updates
2013-06-15 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-06-15 Daniel MartíUse bash for 'build' as well
2013-06-10 Daniel MartíUse target= in maven builds too
2013-06-05 Ciaran GultnieksFix more srclib-related stuff
2013-06-04 Ciaran GultnieksTransfer srclibs properly
2013-06-04 Ciaran GultnieksHandle half-built and abandoned vms better
2013-05-31 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-31 Ciaran GultnieksLog srclib errors during build to wiki and continue
2013-05-25 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-24 Daniel MartíAdd Tags and RM support for srclib, don't copy dir
2013-05-22 Ciaran GultnieksNeed to push srclib metadata files to build server
2013-05-20 Ciaran GultnieksBetter build log formatting for wiki
2013-05-20 Ciaran GultnieksA few corrections to 9efa5227 (srclib/extlib)
2013-05-20 Ciaran GultnieksReport errors properly when using --stop
2013-05-20 Ciaran GultnieksStop using vagrant-snap
2013-05-20 Daniel MartíUse build/srclib instead of build/extlib
2013-05-18 Daniel MartíMerge branch 'aapt_fixes'
2013-05-17 Daniel MartíAdd -l/--latest to fdroid build
2013-05-15 Ciaran GultnieksAdd build time to /lastbuild on wiki
2013-05-09 Ciaran GultnieksCreate archive repo (configurable option)
2013-05-08 Ciaran GultnieksFix confused build logs on wiki, maybe
2013-05-06 David BlackMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-04 Ciaran GultnieksCorrection to 6bd57d
2013-05-03 David BlackMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-03 Ciaran GultnieksSend logs for failed vcs checkout, etc to wiki too
2013-05-02 David BlackMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-01 Ciaran GultnieksDon't abort on a build log publishing error
2013-04-23 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-04-23 Ciaran GultnieksPush logs for failed builds to wiki
2013-04-20 Daniel MartíTry and fix maven signing issues
2013-04-19 Daniel MartíLess redundancy in maven cmds
2013-04-19 Daniel Martí--test now works with maven. Fix debugging.
2013-04-19 Daniel MartíMerge gitorious.org:f-droid/fdroidserver
next