chiark / gitweb /
Apply some autopep8-python2 suggestions
[fdroidserver.git] / fdroidserver / build.py
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...
2014-03-24 Daniel MartíFormatting fail
2014-03-24 Daniel MartíAlways run ndk-build with -j1
2014-03-22 Daniel MartíIf given --verbose, don't print the whole error log...
2014-03-19 Daniel MartíDon't crash when using gradle=yes
2014-03-17 Daniel MartíTry to fix <pre> issues on large lastbuilds
2014-03-17 Daniel MartíCapitalize gradle flavour commands to avoid confusion
2014-03-05 Daniel MartíRemove gradle wrapper binaries and scripts
2014-03-04 Ciaran GultnieksMinor typo fix
2014-02-27 Ciaran GultnieksFix a few build-time logging levels
2014-02-26 Ciaran GultnieksCorrect error in 8d95091f
2014-02-25 Ciaran GultnieksSet ssh logging level appropriately
2014-02-23 Daniel MartíSpeed up ndk-builds by using all cores
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-17 Daniel MartíComplain if buildjni is used but the NDK isn't available
2014-02-17 Daniel MartíMove config.buildserver.py into buildserver subdir
2014-02-17 Daniel MartíContinue using FDroidPopen and SilentPopen more, suppor...
2014-02-17 Daniel MartíFix a buildjni regression
2014-02-16 Daniel MartíAdd another build option to skip source scanning
2014-02-15 Ciaran GultnieksImprove build output situation since logging changes
2014-02-15 Daniel Martíbuildjni is a list field too, some server fixes
2014-02-04 Daniel MartíFix vagrant popen error
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíNew build flag: output= for e.g. full make builds
2014-01-28 Daniel MartíAvoid default cases in build types
2014-01-28 Daniel MartíNew build option: --no-tarball
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíUpdate my own copyright notices
2014-01-28 Daniel MartíMerge compilesdk= into target=, better documentation...
2014-01-27 Daniel MartíRemove support for 'bindir'
next