chiark / gitweb /
fdroidserver.git
11 years agoDon't use proj.prop if not present (fixes tiltmazes)
Daniel Martí [Mon, 4 Nov 2013 16:03:43 +0000 (17:03 +0100)]
Don't use proj.prop if not present (fixes tiltmazes)

11 years agoSwitch to build-tools 19.0.0
Daniel Martí [Mon, 4 Nov 2013 15:09:45 +0000 (16:09 +0100)]
Switch to build-tools 19.0.0

11 years agoImplement forceversion and forcevercode for gradle projects
Daniel Martí [Mon, 4 Nov 2013 15:09:23 +0000 (16:09 +0100)]
Implement forceversion and forcevercode for gradle projects

11 years agoFix sed typo that broke forceversion and forcevercode
Daniel Martí [Mon, 4 Nov 2013 14:42:01 +0000 (15:42 +0100)]
Fix sed typo that broke forceversion and forcevercode

11 years agoFix server.py NoneType error
Daniel Martí [Mon, 4 Nov 2013 14:16:09 +0000 (15:16 +0100)]
Fix server.py NoneType error

11 years agoForce apt-get update on buildserver creation
Ciaran Gultnieks [Mon, 4 Nov 2013 12:35:53 +0000 (12:35 +0000)]
Force apt-get update on buildserver creation

11 years agoRevert "Fix git-svn find-rev, also search for svn revisions after HEAD"
Daniel Martí [Mon, 4 Nov 2013 09:43:28 +0000 (10:43 +0100)]
Revert "Fix git-svn find-rev, also search for svn revisions after HEAD"

This reverts commit e35a1093cd8b659ab5fd187056c3867a5ce3819b.

11 years agoFixes to makebuildserver and verify
Daniel Martí [Mon, 4 Nov 2013 09:22:22 +0000 (10:22 +0100)]
Fixes to makebuildserver and verify

11 years agoMerge branch 'master' into verbose-rewrite
Daniel Martí [Sun, 3 Nov 2013 13:00:09 +0000 (14:00 +0100)]
Merge branch 'master' into verbose-rewrite

Conflicts:
fdroidserver/common.py

11 years agovariable typo
Daniel Martí [Sun, 3 Nov 2013 12:54:55 +0000 (13:54 +0100)]
variable typo

11 years agoDefault to update=auto, find subprojects automatically
Daniel Martí [Sun, 3 Nov 2013 12:44:33 +0000 (13:44 +0100)]
Default to update=auto, find subprojects automatically

11 years agoAllow auto-committer author to be specified in config
Ciaran Gultnieks [Sun, 3 Nov 2013 12:07:47 +0000 (12:07 +0000)]
Allow auto-committer author to be specified in config

11 years agoMerge branch 'master' into verbose-rewrite
Daniel Martí [Sun, 3 Nov 2013 10:53:36 +0000 (11:53 +0100)]
Merge branch 'master' into verbose-rewrite

11 years agoAdd fd-commit package completion
Daniel Martí [Sun, 3 Nov 2013 10:53:20 +0000 (11:53 +0100)]
Add fd-commit package completion

11 years agofd-commit can now take app ids as filter; retab
Daniel Martí [Sun, 3 Nov 2013 10:50:44 +0000 (11:50 +0100)]
fd-commit can now take app ids as filter; retab

11 years agoFix all the possibe local.properties files, add sdk dir if oldsdk is not set
Daniel Martí [Sun, 3 Nov 2013 10:49:11 +0000 (11:49 +0100)]
Fix all the possibe local.properties files, add sdk dir if oldsdk is not set

11 years agoAM.xml is not the only file that designates an android app source dir
Daniel Martí [Sat, 2 Nov 2013 21:52:52 +0000 (22:52 +0100)]
AM.xml is not the only file that designates an android app source dir

11 years agoMerge branch 'master' into verbose-rewrite
Daniel Martí [Sat, 2 Nov 2013 21:36:55 +0000 (22:36 +0100)]
Merge branch 'master' into verbose-rewrite

11 years agoDon't accept empty icons; Don't add <icon> xml element if none is present
Daniel Martí [Sat, 2 Nov 2013 21:14:32 +0000 (22:14 +0100)]
Don't accept empty icons; Don't add <icon> xml element if none is present

11 years agoFix: use -cp (classpath) to fix problems with java getsig
Daniel Martí [Sat, 2 Nov 2013 21:01:50 +0000 (22:01 +0100)]
Fix: use -cp (classpath) to fix problems with java getsig

11 years agoAdd android-19 platform
Daniel Martí [Sat, 2 Nov 2013 19:35:45 +0000 (20:35 +0100)]
Add android-19 platform

11 years agoAndroid sdk from 22.2.1 to 22.3
Daniel Martí [Sat, 2 Nov 2013 19:33:44 +0000 (20:33 +0100)]
Android sdk from 22.2.1 to 22.3

11 years agoRead output queues a bit more often
Daniel Martí [Sat, 2 Nov 2013 19:30:21 +0000 (20:30 +0100)]
Read output queues a bit more often

11 years agoMerge branch 'master' into verbose-rewrite
Daniel Martí [Sat, 2 Nov 2013 18:56:31 +0000 (19:56 +0100)]
Merge branch 'master' into verbose-rewrite

11 years agoFixes to categories in update.py
Daniel Martí [Sat, 2 Nov 2013 15:04:50 +0000 (16:04 +0100)]
Fixes to categories in update.py

11 years agoTranslate 'Category:categ1;categ2;...' into 'Categories:categ1,categ2,...'
Daniel Martí [Sat, 2 Nov 2013 11:04:02 +0000 (12:04 +0100)]
Translate 'Category:categ1;categ2;...' into 'Categories:categ1,categ2,...'

11 years agoUpdate docs regarding categories
Daniel Martí [Sat, 2 Nov 2013 00:18:56 +0000 (01:18 +0100)]
Update docs regarding categories

11 years agoStart doing multiple categories as comma separated lists
Daniel Martí [Sat, 2 Nov 2013 00:14:01 +0000 (01:14 +0100)]
Start doing multiple categories as comma separated lists

Don't drop support for old clients (only one category) yet

11 years agoVarious fixes: hg vcs updating, gradle vercode regex...
Daniel Martí [Fri, 1 Nov 2013 18:12:22 +0000 (19:12 +0100)]
Various fixes: hg vcs updating, gradle vercode regex...

11 years agoMerge branch 'verbose-rewrite' of gitorious.org:f-droid/fdroidserver into verbose...
Daniel Martí [Fri, 1 Nov 2013 12:57:10 +0000 (13:57 +0100)]
Merge branch 'verbose-rewrite' of gitorious.org:f-droid/fdroidserver into verbose-rewrite

Conflicts:
fdroidserver/common.py

11 years agoMerge branch 'master' into verbose-rewrite
Daniel Martí [Fri, 1 Nov 2013 12:55:42 +0000 (13:55 +0100)]
Merge branch 'master' into verbose-rewrite

11 years agoStart rewriting options and config as common.py globals
Daniel Martí [Fri, 1 Nov 2013 11:10:57 +0000 (12:10 +0100)]
Start rewriting options and config as common.py globals

11 years agoNo quotes in --commit messages
Daniel Martí [Fri, 1 Nov 2013 10:05:41 +0000 (11:05 +0100)]
No quotes in --commit messages

11 years agoAvoid pyflakes error
Ciaran Gultnieks [Thu, 31 Oct 2013 22:16:05 +0000 (22:16 +0000)]
Avoid pyflakes error

11 years ago--auto --commit now behaves like fd-commit, consistency
Daniel Martí [Thu, 31 Oct 2013 17:20:45 +0000 (18:20 +0100)]
--auto --commit now behaves like fd-commit, consistency

11 years agoFix --auto for the new BV syntax
Daniel Martí [Thu, 31 Oct 2013 16:59:45 +0000 (17:59 +0100)]
Fix --auto for the new BV syntax

11 years agoDon't remove output dirs twice. --subprojects is useless.
Daniel Martí [Thu, 31 Oct 2013 16:56:12 +0000 (17:56 +0100)]
Don't remove output dirs twice. --subprojects is useless.

11 years agoFix mistake in 08287a1f
Ciaran Gultnieks [Thu, 31 Oct 2013 16:42:42 +0000 (16:42 +0000)]
Fix mistake in 08287a1f

11 years agoForgot to actually use the real repotype variable
Daniel Martí [Thu, 31 Oct 2013 16:35:13 +0000 (17:35 +0100)]
Forgot to actually use the real repotype variable

11 years agoBetter gradle signature config filter
Daniel Martí [Thu, 31 Oct 2013 16:22:08 +0000 (17:22 +0100)]
Better gradle signature config filter

11 years agoAlso remove 'obj' when removing jni dirs
Daniel Martí [Thu, 31 Oct 2013 16:21:49 +0000 (17:21 +0100)]
Also remove 'obj' when removing jni dirs

11 years agoMinor fixes to git-svn
Daniel Martí [Thu, 31 Oct 2013 14:54:52 +0000 (15:54 +0100)]
Minor fixes to git-svn

11 years agoNew field: scandelete, like scanignore but deleting
Daniel Martí [Fri, 1 Nov 2013 12:46:19 +0000 (13:46 +0100)]
New field: scandelete, like scanignore but deleting

Also, many improvements:

* scanning algorithm is much clearer
* Now paths start by '/', which means the repo dir root.
  - If they don't, '/' is added
  - If they start by './', the dot is removed
  - If "." is in the paths, it is replaced by "/"
* Handling/removing of problems is much easier
* Removed last initfun/funambol bits

11 years agoNew metadata field: Vercode Operation
Daniel Martí [Fri, 1 Nov 2013 12:25:50 +0000 (13:25 +0100)]
New metadata field: Vercode Operation

11 years agoAlso reset --hard and clean -dffx the git submodules
Daniel Martí [Fri, 1 Nov 2013 12:19:29 +0000 (13:19 +0100)]
Also reset --hard and clean -dffx the git submodules

11 years agoCheckout with --force on git
Daniel Martí [Fri, 1 Nov 2013 12:19:07 +0000 (13:19 +0100)]
Checkout with --force on git

11 years agoNo quotes in --commit messages
Daniel Martí [Fri, 1 Nov 2013 10:05:41 +0000 (11:05 +0100)]
No quotes in --commit messages

11 years agoStart using config and options as common.py globals
Daniel Martí [Thu, 31 Oct 2013 22:27:03 +0000 (23:27 +0100)]
Start using config and options as common.py globals

11 years agoAvoid pyflakes error
Ciaran Gultnieks [Thu, 31 Oct 2013 22:16:05 +0000 (22:16 +0000)]
Avoid pyflakes error

11 years ago--auto --commit now behaves like fd-commit, consistency
Daniel Martí [Thu, 31 Oct 2013 17:20:45 +0000 (18:20 +0100)]
--auto --commit now behaves like fd-commit, consistency

11 years agoFix --auto for the new BV syntax
Daniel Martí [Thu, 31 Oct 2013 16:59:45 +0000 (17:59 +0100)]
Fix --auto for the new BV syntax

11 years agoDon't remove output dirs twice. --subprojects is useless.
Daniel Martí [Thu, 31 Oct 2013 16:56:12 +0000 (17:56 +0100)]
Don't remove output dirs twice. --subprojects is useless.

11 years agoFix mistake in 08287a1f
Ciaran Gultnieks [Thu, 31 Oct 2013 16:42:42 +0000 (16:42 +0000)]
Fix mistake in 08287a1f

11 years agoForgot to actually use the real repotype variable
Daniel Martí [Thu, 31 Oct 2013 16:35:13 +0000 (17:35 +0100)]
Forgot to actually use the real repotype variable

11 years agoBetter gradle signature config filter
Daniel Martí [Thu, 31 Oct 2013 16:22:08 +0000 (17:22 +0100)]
Better gradle signature config filter

11 years agoAlso remove 'obj' when removing jni dirs
Daniel Martí [Thu, 31 Oct 2013 16:21:49 +0000 (17:21 +0100)]
Also remove 'obj' when removing jni dirs

11 years agoMerge branch 'master' of gitorious.org:f-droid/fdroidserver
Ciaran Gultnieks [Thu, 31 Oct 2013 15:51:06 +0000 (15:51 +0000)]
Merge branch 'master' of gitorious.org:f-droid/fdroidserver

11 years agoFix import error message
Ciaran Gultnieks [Thu, 31 Oct 2013 15:47:24 +0000 (15:47 +0000)]
Fix import error message

11 years agoTidied up some unused junk
Ciaran Gultnieks [Thu, 31 Oct 2013 15:46:32 +0000 (15:46 +0000)]
Tidied up some unused junk

11 years agoDisplay previously ignored checkupdates error
Ciaran Gultnieks [Thu, 31 Oct 2013 15:39:47 +0000 (15:39 +0000)]
Display previously ignored checkupdates error

11 years agoHandle repo config in a more sensible way
Ciaran Gultnieks [Thu, 31 Oct 2013 15:37:39 +0000 (15:37 +0000)]
Handle repo config in a more sensible way

11 years agoMinor fixes to git-svn
Daniel Martí [Thu, 31 Oct 2013 14:54:52 +0000 (15:54 +0100)]
Minor fixes to git-svn

11 years agoDid not mean to commit these
Daniel Martí [Thu, 31 Oct 2013 14:45:16 +0000 (15:45 +0100)]
Did not mean to commit these

11 years agoSkip the single app, not all of them...
Daniel Martí [Thu, 31 Oct 2013 14:43:36 +0000 (15:43 +0100)]
Skip the single app, not all of them...

11 years agoGet rid of unnecessary indentation
Daniel Martí [Thu, 31 Oct 2013 14:42:58 +0000 (15:42 +0100)]
Get rid of unnecessary indentation

11 years agoSwitch all shebangs to 'env python2'
Daniel Martí [Thu, 31 Oct 2013 12:25:39 +0000 (13:25 +0100)]
Switch all shebangs to 'env python2'

11 years agoRename commitupdates to fd-commit
Daniel Martí [Thu, 31 Oct 2013 12:10:08 +0000 (13:10 +0100)]
Rename commitupdates to fd-commit

11 years agocategorycount is no longer of any use
Daniel Martí [Thu, 31 Oct 2013 12:08:39 +0000 (13:08 +0100)]
categorycount is no longer of any use

11 years agoTwo new stats files: categories.txt, antifeatures.txt
Daniel Martí [Thu, 31 Oct 2013 12:08:15 +0000 (13:08 +0100)]
Two new stats files: categories.txt, antifeatures.txt

11 years agoDocument git-svn auth
Daniel Martí [Thu, 31 Oct 2013 10:54:19 +0000 (11:54 +0100)]
Document git-svn auth

11 years agoSupport user:pass authentication on git-svn
Daniel Martí [Thu, 31 Oct 2013 10:53:12 +0000 (11:53 +0100)]
Support user:pass authentication on git-svn

11 years agoIf config.py is not in the CWD, error before doing anything
Daniel Martí [Wed, 30 Oct 2013 21:13:15 +0000 (22:13 +0100)]
If config.py is not in the CWD, error before doing anything

11 years agoAdd support for UCM:Tags in bzr
Daniel Martí [Wed, 30 Oct 2013 20:54:09 +0000 (21:54 +0100)]
Add support for UCM:Tags in bzr

11 years agoAvoid newlines in git-svn RepoTrunk
Daniel Martí [Wed, 30 Oct 2013 20:40:48 +0000 (21:40 +0100)]
Avoid newlines in git-svn RepoTrunk

11 years agocommitupdates now treats all other changes in a generic manner
Daniel Martí [Wed, 30 Oct 2013 19:17:56 +0000 (20:17 +0100)]
commitupdates now treats all other changes in a generic manner

11 years agoDon't error when finding apk files, just delete them
Daniel Martí [Wed, 30 Oct 2013 18:15:15 +0000 (19:15 +0100)]
Don't error when finding apk files, just delete them

11 years agoAway with all the funambol ugly tweaks
Daniel Martí [Wed, 30 Oct 2013 17:24:03 +0000 (18:24 +0100)]
Away with all the funambol ugly tweaks

11 years agoAutomatically remove all android:debuggable flags
Daniel Martí [Wed, 30 Oct 2013 16:17:44 +0000 (17:17 +0100)]
Automatically remove all android:debuggable flags

11 years agoFix git-svn find-rev, also search for svn revisions after HEAD
Daniel Martí [Wed, 30 Oct 2013 15:53:12 +0000 (16:53 +0100)]
Fix git-svn find-rev, also search for svn revisions after HEAD

11 years agoA couple of minor import improvements
Ciaran Gultnieks [Wed, 30 Oct 2013 08:05:02 +0000 (08:05 +0000)]
A couple of minor import improvements

11 years agoPrint FDroidPopen params *before* executing
Daniel Martí [Tue, 29 Oct 2013 19:39:12 +0000 (20:39 +0100)]
Print FDroidPopen params *before* executing

11 years agoSome diagnostic output for http update check mode
Ciaran Gultnieks [Tue, 29 Oct 2013 19:32:51 +0000 (19:32 +0000)]
Some diagnostic output for http update check mode

11 years agoWiki update code for disabled builds can be simplified now
Ciaran Gultnieks [Tue, 29 Oct 2013 17:39:05 +0000 (17:39 +0000)]
Wiki update code for disabled builds can be simplified now

11 years agoMerge branch 'master' of gitorious.org:f-droid/fdroidserver
Ciaran Gultnieks [Tue, 29 Oct 2013 15:43:56 +0000 (15:43 +0000)]
Merge branch 'master' of gitorious.org:f-droid/fdroidserver

11 years agoAdd package realpath to buildserver
Daniel Martí [Tue, 29 Oct 2013 13:19:27 +0000 (14:19 +0100)]
Add package realpath to buildserver

11 years agohave commitupdates show the diff (commit -v)
Daniel Martí [Tue, 29 Oct 2013 12:45:41 +0000 (13:45 +0100)]
have commitupdates show the diff (commit -v)

11 years agoDon't include '!' in disabled= when converting to new syntax
Daniel Martí [Tue, 29 Oct 2013 12:36:06 +0000 (13:36 +0100)]
Don't include '!' in disabled= when converting to new syntax

11 years agoFix standalone scanner bug
Ciaran Gultnieks [Tue, 29 Oct 2013 12:23:42 +0000 (12:23 +0000)]
Fix standalone scanner bug

11 years agoSome fixes to the scanner algorithm
Daniel Martí [Tue, 29 Oct 2013 11:03:37 +0000 (12:03 +0100)]
Some fixes to the scanner algorithm

11 years agoRetrieve app and version name from the same tag in UCM:Tags
Daniel Martí [Tue, 29 Oct 2013 08:55:15 +0000 (09:55 +0100)]
Retrieve app and version name from the same tag in UCM:Tags

11 years agoDon't try to find output if we're doing an --install
Daniel Martí [Mon, 28 Oct 2013 23:35:14 +0000 (00:35 +0100)]
Don't try to find output if we're doing an --install

11 years agoFind all build.gradle files in the entire source tree
Daniel Martí [Mon, 28 Oct 2013 23:19:49 +0000 (00:19 +0100)]
Find all build.gradle files in the entire source tree

11 years agoSupport new Build: syntax in completion; retab
Daniel Martí [Mon, 28 Oct 2013 23:19:33 +0000 (00:19 +0100)]
Support new Build: syntax in completion; retab

11 years agoDon't require commit to be specified for a disabled build
Ciaran Gultnieks [Mon, 28 Oct 2013 08:53:18 +0000 (08:53 +0000)]
Don't require commit to be specified for a disabled build

11 years agoClean gradle signing configs all at once
Daniel Martí [Sun, 27 Oct 2013 22:43:38 +0000 (23:43 +0100)]
Clean gradle signing configs all at once

11 years agoSupport new Build: format in commitupdates
Daniel Martí [Sun, 27 Oct 2013 21:46:04 +0000 (22:46 +0100)]
Support new Build: format in commitupdates

11 years agoRevert "Allow for spaces before/after version and vercode"
Daniel Martí [Sun, 27 Oct 2013 21:43:24 +0000 (22:43 +0100)]
Revert "Allow for spaces before/after version and vercode"

This reverts commit ec5e12221ffca7f6b4b4ed436f6f9301f3ff7d0e.

11 years agoAllow for spaces before/after version and vercode
Daniel Martí [Sun, 27 Oct 2013 21:32:59 +0000 (22:32 +0100)]
Allow for spaces before/after version and vercode

This allows for 'Build: foo, 1' as well as the old 'Build:foo,1'

11 years agoSupport Build: indenting by tabs
Daniel Martí [Sun, 27 Oct 2013 21:16:41 +0000 (22:16 +0100)]
Support Build: indenting by tabs

11 years agoFix rm safety check
Ciaran Gultnieks [Sun, 27 Oct 2013 17:16:04 +0000 (17:16 +0000)]
Fix rm safety check

I got it backwards due to my stupid parameter naming.