chiark / gitweb /
fdroidserver.git
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
2016-03-10 Daniel MartíPort all imports to python3
2016-03-10 Daniel Martíupdate: replace ord() with bytearray
2016-03-10 Daniel MartíMake pre-commit hook pass after python3 switch
2016-03-10 Daniel MartíRun 2to3 on makebuildserver
2016-03-10 Daniel Martípre-commit: port to python3
2016-03-10 Daniel MartíRemove import workarounds for Python2
2016-03-10 Daniel MartíRemove code that worked around python2 unicode
2016-03-10 Daniel MartíGet readmeta and rewritemeta running under python3
2016-03-10 Daniel MartíReplace basestring with str
2016-03-10 Daniel MartíReplace iteritems() with items()
2016-03-10 Daniel MartíReplace execfile with open+compile+exec
2016-03-10 Daniel MartíSwitch to io.StringIO
2016-03-10 Daniel MartíFix imports in Python 3
2016-03-10 Daniel MartíSwitch all headers to python3
2016-03-10 Hans-Christoph... makebuildserver: use VB software virt if hardware is...
2016-03-10 Hans-Christoph... corrected word order in release alias
2016-03-10 Hans-Christoph... Merge branch 'jenkins-makebs' into 'master'
2016-03-10 Daniel Martíjenkins: build a variety of apps
2016-03-10 Daniel Martíjenkins: only build one version per app
2016-03-10 Daniel Martíjenkins: update fdroiddata if existing
2016-03-10 Daniel Martícheckupdates: sort tags by date in one go
2016-03-08 Daniel Martíbuild: don't remove wrapper dir gradle/
2016-03-07 Daniel Martílint: Also warn about gitlab links missing /issues
2016-03-07 Daniel MartíREADME: Use new CI badge url
2016-03-06 Daniel MartíMerge branch 'import' into 'master'
2016-03-06 Boris Krautimport: use .git suffix only for repo-url
2016-03-05 Daniel MartíREADME: Fix CI badge
2016-03-05 Daniel MartíCI: Install missing gcc and python-dev packages
2016-03-03 Daniel Martílint: error on `fdroid import` disable line
2016-02-29 Daniel MartíCI: No longer needed to install any deps
2016-02-29 Daniel MartíCI: Use our own image
2016-02-28 Daniel MartíMerge branch 'p1' into 'master'
2016-02-28 Daniel MartíMerge branch 'faster-ci' into 'master'
next