chiark / gitweb /
fdroidserver.git
11 years agoDefine ANDROID_HOME on buildserver
Ciaran Gultnieks [Thu, 29 Aug 2013 17:25:26 +0000 (18:25 +0100)]
Define ANDROID_HOME on buildserver

11 years agoCorrection to previous commit
Ciaran Gultnieks [Thu, 29 Aug 2013 16:29:12 +0000 (17:29 +0100)]
Correction to previous commit

11 years agoFix gradle path/home setup on buildserver
Ciaran Gultnieks [Thu, 29 Aug 2013 15:27:52 +0000 (16:27 +0100)]
Fix gradle path/home setup on buildserver

11 years agoBetter CV update prints and commit messages
Daniel Martí [Thu, 29 Aug 2013 14:17:12 +0000 (16:17 +0200)]
Better CV update prints and commit messages

11 years agoBasic bash completion for fdroid verify
Daniel Martí [Thu, 29 Aug 2013 13:26:24 +0000 (15:26 +0200)]
Basic bash completion for fdroid verify

11 years agoOne more verification fix
Ciaran Gultnieks [Thu, 29 Aug 2013 13:23:21 +0000 (14:23 +0100)]
One more verification fix

11 years agoA few more verification fixes
Ciaran Gultnieks [Thu, 29 Aug 2013 13:22:21 +0000 (14:22 +0100)]
A few more verification fixes

11 years agoFix verify unpacking
Ciaran Gultnieks [Thu, 29 Aug 2013 13:16:02 +0000 (14:16 +0100)]
Fix verify unpacking

11 years agoAdd verifier to available commands
Ciaran Gultnieks [Thu, 29 Aug 2013 13:14:09 +0000 (14:14 +0100)]
Add verifier to available commands

11 years agoVery simple verifier
Ciaran Gultnieks [Thu, 29 Aug 2013 13:13:05 +0000 (14:13 +0100)]
Very simple verifier

11 years agoPrint progress messages as a build goes thru various stages.
Paul Sokolovsky [Mon, 26 Aug 2013 21:52:04 +0000 (00:52 +0300)]
Print progress messages as a build goes thru various stages.

Without this, we get bunch of messages at the start of build, which
end with "Applying patch", and then all the things hangs for several
minutes (or more, in case of network problems, etc). So, consistently
keep user aware od what's happening. Note that --verbose switch affects
deatiledness and amount of output (in particular, if it's given, "build"
command output goes to console instead of log).

11 years agoFix sha256 sums not appearing in the index
Daniel Martí [Wed, 28 Aug 2013 06:59:38 +0000 (08:59 +0200)]
Fix sha256 sums not appearing in the index

11 years agoOnly do an update if the vercode changes
Ciaran Gultnieks [Tue, 27 Aug 2013 15:42:25 +0000 (16:42 +0100)]
Only do an update if the vercode changes

(mainly to work around a recently introduced issue where the name
changes and then changes straight back!)

11 years agoAdd subdir support to gradle
Daniel Martí [Mon, 26 Aug 2013 10:57:18 +0000 (12:57 +0200)]
Add subdir support to gradle

11 years agoRemove md5 sums from the index (fixes: #336)
Daniel Martí [Mon, 26 Aug 2013 08:44:52 +0000 (10:44 +0200)]
Remove md5 sums from the index (fixes: #336)

11 years agoAdd missing gradle doc entries
Daniel Martí [Thu, 22 Aug 2013 16:32:48 +0000 (18:32 +0200)]
Add missing gradle doc entries

11 years agoAdapt all build.gradle files to be found. Add preassemble=
Daniel Martí [Thu, 22 Aug 2013 16:28:30 +0000 (18:28 +0200)]
Adapt all build.gradle files to be found. Add preassemble=

11 years agoDrop support for old description elements (deprecated one year ago)
Daniel Martí [Thu, 22 Aug 2013 15:03:06 +0000 (17:03 +0200)]
Drop support for old description elements (deprecated one year ago)

11 years agoRemove a bunch of unused imports
Daniel Martí [Wed, 21 Aug 2013 18:47:43 +0000 (20:47 +0200)]
Remove a bunch of unused imports

11 years agoAdd extra-android-m2repository to buildserver
Ciaran Gultnieks [Thu, 22 Aug 2013 08:54:01 +0000 (09:54 +0100)]
Add extra-android-m2repository to buildserver

11 years agoIcon resizing diagnostics/robustness
Ciaran Gultnieks [Wed, 21 Aug 2013 20:47:48 +0000 (21:47 +0100)]
Icon resizing diagnostics/robustness

11 years agoSend permissions to build server (issue #326)
Ciaran Gultnieks [Wed, 21 Aug 2013 20:38:42 +0000 (21:38 +0100)]
Send permissions to build server (issue #326)

11 years agoRemove bin/ and gen/ in update= dirs too!
Daniel Martí [Wed, 21 Aug 2013 14:20:27 +0000 (16:20 +0200)]
Remove bin/ and gen/ in update= dirs too!

11 years agoMaximum icon size is now defined in config.py
Daniel Martí [Mon, 19 Aug 2013 09:36:26 +0000 (11:36 +0200)]
Maximum icon size is now defined in config.py

11 years agoAdd -I/--icons to update
Daniel Martí [Mon, 19 Aug 2013 09:30:54 +0000 (11:30 +0200)]
Add -I/--icons to update

11 years agoStart publishing new repo icons at max 72x72 px
Daniel Martí [Mon, 19 Aug 2013 09:20:50 +0000 (11:20 +0200)]
Start publishing new repo icons at max 72x72 px

11 years agoAdd support for gradle={main,yes,}
Daniel Martí [Sat, 17 Aug 2013 13:16:13 +0000 (15:16 +0200)]
Add support for gradle={main,yes,}

11 years agoFix gradle resulting apk path
Daniel Martí [Sat, 17 Aug 2013 12:23:34 +0000 (14:23 +0200)]
Fix gradle resulting apk path

11 years agoWhen parsing manifests, default version name to "Unknown"
Daniel Martí [Thu, 15 Aug 2013 14:01:33 +0000 (16:01 +0200)]
When parsing manifests, default version name to "Unknown"

11 years agoYet another silly mistake
Daniel Martí [Thu, 15 Aug 2013 13:25:05 +0000 (15:25 +0200)]
Yet another silly mistake

11 years agoSilly mistake in import.py
Daniel Martí [Thu, 15 Aug 2013 13:14:24 +0000 (15:14 +0200)]
Silly mistake in import.py

11 years agoFix import
Daniel Martí [Thu, 15 Aug 2013 13:09:47 +0000 (15:09 +0200)]
Fix import

11 years agoDo not say "manifest exists" if that's not the case
Daniel Martí [Thu, 15 Aug 2013 10:22:49 +0000 (12:22 +0200)]
Do not say "manifest exists" if that's not the case

11 years agoForgot to update config.buildserver.py
Daniel Martí [Thu, 15 Aug 2013 10:20:35 +0000 (12:20 +0200)]
Forgot to update config.buildserver.py

11 years agoFetch CV @string values at checkupdates
Daniel Martí [Thu, 15 Aug 2013 10:15:44 +0000 (12:15 +0200)]
Fetch CV @string values at checkupdates

11 years agoReturn none if no AM.xml paths exist
Daniel Martí [Wed, 14 Aug 2013 13:07:26 +0000 (15:07 +0200)]
Return none if no AM.xml paths exist

11 years agoRename market to gplay
Daniel Martí [Wed, 14 Aug 2013 12:51:17 +0000 (14:51 +0200)]
Rename market to gplay

11 years agoDo not duplicate verbose output when parsing metadata
Daniel Martí [Wed, 14 Aug 2013 12:24:52 +0000 (14:24 +0200)]
Do not duplicate verbose output when parsing metadata

11 years agoAdd --market to checkupdates
Daniel Martí [Wed, 14 Aug 2013 12:24:34 +0000 (14:24 +0200)]
Add --market to checkupdates

11 years agoRemove UCM:Market
Daniel Martí [Wed, 14 Aug 2013 11:39:00 +0000 (13:39 +0200)]
Remove UCM:Market

11 years agoMerge branch 'gradle' (finally!)
Daniel Martí [Wed, 14 Aug 2013 10:03:19 +0000 (12:03 +0200)]
Merge branch 'gradle' (finally!)

Conflicts:
fdroidserver/checkupdates.py

11 years agoMerge branch 'master' of gitorious.org:f-droid/fdroidserver
Daniel Martí [Wed, 14 Aug 2013 09:46:15 +0000 (11:46 +0200)]
Merge branch 'master' of gitorious.org:f-droid/fdroidserver

11 years agoMake RepoManifest work with gradle (at least for simple cases)
Ciaran Gultnieks [Wed, 14 Aug 2013 07:49:27 +0000 (08:49 +0100)]
Make RepoManifest work with gradle (at least for simple cases)

11 years agoSmall fix
Daniel Martí [Tue, 13 Aug 2013 18:04:44 +0000 (20:04 +0200)]
Small fix

11 years agoForgot to remove debugging prints
Daniel Martí [Tue, 13 Aug 2013 14:00:51 +0000 (16:00 +0200)]
Forgot to remove debugging prints

11 years agoImprove checkupdates further, Auto Name works with gradle
Daniel Martí [Tue, 13 Aug 2013 13:58:43 +0000 (15:58 +0200)]
Improve checkupdates further, Auto Name works with gradle

11 years agoUse last found package name if none found
Daniel Martí [Tue, 13 Aug 2013 13:25:47 +0000 (15:25 +0200)]
Use last found package name if none found

11 years agoImplement --install for gradle, add compilesdk=
Daniel Martí [Tue, 13 Aug 2013 13:20:11 +0000 (15:20 +0200)]
Implement --install for gradle, add compilesdk=

11 years agoSmall fixes to checkupdates
Daniel Martí [Tue, 13 Aug 2013 12:51:40 +0000 (14:51 +0200)]
Small fixes to checkupdates

11 years agoTry and adapt checkupdates to gradle better
Daniel Martí [Tue, 13 Aug 2013 10:02:48 +0000 (12:02 +0200)]
Try and adapt checkupdates to gradle better

11 years agoInstall gradle 1.7 to buildserver (untested, may need some extra config)
Ciaran Gultnieks [Fri, 9 Aug 2013 18:37:13 +0000 (19:37 +0100)]
Install gradle 1.7 to buildserver (untested, may need some extra config)

11 years agoDon't run gradle during checkudpates. Use whatever can be found.
Daniel Martí [Fri, 9 Aug 2013 15:15:27 +0000 (17:15 +0200)]
Don't run gradle during checkudpates. Use whatever can be found.

11 years agoMarket is broken, don't default to it
Daniel Martí [Thu, 8 Aug 2013 14:47:26 +0000 (16:47 +0200)]
Market is broken, don't default to it

11 years agoMerge changes from the master branch
Daniel Martí [Thu, 8 Aug 2013 11:02:11 +0000 (13:02 +0200)]
Merge changes from the master branch

11 years agoDeprecate aapt_path in favour of sdk_path + build_tools
Daniel Martí [Thu, 8 Aug 2013 11:00:02 +0000 (13:00 +0200)]
Deprecate aapt_path in favour of sdk_path + build_tools

11 years agoFix gradle checkupdates with tags and RM. new settings.
Daniel Martí [Thu, 8 Aug 2013 10:55:48 +0000 (12:55 +0200)]
Fix gradle checkupdates with tags and RM. new settings.

11 years agoAdd build tools 18.0.1
Ciaran Gultnieks [Thu, 8 Aug 2013 10:43:15 +0000 (11:43 +0100)]
Add build tools 18.0.1

11 years agoAdd sdk android-18
Ciaran Gultnieks [Thu, 8 Aug 2013 10:11:48 +0000 (11:11 +0100)]
Add sdk android-18

11 years agoNeed to create build-tools directory when using non-cached install
Ciaran Gultnieks [Thu, 8 Aug 2013 09:16:51 +0000 (10:16 +0100)]
Need to create build-tools directory when using non-cached install

11 years agoProper apk path for gradle
Daniel Martí [Mon, 5 Aug 2013 18:01:02 +0000 (20:01 +0200)]
Proper apk path for gradle

11 years agoUse src/ rather than source/
Daniel Martí [Sat, 3 Aug 2013 16:53:01 +0000 (18:53 +0200)]
Use src/ rather than source/

11 years agoMerge master into gradle
Daniel Martí [Sat, 3 Aug 2013 16:37:29 +0000 (18:37 +0200)]
Merge master into gradle

11 years agoBe more verbose when doing checkupdates
Daniel Martí [Sat, 3 Aug 2013 16:34:35 +0000 (18:34 +0200)]
Be more verbose when doing checkupdates

11 years agoPrint which srclib are we updating
Daniel Martí [Sat, 3 Aug 2013 16:18:10 +0000 (18:18 +0200)]
Print which srclib are we updating

11 years agoUse new manifest path function in checkupdates
Daniel Martí [Sat, 3 Aug 2013 16:08:49 +0000 (18:08 +0200)]
Use new manifest path function in checkupdates

11 years agojoin needs a list
Daniel Martí [Sat, 3 Aug 2013 15:46:55 +0000 (17:46 +0200)]
join needs a list

11 years agoTry and feed the right gradle apk
Daniel Martí [Sat, 3 Aug 2013 15:45:11 +0000 (17:45 +0200)]
Try and feed the right gradle apk

11 years agoFix gradle command
Daniel Martí [Sat, 3 Aug 2013 15:32:39 +0000 (17:32 +0200)]
Fix gradle command

11 years agoTry to fix subprocess crash
Daniel Martí [Sat, 3 Aug 2013 15:19:23 +0000 (17:19 +0200)]
Try to fix subprocess crash

11 years agoNew gradle=[flavour] field
Daniel Martí [Sat, 3 Aug 2013 15:07:55 +0000 (17:07 +0200)]
New gradle=[flavour] field

11 years agoTry and use new gradle AM.xml path
Daniel Martí [Sat, 3 Aug 2013 14:44:14 +0000 (16:44 +0200)]
Try and use new gradle AM.xml path

11 years agoRemove deprecated parameter
Daniel Martí [Wed, 31 Jul 2013 17:35:57 +0000 (19:35 +0200)]
Remove deprecated parameter

11 years agoUse config.py to locate aapt
Frans Gifford [Thu, 18 Jul 2013 17:23:17 +0000 (18:23 +0100)]
Use config.py to locate aapt

This uses aapt_path in config.py to locate the aapt command. The latest
Android SDK moved aapt out of platform-tools/ causing builds which depend
on this path to fail.

Signed-off-by: Frans Gifford <frans.gifford@cs.ox.ac.uk>
11 years agoCats paw on keyboard to accept license
Ciaran Gultnieks [Wed, 31 Jul 2013 16:46:31 +0000 (17:46 +0100)]
Cats paw on keyboard to accept license

11 years agoWait a sec before snapshot
Ciaran Gultnieks [Wed, 31 Jul 2013 16:39:56 +0000 (17:39 +0100)]
Wait a sec before snapshot

11 years agoRemove separate jdk installation from buildserver
Ciaran Gultnieks [Wed, 31 Jul 2013 16:15:42 +0000 (17:15 +0100)]
Remove separate jdk installation from buildserver

11 years agoFix nativecode in index properly (probably)
Ciaran Gultnieks [Mon, 22 Jul 2013 14:12:20 +0000 (15:12 +0100)]
Fix nativecode in index properly (probably)

11 years agoRevert "Try to fix nativecode issues on index"
Ciaran Gultnieks [Mon, 22 Jul 2013 14:02:35 +0000 (15:02 +0100)]
Revert "Try to fix nativecode issues on index"

This reverts commit de7b117c987320d4cd55fbfea84fcf96bc4279db.

11 years agoFix UCM:Market version name matching
Daniel Martí [Sun, 21 Jul 2013 13:01:41 +0000 (15:01 +0200)]
Fix UCM:Market version name matching

11 years agoBuild success specifies app and version now
Daniel Martí [Sat, 20 Jul 2013 11:32:47 +0000 (13:32 +0200)]
Build success specifies app and version now

11 years agoTry to fix nativecode issues on index
Daniel Martí [Fri, 19 Jul 2013 09:47:35 +0000 (11:47 +0200)]
Try to fix nativecode issues on index

11 years agoCheck error state suspending clean build server
Ciaran Gultnieks [Fri, 19 Jul 2013 06:13:18 +0000 (07:13 +0100)]
Check error state suspending clean build server

11 years agoTransfer .fdroidvcs info to build server
Ciaran Gultnieks [Thu, 18 Jul 2013 20:56:37 +0000 (21:56 +0100)]
Transfer .fdroidvcs info to build server

11 years agoChange suggested virtualbox package name
Ciaran Gultnieks [Thu, 18 Jul 2013 11:40:25 +0000 (12:40 +0100)]
Change suggested virtualbox package name

11 years agoUpdate manual re makebuildserver config, to match mvdan's recent changes
Ciaran Gultnieks [Thu, 18 Jul 2013 11:12:11 +0000 (12:12 +0100)]
Update manual re makebuildserver config, to match mvdan's recent changes

11 years agoLink to app's wiki page from repo browse page
Ciaran Gultnieks [Tue, 16 Jul 2013 15:28:26 +0000 (16:28 +0100)]
Link to app's wiki page from repo browse page

11 years agoRevert "import doesn't work for bitbucket any more"
Ciaran Gultnieks [Tue, 16 Jul 2013 09:20:33 +0000 (10:20 +0100)]
Revert "import doesn't work for bitbucket any more"

This reverts commit 2a21d0f - this just needs fixing (i.e. updating
to take into account their change of site layout, which it has to
scrape to get some information), raither than removing from the
documentation. See issue #143

11 years agoShow auto-update mode on wiki (issue #145)
Ciaran Gultnieks [Tue, 16 Jul 2013 08:43:35 +0000 (09:43 +0100)]
Show auto-update mode on wiki (issue #145)

11 years agoThe novcheck option should not bypass package id checking
Ciaran Gultnieks [Mon, 15 Jul 2013 13:14:06 +0000 (14:14 +0100)]
The novcheck option should not bypass package id checking

11 years agomanual: auto name metadata field
David Black [Mon, 15 Jul 2013 12:51:35 +0000 (13:51 +0100)]
manual: auto name metadata field

11 years agomention that CVC is more important than CV
David Black [Sun, 14 Jul 2013 22:54:34 +0000 (23:54 +0100)]
mention that CVC is  more important than CV

11 years agomention that antcommand accepts no flags
David Black [Sun, 14 Jul 2013 22:46:00 +0000 (23:46 +0100)]
mention that antcommand accepts no flags

11 years agodon't say Android library since compiled Android libraries are now used
David Black [Sun, 14 Jul 2013 22:41:18 +0000 (23:41 +0100)]
don't say Android library since compiled Android libraries are now used

11 years agogive a character limit for the summary
David Black [Sun, 14 Jul 2013 22:37:52 +0000 (23:37 +0100)]
give a character limit for the summary

11 years agoabout licenses being sometimes only applicable to source code
David Black [Sun, 14 Jul 2013 22:23:49 +0000 (23:23 +0100)]
about licenses being sometimes only applicable to source code

11 years agomanual: more uses for forceversion
David Black [Sun, 14 Jul 2013 22:15:45 +0000 (23:15 +0100)]
manual: more uses for forceversion

11 years agomention that prebuilts must be examined if app is for F-Droid...
David Black [Sun, 14 Jul 2013 22:10:08 +0000 (23:10 +0100)]
mention that prebuilts must be examined if app is for F-Droid...

fix bad parsing of --test --force section.

11 years agoimport doesn't work for bitbucket any more
David Black [Sun, 14 Jul 2013 21:58:36 +0000 (22:58 +0100)]
import doesn't work for bitbucket any more

11 years agomore about target parameter in the manual
David Black [Sun, 14 Jul 2013 21:57:25 +0000 (22:57 +0100)]
more about target parameter in the manual

11 years agore-order build parameters chronologically
David Black [Sun, 14 Jul 2013 21:44:30 +0000 (22:44 +0100)]
re-order build parameters chronologically