chiark / gitweb /
Merge branch 'some-compatibility-fixes' of https://gitlab.com/eighthave/fdroidserver
[fdroidserver.git] / fdroidserver / build.py
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
2014-07-04 Daniel MartíAdd support for gradle plugin version 0.12
2014-07-02 Daniel MartíFind aapt as part of the main config initialisation
2014-07-02 Daniel MartíException handling improvements
2014-07-01 Daniel MartíRemove @dir support from gradle
2014-07-01 Daniel MartíMerge branch 'bug-fixes-for-v0.2.1' of https://gitlab...
2014-07-01 Daniel MartíRename PopenResult.stdout to output since it also conta...
2014-07-01 Daniel MartíFix very silly typo that broke all apps using buildjni
2014-06-30 Daniel MartíReport the vercode as well as the version name when...
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-06-24 Daniel MartíSmall buildjni= fixes
2014-06-24 Daniel MartíDon't error about native code if buildjni=no
2014-06-15 Daniel MartíAvoiding lintVital is no longer necessary in 0.11
2014-06-12 Daniel MartíApk output path is build/outputs/apk/*.apk since 0.11
2014-06-12 Daniel MartílintVital was added in 0.8, only exclude it then
2014-06-09 Ciaran GultnieksMerge branch 'rsync-improvements-for-fdroid-server...
2014-06-07 Daniel MartíExclude lint from gradle build tasks
2014-06-01 Daniel MartíRemove dead mvnflags code
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-20 Ciaran GultnieksCentralise management of srclib metadata
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix "fdroidserver/build.py:41: redefinition of unused...
2014-05-01 Ciaran GultnieksRemove the other explicit vagrant references
2014-05-01 Ciaran GultnieksRemove some explicit references to the vagrant user
2014-05-01 Ciaran GultnieksSeparate the VM setup process from the build
2014-05-01 Ciaran GultnieksFix a few whitespace errors in build.py
2014-04-30 Ciaran GultnieksMore PEP8 compliance (build.py, partial)
2014-04-22 Daniel MartíRun maven with jar.sign.skip=true too
2014-04-17 Ciaran Gultnieks Merge branch 'master' into 'master'
2014-04-15 Daniel MartíFix apk path on gradle builds with many subdirs
2014-04-10 Ciaran GultnieksAdd buildserver details to AndroidManifest.xml
2014-04-10 Ciaran GultnieksPut commit hash of fdroidserver in use onto buildserver
2014-04-10 Ciaran GultnieksSupport different identity file structures
2014-04-10 Ciaran GultnieksFix snapshot logging error
2014-04-08 Daniel MartíSpecify that scanner warnings are not counted
2014-04-03 Ciaran GultnieksSwitch back to paramiko for all modules
2014-04-03 Daniel MartíAvoid printing the dir ''
2014-04-03 Daniel Martíscan_source: print problems, only return the total...
2014-04-01 Daniel MartíMerge commit 'refs/merge-requests/137' of gitorious...
2014-04-01 Daniel MartíFix apk path on gradle builds where both subdir and...
2014-03-27 Daniel MartíError if buildjni= is present but no native code was...
next