chiark / gitweb /
Rename PopenResult.stdout to output since it also contains stderr
[fdroidserver.git] / fdroidserver /
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 Ciaran GultnieksMove gpg signatures to archive along with the other...
2014-06-30 Ciaran GultnieksGenerate gpg signatures for apks in archive repo also
2014-06-30 Ciaran GultnieksFix indent
2014-06-30 Daniel MartíDon't change the behaviour in debian setups
2014-06-30 Daniel MartíSupport calling of 'fdroid init' from other places
2014-06-30 Daniel MartíUpdate build-tools to 20.0.0
2014-06-30 Daniel MartíReport the vercode as well as the version name when...
2014-06-30 Daniel MartíAlways run aapt with SilentPopen
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-06-30 Ciaran GultnieksGenerate gpg signatures with .asc extension
2014-06-30 Ciaran GultnieksFix stats update bug
2014-06-29 Daniel MartíFix the copyright notice in gpgsign.py
2014-06-28 Daniel Martígit-svn: use 'origin/' when passing a treeish (branches...
2014-06-28 Daniel MartíMerge branch 'fix-and-test-source-tarball-process'...
2014-06-28 Daniel MartíPlace more examples/config.py stuff into the defaults
2014-06-27 Daniel MartíMerge branch 'add-local_copy_dir-and-v0.2-fixes' of... 0.2
2014-06-27 Hans-Christoph Steinerserver update: mkdir 'archive' if it does not exist
2014-06-27 Hans-Christoph Steinerserver: --sync-from-local-copy-dir for updating from...
2014-06-27 Hans-Christoph Steinerswitch serverwebroot rsync to --archive for guaranteed...
2014-06-27 Hans-Christoph Steinerserver: 'local_copy_dir' config/options to automate...
2014-06-26 Daniel MartíRaise gotorevision exceptions with more useful info
2014-06-26 Daniel MartíAlways try to recover origin/HEAD in case it's not...
2014-06-26 Daniel MartíEasier multiline strings
2014-06-26 Daniel MartíError if UCM:Tags is used with git-svn without tags...
2014-06-26 Daniel MartíSimplify check_metadata
2014-06-25 Ciaran GultnieksFix pep8 error in previous commit
2014-06-25 Ciaran GultnieksFix nasty problem caused by 7c2e61a4
2014-06-25 Daniel MartíUse origin/HEAD as the default checkout for git
2014-06-25 Ciaran GultnieksBe more specific when logging repository deletes
2014-06-25 Ciaran GultnieksFix popen command logging
2014-06-24 Daniel MartíSmall buildjni= fixes
2014-06-24 Daniel MartíDon't error about native code if buildjni=no
2014-06-22 Daniel MartíOnly report files that were actually cleaned of signing...
2014-06-22 Daniel MartíSet the FDroidOpen output default back to true
2014-06-22 Daniel MartíDon't use logging.info with verbose ifs
2014-06-22 Daniel MartíWarn about config permissions before loading the defaults
2014-06-22 Daniel MartíA bit more None magic to fix some UCMs
2014-06-21 Daniel MartíDon't output everything when using --verbose
2014-06-20 Daniel MartíRevert "Keep version names even if found separate from...
2014-06-19 Daniel MartíBetter support for gradle plugin versions
2014-06-19 Daniel MartíUse gradle_dir, not root_dir, to fetch the plugin version
2014-06-16 Daniel MartíCurrent build-tools is 19.1.0, not 19.1
2014-06-16 Daniel MartíBump default build_tools, small fixes
2014-06-16 Daniel MartíWarn if build_tools is not set up properly
2014-06-16 Daniel MartíKeep version names even if found separate from the...
2014-06-15 Daniel MartíAvoiding lintVital is no longer necessary in 0.11
2014-06-15 Daniel MartíFix crash in 'fdroid import'
2014-06-15 Daniel MartíFix bug in reading old recipes
2014-06-12 Daniel MartíInstall and lint were missing -q
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-11 Daniel MartíFix small issue in import.py
2014-06-09 Ciaran GultnieksMerge branch 'rsync-improvements-for-fdroid-server...
2014-06-07 Daniel MartíExclude lint from gradle build tasks
2014-06-07 Daniel Martíjni problem is critical, so make it an error
2014-06-05 Hans-Christoph Steinerserver: specify an identity file for SSH when rsyncing
2014-06-05 Hans-Christoph Steinerupdate: add stricter checking when updating repo index...
2014-06-05 Ciaran GultnieksMerge branch 'test-updates-and-related-bug-fixes' into...
2014-06-05 Daniel MartíBe less clumsy when removing signingConfigs
2014-06-05 Hans-Christoph Steinersome APKs do not have a name, like system APKs
2014-06-05 Hans-Christoph Steinerupdate: improve warning about APKs set to be debuggable
2014-06-05 Hans-Christoph Steinerapps with no <uses-sdk> get strange values of minSdkVersion
2014-06-05 Hans-Christoph Steinerupdate: skip APKs that cannot be parsed instead of...
2014-06-05 Hans-Christoph Steinermake FDroidPopen output based on --verbose
2014-06-05 Hans-Christoph Steinerupdate: remove overly verbose message about icon sizing...
2014-06-05 Hans-Christoph Steineruse 'metadata' name throughout: --createmeta to --creat...
2014-06-05 Hans-Christoph Steinerinit: make prompt for SDK path exit cleanly on Ctrl-C
2014-06-05 Hans-Christoph Steineradd more SDK checks: build-tools/19.0.3 and presense...
2014-06-04 Daniel MartíFix crash in checkupdates with auto-updates
2014-06-01 Daniel MartíAdd warnings for repo clonings in build recipes
2014-06-01 Daniel MartíFix the script defaults
2014-06-01 Daniel MartíNo need to check for non-default build items
2014-06-01 Daniel MartíRemove dead mvnflags code
2014-06-01 Daniel MartíAdd support for gitlab.com repos to import
2014-06-01 Daniel MartíStore build comments by vercode, not version
2014-06-01 Daniel MartíDon't allow for duplicate build entries
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-30 Daniel MartíRe-order app_defaults to match the writing order
2014-05-30 Daniel MartíSimplify field/flag checking and bool flag usage
2014-05-30 Daniel MartíMake unspecified license use regex
2014-05-29 Daniel MartíMerge branch 'recent-bug-fixes' into 'master'
2014-05-29 Hans-Christoph Steinerfixes #12: make `fdroid update -c` do complete update...
2014-05-29 Hans-Christoph SteinerFixes #8: if unknown APKs found, prompt to use -c or...
2014-05-29 Hans-Christoph Steinerfix PEP8 E128 continuation line under-indented for...
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-27 Daniel MartíFix pyflakes errors in readmeta
2014-05-27 Daniel MartíMake readmeta use srclibs and check for config.py too
2014-05-27 Daniel MartíMore strict string search regex
2014-05-27 Daniel MartíAlso use srclibs in checkupdates
2014-05-26 Daniel MartíWarn about summaries that are not capitalized
2014-05-23 Daniel MartíFall back to launchable-activity label if application...
2014-05-20 Ciaran GultnieksCentralise management of srclib metadata
2014-05-20 Ciaran GultnieksRestore friendly error messages
2014-05-20 Ciaran GultnieksLose the other unused read_metadata parameter
2014-05-20 Ciaran GultnieksRemove mysterious keyword arguments
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
2014-05-16 Daniel Martílint: warn about empty descriptions
2014-05-15 Ciaran GultnieksSupport https://code.google.com in fdroid import
next