chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroidserver / build.py
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
2015-01-06 Daniel MartíDon't allow --skip-scan if scandelete is set up
2015-01-06 Daniel MartíMerge branch 'fix_build_exception' of https://gitlab...
2015-01-06 RancorRemoved second parameter in replace_config_vars call
2015-01-05 Daniel MartíProperly capitalize all flavours (fixes org.ligi.fast)
2015-01-04 Daniel MartíFix build passing madness (closes #55)
2015-01-04 Daniel MartíMerge branch 'fix_permission' of https://gitlab.com...
2015-01-04 Daniel MartíNever let build['ndk_path'] be None
2015-01-04 Daniel MartíDon't crash if no suitable NDK is found
2015-01-02 Daniel MartíAdd NDK r10d, this time alongside r9b
2015-01-02 Daniel MartíDon't run a global "gradle clean" which configures...
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-12-31 Daniel MartíMake dump xmltree and dump badging silent again
2014-12-30 Ciaran GultnieksMerge branch 'doc-update-v1' into 'master'
2014-12-14 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-12-14 Hans-Christoph Steinerfind cmds from SDK build-tools in a more flexible way...
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-10-24 Ciaran GultnieksMove build/fdroidserver info to META-INF
2014-09-16 Daniel MartíFix gradle builds without flavours
2014-09-13 Daniel MartíMore list comprehension fixes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
2014-08-26 Daniel MartíProperly obey build --force. Fixes #29.
2014-08-18 Daniel MartíRevert some stuff from 94c29f9c37 that shouldn't have...
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-08-12 Daniel MartíTry to fix apk path matching with newer maven plugin...
2014-07-17 Ciaran GultnieksPut lastbuild log on wiki by vercode (with redirect)
2014-07-10 Daniel MartíDon't use the error-prone -x method to avoid lint usage
2014-07-09 Daniel MartíRevert "If given --verbose, don't print the whole error...
2014-07-09 Daniel MartíSimplify the finding of gradle output apks
2014-07-07 Daniel MartíDon't use generic Exception raises
2014-07-05 Daniel MartíMore log level fixes
2014-07-05 Daniel MartíMove more logging.info stuff to debug
2014-07-04 Daniel MartíAvoid lint on all new plugin versions, remove TODO
next