chiark / gitweb /
Revert "Always print command output when --verbose"
[fdroidserver.git] / fdroidserver /
2014-07-09 Daniel MartíRevert "Always print command output when --verbose"
2014-07-09 Daniel MartíRemove some gradle @dir leftovers
2014-07-09 Daniel MartíSimplify the finding of gradle output apks
2014-07-09 Daniel MartíSupport git-svn refs in the form of rN
2014-07-09 Daniel MartíDo write .fdroidvcs if the clone succeeded
2014-07-08 Daniel MartíSupport origin/ checkouts with tags as well in gitsvn
2014-07-08 Daniel MartíAlways print command output when --verbose
2014-07-07 Daniel MartíDon't use generic Exception raises
2014-07-05 Daniel MartíMore log level fixes
2014-07-05 Daniel MartíMove more logging.info stuff to debug
2014-07-05 Daniel MartíAll logging goes to stderr, FDroidPopen should too
2014-07-05 Daniel MartíDon't directly print FDroidPopen output unless verbose
2014-07-05 Daniel MartíUse counters in lint
2014-07-05 Daniel MartíTry the old git svn find-rev format as well
2014-07-04 Daniel Martícheckupdates: don't print traces independently
2014-07-04 Daniel MartíAvoid lint on all new plugin versions, remove TODO
2014-07-04 Daniel MartíAdd support for gradle plugin version 0.12
2014-07-03 Daniel MartíAlso check that platform-tools and tools exist
2014-07-03 Daniel MartíAlso use adb via a full path
2014-07-03 Daniel MartíUse shorter and non-redundant 'or' clauses for 'if...
2014-07-03 Daniel MartíRecognise changes in subdirs in Tags and RepoManifest
2014-07-03 Daniel MartíUse any of the branches that point to origin/HEAD if...
2014-07-03 Daniel MartíMake use of FDroidException in the main fdroid script
2014-07-03 Daniel Martívcs_* stuff should not raise BuildExceptions
2014-07-03 Daniel MartíAlso make the Tags UCM complain about unknown package id
2014-07-03 Ciaran GultnieksFix failure to do anything when ndk_path is not defined
2014-07-02 Daniel MartíSome more slight logging improvements
2014-07-02 Daniel MartíRemove more prints in favour of logging
2014-07-02 Daniel MartíFind the 'android' executable in the same manner
2014-07-02 Daniel MartíAlso find zipalign at the start
2014-07-02 Daniel MartíFind aapt as part of the main config initialisation
2014-07-02 Daniel MartíRefuse to try downloading a repo twice
2014-07-02 Daniel MartíException handling improvements
2014-07-02 Daniel MartíDon't set $SDK, it's too ambiguous with e.g. the Java SDK
2014-07-01 Daniel MartíSet up SDK and NDK env vars from python
2014-07-01 Daniel MartíImprove some log levels
2014-07-01 Daniel MartíRemove @dir support from gradle
2014-07-01 Daniel MartíMerge branch 'bug-fixes-for-v0.2.1' of https://gitlab...
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-07-01 Hans-Christoph Steineronly move GPG signature if APK exists
2014-07-01 Hans-Christoph Steinerreplace redundant build_tools check that breaks `fdroid...
2014-07-01 Hans-Christoph Steinerfix bad syncing from local copy, force trailing slash...
2014-07-01 Hans-Christoph Steinercheck repo icons exist now before running through all...
2014-07-01 Hans-Christoph Steinerfix PEP8 fdroidserver/common.py:65:13: E126 continuatio...
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
next