chiark / gitweb /
Re-add NDK r12b, now fixed.
[fdroidserver.git] / fdroidserver / build.py
2016-08-02 Daniel MartíRe-add NDK r12b, now fixed.
2016-08-01 Ciaran GultnieksRevert "all: add NDK r12b and set it as default"
2016-07-18 Hans-Christoph SteinerMerge branch 'ndk-r12' into 'master'
2016-07-18 Hans-Christoph SteinerMerge branch 'ndk-error' into 'master'
2016-07-13 Daniel Martíall: add NDK r12b and set it as default
2016-07-13 Daniel Martíbuild: error properly if an invalid ndk is used
2016-07-13 Ciaran GultnieksMerge branch 'use_date_from_apk_in_known_apks' into...
2016-07-01 Ciaran GultnieksVarious changes to get makebuildserver to work with...
2016-06-27 Hans-Christoph SteinerMerge branch 'java8-and-other-fixes' into 'master'
2016-06-27 Hans-Christoph Steinerload bash profile using --login when running builds...
2016-06-21 Daniel MartíMerge branch 'some-build-fixes' into 'master'
2016-06-21 Hans-Christoph Steineradd force_build_tools config option
2016-06-21 Hans-Christoph SteinerMerge branch 'fix-buildserver' into 'master'
2016-06-18 Ciaran GultnieksFix buildserver, broken by e449d2f
2016-06-17 Ciaran GultnieksMerge branch 'use-android-update-sdk' into 'master'
2016-06-15 Hans-Christoph Steinerbuildserver: setup env vars using standard script
2016-03-29 Hans-Christoph SteinerMerge branch 'base-image' into 'master'
2016-03-28 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-03-27 mimi89999Fix error in build.py
2016-03-23 Hans-Christoph SteinerMerge branch 'fdroid-build-in-git-repo' into 'master'
2016-03-23 Hans-Christoph Steinerbuild: set default config for .fdroid.* metadata
2016-03-23 Hans-Christoph Steinerrefactor env handling for FDroidPopen to support .fdroi...
2016-03-16 Daniel MartíMerge branch 'master' into 'master'
2016-03-15 Hans-Christoph Steinerfix py3 bug when running `fdroid build` with a buildserver
2016-03-14 Daniel MartíMerge branch 'master' into 'master'
2016-03-14 Ciaran GultnieksFix another python3 build crash
2016-03-14 Daniel MartíMerge branch 'master' into 'master'
2016-03-14 Hans-Christoph Steineralways parse versions as strings, not bytes
2016-03-11 Daniel MartíMerge branch 'master' into 'master'
2016-03-11 Daniel MartíMerge branch 'py3' into 'master'
2016-03-10 Daniel MartíReplace itervalues() with values()
2016-03-10 Daniel MartíPort to python3's configparser
2016-03-10 Daniel MartíPort all imports to python3
2016-03-10 Daniel MartíReplace iteritems() with items()
2016-03-10 Daniel MartíSwitch all headers to python3
2016-03-08 Daniel Martíbuild: don't remove wrapper dir gradle/
2016-02-28 Daniel MartíMerge branch 'p1' into 'master'
2016-02-23 Daniel Martíbuild: don't error on .fdroid* files in fdroiddata
2016-02-15 Hans-Christoph SteinerMerge branch 'full-bsd-osx-port' into 'master'
2016-02-15 Hans-Christoph SteinerPEP8 fix E225 missing whitespace around operator
2016-02-15 Daniel MartíForgot to remove the output= debug prints
2016-02-15 Daniel Martíoutput= is now a glob path and can do gradle
2016-02-12 Daniel MartíMerge branch 'master' into 'master'
2016-02-12 Hans-Christoph Steinerbuild: check that metadata is present before creating...
2016-01-31 Daniel MartíMerge branch 'licenses' into 'master'
2016-01-26 Ciaran GultnieksTidy up/fix some vagrant issues
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-01-11 Daniel Martíbuild: don't add extra clean tasks
2015-12-31 Daniel Martígradle: stop trying to patch outputFile
2015-12-24 Daniel Martígradle: Completely get rid of gradlepluginver
2015-12-24 Daniel Martígradle: Never add lintOptions workaround
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-21 Daniel MartíDon't use paramiko with DEBUG
2015-11-14 Daniel Martíbuild: don't treat FDroidExceptions as unknown
2015-10-14 Daniel MartíFix build-tools patching when it uses variables
2015-10-08 Daniel MartíRemove unwanted files in a more consistent way
2015-09-24 Ciaran GultnieksPush a more complete/standard fdroidserver layout to...
2015-09-23 Daniel Martíbuild: make sure .gradle/ is removed at clean
2015-09-15 Daniel MartíReplace some hard-coded paths with os.path.join
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-09 Ciaran GultnieksMake builds work after 04e6f2eb and 120be433
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'liblzma' into 'master'
2015-09-01 Daniel MartíMove requests code out of common.py, closes #114
2015-08-29 Daniel MartíMove scan_source into scanner.py
2015-08-29 Daniel MartíSimplify some file logic with "with"
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-24 Daniel MartíAdd support for gradle properties via gradleprops
2015-08-20 Daniel MartíMerge branch 'two-fixes' into 'master'
2015-08-19 Hans-Christoph Steinerbuild: improve regsub pattern for setting buildToolsVersion
2015-08-09 Daniel MartíMerge branch 'fix-custom-buildToolsVersion' into 'master'
2015-08-08 Lode Hostefix gradle adaptation for custom buildToolsVersion...
2015-08-03 Ciaran GultnieksMerge branch 'update-install' into 'master'
2015-08-03 Ciaran GultnieksMerge branch 'bsd-osx-porting-and-tests' into 'master'
2015-07-31 Hans-Christoph Steineruse common.regsub_file() instead of Popen(sed)
2015-07-27 Daniel MartíMerge branch 'some-compatibility-fixes' of https:/...
2015-07-25 Daniel MartíMerge branch 'no-refresh' of https://gitlab.com/aelmahm...
2015-07-24 Hans-Christoph Steinerremove dependency on wget for 'build' and 'verify'
2015-07-14 أحمد المحمودي (Ahm... Add an option to disable repository refresh
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-06-03 Daniel MartíRemove "Srclibs:" from srclib metadata files
2015-05-14 Ciaran GultnieksMerge branch 'debug-builds' into 'master'
2015-05-14 Ciaran GultnieksMerge branch 'master' into 'master'
2015-05-10 Daniel MartíAdd COMMIT, VERSION and VERCODE recipe vars. Fixes #69
2015-04-17 Daniel MartíMerge branch 'projectproperties' into 'master'
2015-04-17 Daniel MartíDon't try reading lines from directories
2015-04-09 Daniel MartíAlso run main gradle clean task in case it's got depend...
2015-04-09 Daniel MartíStart supporting gradle tasks that belong to subprojects
2015-04-06 Daniel MartíWhen patching or checking plugin versions, use *.gradle
2015-03-31 Daniel MartíFix buildTools versions that reference variables
2015-03-11 Ciaran GultnieksMerge branch 'update-readme' into 'master'
2015-03-05 Daniel MartíAlso set ANDROID_NDK_HOME since gradle may need it
2015-01-31 Ciaran GultnieksRetrieve Binaries at build time
2015-01-31 Ciaran GultnieksMerge branch 'fxbuilddeps' into 'master'
2015-01-26 Ciaran GultnieksRemove shell option from FDroidPopen
2015-01-10 Daniel Martíscanner: adapt to new scan_source format (fixes #59)
2015-01-06 Daniel MartíSet up the ndk in $PATH before each build
next