chiark / gitweb /
common: allow starting without a config file
[fdroidserver.git] / fdroidserver / common.py
2017-02-17 Hans-Christoph SteinerMerge branch 'feature/git-mirroring' into 'master'
2017-02-17 thez3roadd git repo mirroring
2017-01-12 Hans-Christoph SteinerMerge branch 'fdroid-publish-ota-zip' into 'master'
2017-01-09 Hans-Christoph Steiner`fdroid publish` now includes OTA ZIPs and related...
2017-01-01 Daniel MartíMerge branch 'import' into 'master'
2017-01-01 Daniel MartíMerge branch 'spdx' into 'master'
2016-12-23 Daniel MartíMerge branch 'ci-update' into 'master'
2016-12-23 Daniel MartíBump CI image, now with build-tools 25.0.2
2016-12-06 Hans-Christoph SteinerMerge branch 'collection-fixes-and-KnownVuln' into...
2016-12-05 Hans-Christoph Steinercheck aapt version to make sure its new enough #236
2016-11-26 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-11-25 est31Add ndk 13b
2016-11-24 Hans-Christoph SteinerMerge branch 'fdroid-yml-builds' into 'master'
2016-11-16 Hans-Christoph Steinerif building directly in git repo, use file path for...
2016-11-16 Hans-Christoph Steinerallow metadata to be embedded in source repos via ...
2016-11-16 Hans-Christoph Steinerconvert comments above functions to python docstrings
2016-11-16 Hans-Christoph SteinerMerge branch 'makebs' into 'master'
2016-11-15 Daniel Martíall: make newer pycodestyle happy
2016-11-07 Daniel MartíMerge branch 'build-FPE-update-zip' into 'master'
2016-11-07 Hans-Christoph Steinergpg-sign all valid files in the repo, including source...
2016-11-07 Hans-Christoph Steinerallow arbitrary build products, not only APKs
2016-11-03 Hans-Christoph Steinerget_release_filename() to handle any file type, not...
2016-11-02 Daniel MartíMerge branch 'support-media-files' into 'master'
2016-11-02 Hans-Christoph Steinersupport adding arbitrary files to a repo
2016-10-25 Daniel MartíMerge branch 'updates' into 'master'
2016-10-23 Daniel MartíBump ci images and default build-tools
2016-09-27 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-09-27 est31Add qt sdk support
2016-09-10 Daniel MartíMerge branch 'updates' into 'master'
2016-09-10 Daniel Martíall: bump to build-tools 24.0.2
2016-08-14 Daniel MartíMerge branch 'ndk11' into 'master'
2016-08-13 Boris KrautAdd ndk r11c
2016-08-09 Hans-Christoph SteinerMerge branch 'java-home-lookup' into 'master'
2016-08-09 Hans-Christoph SteinerMerge branch 'permission-parsing' into 'master'
2016-08-08 relanCheck javac existence when looking for JDK
2016-08-04 Ciaran GultnieksMerge branch 'fix-ndk' into 'master'
2016-08-03 relanFix JAVA_HOME environment variable handling
2016-08-02 Daniel Martíall: switch to build-tools 24.0.1 as default
2016-08-02 Daniel MartíRe-add NDK r12b, now fixed.
2016-08-01 Ciaran GultnieksRevert "all: add NDK r12b and set it as default"
2016-07-31 Daniel MartíMerge branch 'pep' into 'master'
2016-07-28 Daniel Martícommon: extra checks for NDK in local.props
2016-07-25 Daniel Martícommon: don't insert $ANDROID_NDK to local.props
2016-07-18 Hans-Christoph SteinerMerge branch 'ndk-r12' into 'master'
2016-07-13 Daniel Martíall: add NDK r12b and set it as default
2016-07-13 Daniel MartíMerge branch 'precommit-fixes' into 'master'
2016-07-13 Ciaran GultnieksMerge branch 'use_date_from_apk_in_known_apks' into...
2016-06-27 Hans-Christoph SteinerMerge branch 'java8-and-other-fixes' into 'master'
2016-06-27 Hans-Christoph SteinerFDroidPopen must have a locale to support UTF-8 filenames
2016-06-27 Daniel MartíMerge branch 'api-24' into 'master'
2016-06-26 Dmitriy BogdanovPass default date to KnownApks.recordapk()
2016-06-24 Daniel Martíall: add and switch to build-tools v24
2016-06-21 Daniel MartíMerge branch 'some-build-fixes' into 'master'
2016-06-21 Hans-Christoph Steineradd force_build_tools config option
2016-06-17 Hans-Christoph SteinerMerge branch 'add-sig-algs-1' into 'master'
2016-06-17 Markus KilåsAdding support for DSA and ECDSA signatures.
2016-06-17 Ciaran GultnieksMerge branch 'use-android-update-sdk' into 'master'
2016-06-16 Daniel Martícommon: always set android ndk env vars
2016-06-09 Daniel MartíMerge branch 'fix-file-read-write-encoding' into 'master'
2016-06-07 Hans-Christoph Steineruse UTF8 as default instead of ASCII for .java .gradle...
2016-06-07 Hans-Christoph Steinerread/write F-Droid files always as UTF-8
2016-06-07 Hans-Christoph Steinerread/write Java .properties files in proper encoding
2016-04-05 Hans-Christoph SteinerMerge branch 'ci-update' into 'master'
2016-04-05 Daniel MartíAdd and switch to build-tools 23.0.3
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-23 Hans-Christoph SteinerMerge branch 'fdroid-build-in-git-repo' into 'master'
2016-03-23 Hans-Christoph Steinerstandardize on .yml as the file extension for YAML
2016-03-23 Hans-Christoph Steinerbuild: set default config for .fdroid.* metadata
2016-03-23 Hans-Christoph Steinerdo not require if config.py if using local metadata
2016-03-23 Hans-Christoph Steinerrefactor env handling for FDroidPopen to support .fdroi...
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 Steinerfix stab at a Cygwin port (aaaahh Windows!)
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íFix issue related to creating fdroidvcs file
2016-03-11 Daniel MartíFix python headers in some source files
2016-03-11 Daniel Martícommon: Introduce FDroidPopenBytes
2016-03-10 Daniel Martíinit: fix writing into file
2016-03-10 Daniel Martícommon: fix str fetching from manifest xml
2016-03-10 Daniel MartíReplace remaining file() usage
2016-03-10 Daniel MartíFDroidPopen: return str again
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íRemove import workarounds for Python2
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íFix imports in Python 3
2016-03-10 Daniel Martícheckupdates: sort tags by date in one go
2016-02-28 Daniel MartíMerge branch 'p1' into 'master'
2016-02-23 Daniel Martícommon: make jdk detection more strict
2016-02-17 Dmitriy BogdanovFix pubkey extraction on update
2016-02-15 Daniel Martíoutput= is now a glob path and can do gradle
2016-02-12 Daniel MartíMerge branch 'master' into 'master'
2016-02-12 Hans-Christoph Steinerfix PEP9 E713 test for membership should be 'not in'
2016-02-12 Hans-Christoph Steinercommon: do not crash if the java_paths are not what...
2016-02-11 Daniel Martícommon: add regexp for arch oracle paths
next