chiark / gitweb /
fdroidserver.git
2016-05-27 Daniel MartíUpdate android sdk version
2016-05-27 Daniel MartíAdd gradle 2.13
2016-05-26 Daniel MartíMerge branch 'libtool' into 'master'
2016-05-17 Boris KrautAdd libtool to deps list
2016-05-05 Daniel MartíMerge branch 'lint-unused-files' into 'master'
2016-05-05 Daniel Martílint: Add check for missing and unused extlibs
2016-05-05 Daniel Martílint: make the check for format a regular check
2016-05-05 Daniel Martílint: error on unused files
2016-05-05 Daniel MartíMerge branch 'ci-bump' into 'master'
2016-04-29 Daniel MartíCI: Update image, not using base anymore
2016-04-20 Daniel Martílint: gradle does have target= support
2016-04-15 Daniel MartíMerge branch 'fix-ci' into 'master'
2016-04-14 Daniel Martígradle: forgot to actually install 2.12
2016-04-14 Daniel MartíCI: Install venv instead of virtualenv
2016-04-14 Daniel MartíMerge branch 'defaults' into 'master'
2016-04-14 Boris Krautdocs: add archive-policy default
2016-04-14 Daniel MartíMerge branch 'fix-virtualenv' into 'master'
2016-04-13 Lode HostePrefer pyvenv instead of virtualenv for Python 3.3+
2016-04-12 Daniel MartíMerge branch 'apkcache_compatibility' into 'master'
2016-04-12 Dmitriy BogdanovAdd an encoding parameter to open apkcache created...
2016-04-07 Ciaran GultnieksFix gradle download url for 2.12
2016-04-06 Daniel MartíMerge branch 'fix-jpeg' into 'master'
2016-04-05 Lode HosteAdded libjpeg and zlib dependency in README
2016-04-05 Hans-Christoph... Merge branch 'ci-update' into 'master'
2016-04-05 Daniel MartíAdd and switch to build-tools 23.0.3
2016-04-05 Daniel MartíAdd Gradle 2.12 to the buildserver
2016-04-02 Daniel Martícommon: never pass None to replace_config_vars
2016-03-30 Daniel MartíFix build crash introduced in 3768d7a4
2016-03-29 Hans-Christoph... Merge branch 'base-image' into 'master'
2016-03-29 Daniel MartíCI: Use the new base image
2016-03-28 Hans-Christoph... Merge branch 'master' into 'master'
2016-03-27 mimi89999Fix error in build.py
2016-03-24 Daniel Martírewritemeta: fix after !62 breakage
2016-03-23 Hans-Christoph... Merge branch 'fdroid-build-in-git-repo' into 'master'
2016-03-23 Hans-Christoph... standardize on .yml as the file extension for YAML
2016-03-23 Hans-Christoph... import app into fdroid directly from git clone
2016-03-23 Hans-Christoph... rename metadata.write_metadata() to match metadata...
2016-03-23 Hans-Christoph... document new `fdroid build` behavior with .fdroid....
2016-03-23 Hans-Christoph... build: set default config for .fdroid.* metadata
2016-03-23 Hans-Christoph... do not require if config.py if using local metadata
2016-03-23 Hans-Christoph... refactor env handling for FDroidPopen to support .fdroi...
2016-03-23 Hans-Christoph... support .fdroid.* metadata file in source root of app...
2016-03-21 Hans-Christoph... Merge branch 'master' into 'master'
2016-03-21 Ciaran GultnieksRemove extra blank lines in makebuildserver output
2016-03-17 Daniel MartíMerge branch 'ci-image' into 'master'
2016-03-17 Daniel MartíCI: Bump image, now has -dev and gcc
2016-03-16 Daniel Martícheckupdates: don't ignore repeated tags
2016-03-16 Daniel MartíMerge branch 'master' into 'master'
2016-03-15 Hans-Christoph... update buildserver debian packages for py3
2016-03-15 Hans-Christoph... jenkins-build-makebuildserver: com.amaze.filemanager...
2016-03-15 Hans-Christoph... jenkins-build-makebuildserver: throw error if app build...
2016-03-15 Hans-Christoph... fix py3 bug when running `fdroid build` with a buildserver
2016-03-15 Hans-Christoph... fix stab at a Cygwin port (aaaahh Windows!)
2016-03-14 Daniel MartíMerge branch 'master' into 'master'
2016-03-14 Ciaran GultnieksFix python3 checkupdates crashes
2016-03-14 Ciaran GultnieksFix another python3 build crash
2016-03-14 Hans-Christoph... makebuildserver: buildserverid should always be a string
2016-03-14 Daniel MartíMerge branch 'master' into 'master'
2016-03-14 Hans-Christoph... not all UNIX `echo` commands support -n
2016-03-14 Hans-Christoph... always parse versions as strings, not bytes
2016-03-14 Hans-Christoph... travis-ci: move python deps to 3
2016-03-14 Hans-Christoph... jenkins-build-makebuildserver: make sure fdroiddata...
2016-03-14 Hans-Christoph... travis-ci osx: make sure build-tools are always installed
2016-03-13 Ciaran GultnieksFix python2/makebuildserver breakage
2016-03-11 Daniel MartíMerge branch 'master' into 'master'
2016-03-11 Daniel MartíMerge branch 'py3' into 'master'
2016-03-11 Daniel MartíMerge branch 'checkupdates-speedup' into 'master'
2016-03-11 Daniel MartíREADME: It's virtualenv that we want
2016-03-11 Daniel MartíCI: Use pip install to grab all deps
2016-03-11 Daniel Martímetadata: always open metadata files in UTF-8
2016-03-11 Daniel MartíFix issue related to creating fdroidvcs file
2016-03-11 Daniel Martígitignore: ignore all test-generated tmp dirs
2016-03-11 Daniel MartíFix detection of pyflakes3 found in Debian
2016-03-11 Daniel Martímetadata: slightly speed up post_metadata_parse
2016-03-11 Daniel Martímetadata: Sorting builds twice is not necessary
2016-03-11 Daniel MartíUndo utf-8 text wrap workaround
2016-03-11 Daniel MartíSwitch README and docs to indicate python 3
2016-03-11 Daniel Martípep8: start obeying E226
2016-03-11 Daniel Martípep8: Don't ignore rules we already obey
2016-03-11 Daniel Martíimport: switch to python3 urllib
2016-03-11 Daniel Martíupdate test: replace decode('hex') with unhexlify
2016-03-11 Daniel Martímetadata test: load pickle in bytes, not str
2016-03-11 Daniel MartíFix python headers in some source files
2016-03-11 Daniel Martítests: switch to python3
2016-03-11 Daniel Martíupdate: fix encoding issues with the xml index
2016-03-11 Daniel Martíupdate: get output bytes, not str, from keytool
2016-03-11 Daniel Martícommon: Introduce FDroidPopenBytes
2016-03-10 Daniel MartíReplace iterkeys() with keys()
2016-03-10 Daniel Martíupdate: replace encode('hex') with hexlify
2016-03-10 Daniel Martípublish: fix hashing of strings
2016-03-10 Daniel Martíinit: fix writing into file
2016-03-10 Daniel MartíReplace md5 with hashlib.md5
2016-03-10 Daniel Martícommon: fix str fetching from manifest xml
2016-03-10 Daniel MartíPort urllib and HTMLParser imports to python3
2016-03-10 Daniel MartíReplace remaining file() usage
2016-03-10 Daniel MartíFDroidPopen: return str again
2016-03-10 Daniel MartíReplace itervalues() with values()
2016-03-10 Daniel MartíPort to python3's configparser
2016-03-10 Daniel Martílint: remove sets usage
2016-03-10 Daniel Martícommon: update base64 encoding of bytes
next