chiark / gitweb /
Move more logging.info stuff to debug
[fdroidserver.git] / fdroidserver / build.py
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'
2014-01-27 Daniel MartíFix typo
2014-01-27 Daniel MartíMore logging
2014-01-27 Daniel MartíAdd logging to verify
2014-01-27 Daniel MartíMore logging switching
2014-01-27 Daniel MartíLots more FDroidPopen replacements
2014-01-27 Daniel MartíReplace many subprocess.Popen with FDroidPopen
2014-01-27 Daniel MartíStart doing logging properly
2014-01-27 Ciaran GultnieksRevert "List future problems that a build will run...
2014-01-26 Daniel MartíList future problems that a build will run into, like...
2014-01-26 Daniel MartíKeep a '=' if present, it means something in gradle
2014-01-26 Daniel MartíFix buildToolsVersion patching if an = is present
2014-01-24 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-24 Daniel MartíEasier preassemble handling
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-20 Daniel MartíTry to skip maven tests when compiling
2014-01-20 Daniel Martí--latest now goes to the last enabled build
2014-01-19 Daniel MartíAdapt all build.gradle files inside build_dir
2014-01-16 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-16 Ciaran GultnieksDon't split stdout/stderr
2014-01-15 Daniel MartíRun adapt_gradle before running gradle clean
2014-01-15 Daniel MartíAllow comma-separated list of flavours in gradle=
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
next