chiark / gitweb /
fdroidserver.git
2013-11-04 Hans-Christoph... install sample config files in a standard location
2013-11-04 Daniel MartíDon't use proj.prop if not present (fixes tiltmazes)
2013-11-04 Daniel MartíSwitch to build-tools 19.0.0
2013-11-04 Daniel MartíImplement forceversion and forcevercode for gradle...
2013-11-04 Daniel MartíFix sed typo that broke forceversion and forcevercode
2013-11-04 Daniel MartíFix server.py NoneType error
2013-11-04 Ciaran GultnieksForce apt-get update on buildserver creation
2013-11-04 Daniel MartíRevert "Fix git-svn find-rev, also search for svn revis...
2013-11-04 Daniel MartíFixes to makebuildserver and verify
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-03 Daniel Martívariable typo
2013-11-03 Daniel MartíDefault to update=auto, find subprojects automatically
2013-11-03 Ciaran GultnieksAllow auto-committer author to be specified in config
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-03 Daniel MartíAdd fd-commit package completion
2013-11-03 Daniel Martífd-commit can now take app ids as filter; retab
2013-11-03 Daniel MartíFix all the possibe local.properties files, add sdk...
2013-11-02 Daniel MartíAM.xml is not the only file that designates an android...
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíDon't accept empty icons; Don't add <icon> xml element...
2013-11-02 Daniel MartíFix: use -cp (classpath) to fix problems with java...
2013-11-02 Daniel MartíAdd android-19 platform
2013-11-02 Daniel MartíAndroid sdk from 22.2.1 to 22.3
2013-11-02 Daniel MartíRead output queues a bit more often
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíFixes to categories in update.py
2013-11-02 Daniel MartíTranslate 'Category:categ1;categ2;...' into 'Categories...
2013-11-02 Daniel MartíUpdate docs regarding categories
2013-11-02 Daniel MartíStart doing multiple categories as comma separated...
2013-11-01 Daniel MartíVarious fixes: hg vcs updating, gradle vercode regex...
2013-11-01 Daniel MartíMerge branch 'verbose-rewrite' of gitorious.org:f-droid...
2013-11-01 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíStart rewriting options and config as common.py globals
2013-11-01 Daniel MartíNo quotes in --commit messages
2013-11-01 Ciaran GultnieksAvoid pyflakes error
2013-11-01 Daniel Martí--auto --commit now behaves like fd-commit, consistency
2013-11-01 Daniel MartíFix --auto for the new BV syntax
2013-11-01 Daniel MartíDon't remove output dirs twice. --subprojects is useless.
2013-11-01 Ciaran GultnieksFix mistake in 08287a1f
2013-11-01 Daniel MartíForgot to actually use the real repotype variable
2013-11-01 Daniel MartíBetter gradle signature config filter
2013-11-01 Daniel MartíAlso remove 'obj' when removing jni dirs
2013-11-01 Daniel MartíMinor fixes to git-svn
2013-11-01 Daniel MartíNew field: scandelete, like scanignore but deleting
2013-11-01 Daniel MartíNew metadata field: Vercode Operation
2013-11-01 Daniel MartíAlso reset --hard and clean -dffx the git submodules
2013-11-01 Daniel MartíCheckout with --force on git
2013-11-01 Daniel MartíNo quotes in --commit messages
2013-10-31 Daniel MartíStart using config and options as common.py globals
2013-10-31 Ciaran GultnieksAvoid pyflakes error
2013-10-31 Daniel Martí--auto --commit now behaves like fd-commit, consistency
2013-10-31 Daniel MartíFix --auto for the new BV syntax
2013-10-31 Daniel MartíDon't remove output dirs twice. --subprojects is useless.
2013-10-31 Ciaran GultnieksFix mistake in 08287a1f
2013-10-31 Daniel MartíForgot to actually use the real repotype variable
2013-10-31 Daniel MartíBetter gradle signature config filter
2013-10-31 Daniel MartíAlso remove 'obj' when removing jni dirs
2013-10-31 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-10-31 Ciaran GultnieksFix import error message
2013-10-31 Ciaran GultnieksTidied up some unused junk
2013-10-31 Ciaran GultnieksDisplay previously ignored checkupdates error
2013-10-31 Ciaran GultnieksHandle repo config in a more sensible way
2013-10-31 Daniel MartíMinor fixes to git-svn
2013-10-31 Daniel MartíDid not mean to commit these
2013-10-31 Daniel MartíSkip the single app, not all of them...
2013-10-31 Daniel MartíGet rid of unnecessary indentation
2013-10-31 Daniel MartíSwitch all shebangs to 'env python2'
2013-10-31 Daniel MartíRename commitupdates to fd-commit
2013-10-31 Daniel Martícategorycount is no longer of any use
2013-10-31 Daniel MartíTwo new stats files: categories.txt, antifeatures.txt
2013-10-31 Daniel MartíDocument git-svn auth
2013-10-31 Daniel MartíSupport user:pass authentication on git-svn
2013-10-30 Daniel MartíIf config.py is not in the CWD, error before doing...
2013-10-30 Daniel MartíAdd support for UCM:Tags in bzr
2013-10-30 Daniel MartíAvoid newlines in git-svn RepoTrunk
2013-10-30 Daniel Martícommitupdates now treats all other changes in a generic...
2013-10-30 Daniel MartíDon't error when finding apk files, just delete them
2013-10-30 Daniel MartíAway with all the funambol ugly tweaks
2013-10-30 Daniel MartíAutomatically remove all android:debuggable flags
2013-10-30 Daniel MartíFix git-svn find-rev, also search for svn revisions...
2013-10-30 Ciaran GultnieksA couple of minor import improvements
2013-10-29 Daniel MartíPrint FDroidPopen params *before* executing
2013-10-29 Ciaran GultnieksSome diagnostic output for http update check mode
2013-10-29 Ciaran GultnieksWiki update code for disabled builds can be simplified now
2013-10-29 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-10-29 Daniel MartíAdd package realpath to buildserver
2013-10-29 Daniel Martíhave commitupdates show the diff (commit -v)
2013-10-29 Daniel MartíDon't include '!' in disabled= when converting to new...
2013-10-29 Ciaran GultnieksFix standalone scanner bug
2013-10-29 Daniel MartíSome fixes to the scanner algorithm
2013-10-29 Daniel MartíRetrieve app and version name from the same tag in...
2013-10-28 Daniel MartíDon't try to find output if we're doing an --install
2013-10-28 Daniel MartíFind all build.gradle files in the entire source tree
2013-10-28 Daniel MartíSupport new Build: syntax in completion; retab
2013-10-28 Ciaran GultnieksDon't require commit to be specified for a disabled...
2013-10-27 Daniel MartíClean gradle signing configs all at once
2013-10-27 Daniel MartíSupport new Build: format in commitupdates
2013-10-27 Daniel MartíRevert "Allow for spaces before/after version and vercode"
2013-10-27 Daniel MartíAllow for spaces before/after version and vercode
2013-10-27 Daniel MartíSupport Build: indenting by tabs
next