chiark / gitweb /
fdroidserver.git
2015-06-05 Boris KrautAdd graphviz to buildserver
2015-06-04 Ciaran GultnieksStop fdroid update saying it requires signing keys...
2015-06-04 Daniel MartíProperly support escaped strings
2015-06-04 Daniel MartíRemove now unnecessary regex_pedantic
2015-06-04 Daniel Martílint: enforce https on gitlab too
2015-06-04 Daniel Martílint: Remove duplicate code.google.com TODO
2015-06-04 Daniel Martílint: move punctuation warnings out of pedantic
2015-06-03 Daniel Martí"Changelog:" will be empty often, so only put it if...
2015-06-03 Daniel MartíMove github .git lint warning to http_warnings
2015-06-03 Daniel MartíRe-add https enforcings to Repo:
2015-06-03 Daniel MartíEnforce https uniformly in all http links
2015-06-03 Daniel MartíSimplify lint http warnings
2015-06-03 Daniel MartíDon't accept non-integer vercodes
2015-06-03 Daniel MartíWork around encoding issues when using xml files
2015-06-03 Daniel MartíDon't crash if an <application> has no android:label
2015-06-03 Daniel MartíFix PEP8 E225
2015-06-03 Daniel MartíDon't use the commits feed as a changelog link in import
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-06-03 Daniel MartíNo need to walk the entire src/main subtree in gradle...
2015-06-03 Daniel MartíAlso use proper xml parsing when retrieving string...
2015-06-03 Daniel MartíAlso use xml parsing to obtain version from AM.xml...
2015-06-03 Daniel MartíUse proper AndroidManifest.xml parsing for labels ...
2015-06-03 Daniel MartíRevert back to always updating Auto Name
2015-06-03 Daniel MartíRemove "Srclibs:" from srclib metadata files
2015-06-02 Ciaran GultnieksAllow gpg home directory to be overridden
2015-05-26 Daniel MartíMerge branch 'pandoc' into 'master'
2015-05-23 Boris KrautAdd pandoc to buildserver
2015-05-22 Daniel Martílint: be more strict about redundant summaries
2015-05-22 Daniel Martífix E713 test for membership should be 'not in'
2015-05-15 Ciaran GultnieksFormatting fix for f345b24
2015-05-15 Ciaran GultnieksFix 'fdroid update' regression
2015-05-15 Daniel Martílint: warn about extra empty lines
2015-05-15 Daniel MartíWarn about empty categs
2015-05-15 Daniel MartíMake comma-separated list parsing code common
2015-05-14 Ciaran GultnieksMerge branch 'support-all-signing-key-types' into ...
2015-05-14 Ciaran GultnieksMerge branch 'debug-builds' into 'master'
2015-05-14 Ciaran GultnieksMerge branch 'master' into 'master'
2015-05-14 Hans-Christoph... support all APK signing key types: DSA, EC, RSA
2015-05-14 Daniel MartíACCESS_SUPERUSER is now deprecated
2015-05-13 Daniel MartíDetect most bad URLs
2015-05-10 Daniel MartíMerge branch 'vars' into 'master'
2015-05-10 Boris KrautUpdate documentation to cover COMMIT, VERSION and VERCO...
2015-05-10 Daniel MartíAdd COMMIT, VERSION and VERCODE recipe vars. Fixes #69
2015-05-08 Hans-Christoph... common.write_to_config(): if key doesn't exist in confi...
2015-05-08 Hans-Christoph... tests: no need to dump the index.xml to the build log
2015-05-08 Hans-Christoph... `fdroid update --create-key` to create a keystore/key
2015-05-08 Hans-Christoph... move keystore gen logic to common function
2015-05-08 Hans-Christoph... move default keystore location to `keystore.jks`, i...
2015-05-08 Hans-Christoph... move genkey() and genpassword() to common.py for use...
2015-05-08 Hans-Christoph... make `fdroid update` check that it can sign the repo...
2015-05-08 Hans-Christoph... jenkins-build: always use speced dir for APK source
2015-05-08 Hans-Christoph... server: support plain paths as a serverwebroot
2015-05-08 Hans-Christoph... server: delay deleting on the server for as long as...
2015-05-08 Ciaran GultnieksUse --safe-links with rsync
2015-05-07 Daniel MartíDon't match gradle plugin import lines which are commented
2015-04-29 Daniel MartíAdd plugin version 1.2 to our gradle wrapper
2015-04-28 Daniel MartíSort debian packages to be installed
2015-04-28 Daniel MartíAdd scons, make-like tool used by godot
2015-04-23 Daniel MartíOrder counter stats by value, not key
2015-04-20 Daniel Martístats: Don't confuse app with appid
2015-04-20 Daniel Martístats: sort counter outputs
2015-04-20 Daniel MartíAdd stats/disabled_apps.txt (closes #87)
2015-04-19 Daniel Martílint: warn about None category
2015-04-19 Daniel Martílint: Remove NOP
2015-04-17 Daniel MartíMerge branch 'projectproperties' into 'master'
2015-04-17 Daniel MartíDon't try reading lines from directories
2015-04-16 micuFix project.properties dependency issue
2015-04-14 Daniel Martílint: add commented out warnings about google code
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-09 Daniel MartíAdd gradle 2.3 to the buildserver
2015-04-06 Daniel MartíAdd android version 5.1
2015-04-06 Daniel MartíWhen patching or checking plugin versions, use *.gradle
2015-04-02 Daniel MartíOther minor file reading fixes
2015-04-02 Daniel MartíAlways check that files actually are files before reading
2015-03-31 Daniel MartíFix buildTools versions that reference variables
2015-03-27 Ciaran GultnieksWork when cpu count is not defined
2015-03-24 Daniel MartíForgot to bump build_tools in the configs
2015-03-22 Daniel MartíMerge branch 'import' into 'master'
2015-03-22 Boris KrautImporter: Fix duplicated urls
2015-03-21 Daniel MartíUpdate build tools to 22.0.0
2015-03-21 Daniel MartíUpdate sdk to 24.1.2
2015-03-21 Daniel MartíAdd android-22 target
2015-03-15 Daniel MartíGradle plugin version 1.1 still uses gradle 2.2
2015-03-11 Ciaran GultnieksMerge branch 'update-readme' into 'master'
2015-03-11 Schneider Werner... Update README file.
2015-03-05 Daniel Martílint: don't take commas as punctuation
2015-03-05 Daniel MartíDon't take placeholders commits as possible tags
2015-03-05 Daniel MartíAlso set ANDROID_NDK_HOME since gradle may need it
2015-03-05 Daniel MartíAlso ignore PEP8 W503
2015-02-08 Daniel MartíIgnore all the pep8 errors ignored by the default config
2015-02-05 Ciaran GultnieksMerge branch 'LOffice' into 'master'
2015-02-03 Matías ZúñigaAdd dependencies needed by "LibreOffice Viewer Beta"
2015-02-01 Ciaran GultnieksFailed to update what page?
2015-02-01 Ciaran GultnieksNote about required python version
2015-02-01 Ciaran GultnieksAllow buildserver CPU count to be configured
2015-01-31 Ciaran GultnieksSignature file names are not fixed
2015-01-31 Ciaran GultnieksUse jarsigner-based verification in publish
2015-01-31 Ciaran GultnieksNeed the information about what's different from verify...
2015-01-31 Parménides GVAdd function to verify apks via jarsigner
next