chiark / gitweb /
fdroidserver.git
7 years agoMerge branch 'python-vagrant-copy-caches' into 'master'
Hans-Christoph Steiner [Tue, 23 May 2017 18:38:57 +0000 (18:38 +0000)]
Merge branch 'python-vagrant-copy-caches' into 'master'

complete staging buildserver setup on jenkins.debian.net using nested KVM instances

See merge request !176

7 years agomakebuildserver: make config['domain'] local var where its needed
Hans-Christoph Steiner [Tue, 23 May 2017 09:59:53 +0000 (11:59 +0200)]
makebuildserver: make config['domain'] local var where its needed

7 years agorefactored vm related code from build.py to vmtools.py
Michael Pöhn [Tue, 23 May 2017 10:53:07 +0000 (12:53 +0200)]
refactored vm related code from build.py to vmtools.py

7 years agoremoved unused buildserver code
Michael Pöhn [Tue, 23 May 2017 09:37:09 +0000 (11:37 +0200)]
removed unused buildserver code

7 years agoleave VirtualBox `vagrant package` as it was originally
Hans-Christoph Steiner [Mon, 22 May 2017 13:50:32 +0000 (15:50 +0200)]
leave VirtualBox `vagrant package` as it was originally

We only need Vagrantfile hacks for KVM.

7 years agorestart builder vm when ssh connection fails
Michael Pöhn [Tue, 25 Apr 2017 12:45:41 +0000 (14:45 +0200)]
restart builder vm when ssh connection fails

7 years agobuild: delete bad builder/ symlinks
Hans-Christoph Steiner [Tue, 25 Apr 2017 08:27:09 +0000 (10:27 +0200)]
build: delete bad builder/ symlinks

If builder/ is a symlink but is not detected as a directory by
os.path.isdir(), then it is a broken symlink.

7 years agowait a sec after suspending
Michael Pöhn [Fri, 14 Apr 2017 13:58:16 +0000 (15:58 +0200)]
wait a sec after suspending

7 years agoreset buildserver vm if vagrant uuid not present
Michael Pöhn [Thu, 13 Apr 2017 16:41:50 +0000 (18:41 +0200)]
reset buildserver vm if vagrant uuid not present

7 years agomakebuildserver vbox logmessage fix
Michael Pöhn [Thu, 13 Apr 2017 10:49:14 +0000 (12:49 +0200)]
makebuildserver vbox logmessage fix

7 years agouse uuid for vbox snapshots again
Michael Pöhn [Wed, 12 Apr 2017 20:06:21 +0000 (22:06 +0200)]
use uuid for vbox snapshots again

7 years agoremoved useless vm validity check; attempted to fix vbox support
Michael Pöhn [Wed, 12 Apr 2017 15:07:50 +0000 (17:07 +0200)]
removed useless vm validity check; attempted to fix vbox support

7 years agodeal with outdated box images in libvirt storage pool
Michael Pöhn [Sun, 9 Apr 2017 13:36:31 +0000 (15:36 +0200)]
deal with outdated box images in libvirt storage pool

7 years agomakebuildserver deal with apt cache lock
Michael Pöhn [Sat, 8 Apr 2017 22:57:59 +0000 (00:57 +0200)]
makebuildserver deal with apt cache lock

7 years agobuild server use up instead or resume; logging
Hans-Christoph Steiner [Mon, 22 May 2017 15:53:12 +0000 (17:53 +0200)]
build server use up instead or resume; logging

7 years agotest script for vmtools
Hans-Christoph Steiner [Mon, 22 May 2017 15:53:47 +0000 (17:53 +0200)]
test script for vmtools

7 years agorevised build server creation
Michael Pöhn [Thu, 6 Apr 2017 09:42:35 +0000 (11:42 +0200)]
revised build server creation

7 years agoauto-lookup vm provider based on available executables; more fault tolerant vagrant...
Michael Pöhn [Sat, 1 Apr 2017 10:27:26 +0000 (12:27 +0200)]
auto-lookup vm provider based on available executables; more fault tolerant vagrant package

7 years agofixed reading libvirt box image size
Hans-Christoph Steiner [Mon, 22 May 2017 15:17:01 +0000 (17:17 +0200)]
fixed reading libvirt box image size

7 years agovmtools debug logging for check_output calls
Michael Pöhn [Wed, 29 Mar 2017 15:36:04 +0000 (17:36 +0200)]
vmtools debug logging for check_output calls

7 years agoadded box handling to vmtools
Hans-Christoph Steiner [Mon, 22 May 2017 15:14:48 +0000 (17:14 +0200)]
added box handling to vmtools

7 years agorefactored kvm_package to vmtools
Hans-Christoph Steiner [Mon, 22 May 2017 15:12:34 +0000 (17:12 +0200)]
refactored kvm_package to vmtools

7 years agoadded makebuildserver option for keeping vagrant box
Hans-Christoph Steiner [Mon, 22 May 2017 15:29:12 +0000 (17:29 +0200)]
added makebuildserver option for keeping vagrant box

This is very useful for debugging this process, and also for people
who might want to keep a working copy of the box.

7 years agofix virsh destroy parameters
Michael Pöhn [Sun, 26 Mar 2017 01:34:29 +0000 (03:34 +0200)]
fix virsh destroy parameters

7 years agouse configured vm provider in when calling destroy in makebuildserver
Michael Pöhn [Sun, 26 Mar 2017 01:15:33 +0000 (03:15 +0200)]
use configured vm provider in when calling destroy in makebuildserver

7 years agouse overhauled mv destroy code in build.py
Michael Pöhn [Sun, 26 Mar 2017 00:51:28 +0000 (01:51 +0100)]
use overhauled mv destroy code in build.py

7 years agooverhauled and moved destroying builder vm to vmtools.py
Michael Pöhn [Sun, 26 Mar 2017 00:41:39 +0000 (01:41 +0100)]
overhauled and moved destroying builder vm to vmtools.py

7 years agofdroid build: added sleep after destroy/undefine
Michael Pöhn [Sat, 25 Mar 2017 03:19:36 +0000 (04:19 +0100)]
fdroid build: added sleep after destroy/undefine

7 years agomakebuildserver added sleep after destroy/undefine
Michael Pöhn [Sat, 25 Mar 2017 02:50:22 +0000 (03:50 +0100)]
makebuildserver added sleep after destroy/undefine

7 years agomakebuildserver more robust codepath for vagrant destroy
Michael Pöhn [Sat, 25 Mar 2017 01:48:00 +0000 (02:48 +0100)]
makebuildserver more robust codepath for vagrant destroy

7 years agomakebuildserver added failsafe when destroy vagrant vm
Michael Pöhn [Sat, 25 Mar 2017 01:37:08 +0000 (02:37 +0100)]
makebuildserver added failsafe when destroy vagrant vm

7 years agomakebuildserver use virsh instead of libvirt for forcing domain off
Michael Pöhn [Sat, 25 Mar 2017 01:19:15 +0000 (02:19 +0100)]
makebuildserver use virsh instead of libvirt for forcing domain off

7 years agomakebuildserver debug logging when initial provisioning fails
Michael Pöhn [Sat, 25 Mar 2017 00:56:20 +0000 (01:56 +0100)]
makebuildserver debug logging when initial provisioning fails

7 years agooverhauled makebuildserver libvirt vm cleanup
Michael Pöhn [Sat, 25 Mar 2017 00:40:41 +0000 (01:40 +0100)]
overhauled makebuildserver libvirt vm cleanup

7 years agomakebuildserver debugging log details
Michael Pöhn [Fri, 24 Mar 2017 19:04:50 +0000 (20:04 +0100)]
makebuildserver debugging log details

7 years agomakebuildserver prune gloabal vagrant status when purging broken VMs
Michael Pöhn [Fri, 24 Mar 2017 03:16:30 +0000 (04:16 +0100)]
makebuildserver prune gloabal vagrant status when purging broken VMs

7 years agodelete .vagrant dir when cleaning up buildserver vm
Michael Pöhn [Fri, 24 Mar 2017 02:15:35 +0000 (03:15 +0100)]
delete .vagrant dir when cleaning up buildserver vm

7 years agojenkins makebuildserver fail if vagrant box was not created
Michael Pöhn [Thu, 23 Mar 2017 23:49:02 +0000 (00:49 +0100)]
jenkins makebuildserver fail if vagrant box was not created

7 years agocalculate correct size for buildserver-box in makebuildserver
Hans-Christoph Steiner [Mon, 22 May 2017 14:57:47 +0000 (16:57 +0200)]
calculate correct size for buildserver-box in makebuildserver

https://gitlab.com/fdroid/fdroidserver/issues/238#note_24000153
"Our hard-coded image size meta-data (1000) is for some interpreted as less
than the size of the box-image by my kvm setup. This makes grub/initrd
refuse to boot. So I've changed the metadata size to 9999 which resulted in
an actually booting vm. I can log in on the builder-vm via virt-manager
and virsh.

7 years agoauto-reset broken builder vm
Michael Pöhn [Tue, 14 Mar 2017 23:12:01 +0000 (00:12 +0100)]
auto-reset broken builder vm

7 years agoscan vm provider again after re-creating builder vm
Michael Pöhn [Thu, 9 Mar 2017 12:30:30 +0000 (13:30 +0100)]
scan vm provider again after re-creating builder vm

7 years agoadded some debug listings to jenkins makebuildserver script
Michael Pöhn [Wed, 8 Mar 2017 11:29:18 +0000 (12:29 +0100)]
added some debug listings to jenkins makebuildserver script

7 years agodelete associated libvirt domain/image when destroying builder vm
Michael Pöhn [Tue, 7 Mar 2017 14:14:10 +0000 (15:14 +0100)]
delete associated libvirt domain/image when destroying builder vm

7 years agobuild: fixed kvm snapshot support; makebuildserver: setup kvm ssh credentials
Michael Pöhn [Mon, 6 Mar 2017 01:57:07 +0000 (02:57 +0100)]
build: fixed kvm snapshot support; makebuildserver: setup kvm ssh credentials

7 years agoadded libvirt vm-provider support to build.py
Michael Pöhn [Thu, 23 Feb 2017 04:51:05 +0000 (05:51 +0100)]
added libvirt vm-provider support to build.py

7 years agomakebuildserver: package up KVM VM as a vagrant box
Hans-Christoph Steiner [Tue, 14 Feb 2017 21:58:35 +0000 (22:58 +0100)]
makebuildserver: package up KVM VM as a vagrant box

`vagrant package` does not work with KVM, so we have to hack together our
own until someone implements it (suppose we should do it). This is a hacked
up version based on:
https://github.com/vagrant-libvirt/vagrant-libvirt/blob/d7d440ea8f24f698a93a4c5b9a5149acef469579/tools/create_box.sh

#238

7 years agobuildserver: make --clean destroy reliably
Hans-Christoph Steiner [Tue, 27 Sep 2016 06:26:33 +0000 (02:26 -0400)]
buildserver: make --clean destroy reliably

This prevents v.destroy() from running if Vagrantfile.yaml does not exist,
since that is required for vagrant to run: is the core config including the
name of the box, etc.  Otherwise, it would exit with an error.

This also does complete cleanup when using libvirt.

7 years agobuildserver: consolidate boxfile export code into one block
Hans-Christoph Steiner [Mon, 26 Sep 2016 09:22:05 +0000 (05:22 -0400)]
buildserver: consolidate boxfile export code into one block

This is just for clarity, and moving more code into the main() function.

7 years agobuildserver: add copy_caches_from_host config option
Hans-Christoph Steiner [Thu, 23 Jun 2016 15:12:06 +0000 (17:12 +0200)]
buildserver: add copy_caches_from_host config option

For people using slow, expensive, and/or flaky internet, liberal use of
caching can make a huge difference.  The restricted environment of the
gpjenkins box has been a good test environment for this (Tor-only,
whitelist of allowed IPs to visit, home internet connection).

7 years agobuildserver: run_via_vagrant_ssh() to run cmds via python-vagrant
Hans-Christoph Steiner [Thu, 23 Jun 2016 14:38:39 +0000 (16:38 +0200)]
buildserver: run_via_vagrant_ssh() to run cmds via python-vagrant

This moves the last vagrant call in a subprocess.

7 years agobuildserver: move code into main() method to always stop thread
Hans-Christoph Steiner [Sun, 25 Sep 2016 16:55:29 +0000 (18:55 +0200)]
buildserver: move code into main() method to always stop thread

By running the whole program in a main() function, it can be wrapped in
try/finally in order to stop the background display thread.  This is also
done in ./fdroid, its standard practice for Python CLI utilities.

7 years agobuildserver: display verbose logging in a background tail
Hans-Christoph Steiner [Mon, 20 Jun 2016 09:33:46 +0000 (11:33 +0200)]
buildserver: display verbose logging in a background tail

7 years agobuildserver: replace custom code with python-vagrant
Hans-Christoph Steiner [Tue, 27 Sep 2016 06:49:32 +0000 (08:49 +0200)]
buildserver: replace custom code with python-vagrant

I ran into some annoying issues with UTF-8 output in the vagrant logs, and
it was hard to solve.  So I switched to using python-vagrant, which handles
it all for us.  Its been around since 2012, has a number of contributors,
and is still actively maintained, so it seems like a good bet. I also
packaged it for Debian, including a backport in jessie-backports.

On Debian/jessie, do `apt-get install python3-vagrant/jessie-backports`

7 years agoinclude class like UNIX `tail -f` for displaying logs
Hans-Christoph Steiner [Fri, 17 Jun 2016 11:03:01 +0000 (13:03 +0200)]
include class like UNIX `tail -f` for displaying logs

This allows fdroidserver to easily log activity while displaying it at the
same time.

7 years agomove bulk of reproducible_fdroid_build_apps.sh to jenkins-build
Hans-Christoph Steiner [Mon, 22 May 2017 15:36:18 +0000 (17:36 +0200)]
move bulk of reproducible_fdroid_build_apps.sh to jenkins-build

This lets us quickly and frequently test things.

7 years agoMerge branch 'exceptions' into 'master'
Hans-Christoph Steiner [Mon, 22 May 2017 20:50:54 +0000 (20:50 +0000)]
Merge branch 'exceptions' into 'master'

Replace sys.exit() in non-main functions by exceptions

See merge request !273

7 years agoReplace sys.exit() in non-main functions by exceptions
Torsten Grote [Mon, 22 May 2017 19:33:52 +0000 (16:33 -0300)]
Replace sys.exit() in non-main functions by exceptions

Also move all exceptions into one module

7 years agofix calling vagrant global-status
Michael Pöhn [Sat, 25 Mar 2017 22:50:10 +0000 (23:50 +0100)]
fix calling vagrant global-status

7 years agouse stable version of priv ext instead of latest when testing in makebuildserver
Michael Pöhn [Mon, 24 Apr 2017 10:19:37 +0000 (12:19 +0200)]
use stable version of priv ext instead of latest when testing in makebuildserver

7 years agojenkins-build-makebuildserver: retry `git fetch` until it works
Hans-Christoph Steiner [Wed, 26 Oct 2016 12:24:14 +0000 (14:24 +0200)]
jenkins-build-makebuildserver: retry `git fetch` until it works

It seems that gitlab gives 500 errors a bit too frequently, so keep
retrying the `git pull` until it works so that there isn't a error email
sent out over failed pulls.

7 years agoMerge branch 'indexing-fixes' into 'master'
Hans-Christoph Steiner [Mon, 22 May 2017 09:32:39 +0000 (09:32 +0000)]
Merge branch 'indexing-fixes' into 'master'

indexing fixes

Closes #303

See merge request !270

7 years agoupdate: find aapt when it is not in the PATH
Hans-Christoph Steiner [Thu, 18 May 2017 15:20:24 +0000 (17:20 +0200)]
update: find aapt when it is not in the PATH

This is some very messy logic built up since 2010.  This will all go away
once we have a python3 version of androguard available.

The removed imports and `dir(APK)` is to silence pyflakes

closes #303

7 years agoupdate: fix fastlane scraping, it uses a subdir called 'images'
Hans-Christoph Steiner [Tue, 16 May 2017 10:25:42 +0000 (12:25 +0200)]
update: fix fastlane scraping, it uses a subdir called 'images'

https://commons.wikimedia.org/wiki/File:GetChromium_FeatureGraphic_1024x500.png

7 years agoupdate: skip packages without metadata in index V1
Hans-Christoph Steiner [Mon, 15 May 2017 18:11:41 +0000 (20:11 +0200)]
update: skip packages without metadata in index V1

If a package does not have a matching "app" metadata file, then it should
not be added to the index. index V0 already does this properly.

7 years agoupdate: improved logging
Hans-Christoph Steiner [Mon, 15 May 2017 17:48:20 +0000 (19:48 +0200)]
update: improved logging

the aapt warnings were very verbose, and the other now includes the
file name type for screenshots, rather than the filename twice.

7 years agoupdate: allow repo files to use _ in the file names
Hans-Christoph Steiner [Mon, 15 May 2017 17:47:31 +0000 (19:47 +0200)]
update: allow repo files to use _ in the file names

_ is a valid character for Java package names, so it should also work in
the repo file naming scheme. This makes it so it only splits the file
name based on the last _.

7 years agometadata: switch from deprecated cgi.escape to html.escape
Hans-Christoph Steiner [Mon, 15 May 2017 15:27:48 +0000 (17:27 +0200)]
metadata: switch from deprecated cgi.escape to html.escape

cgi.escape is deprecated in Python 3.x and has security issues:
https://bugs.python.org/issue26398

html.escape() differs from cgi.escape() by its defaults to quote=True:

 s = html.escape( """& < " ' >""" )   # s = '&amp; &lt; &quot; &#x27; &gt;'

7 years agoMerge branch 'cdn-git-mirror' into 'master'
Torsten Grote [Wed, 17 May 2017 22:47:56 +0000 (22:47 +0000)]
Merge branch 'cdn-git-mirror' into 'master'

Fix double pushing on remote git-mirror

See merge request !272

7 years agofix double pushing on remote
thez3ro [Wed, 17 May 2017 21:08:25 +0000 (23:08 +0200)]
fix double pushing on remote

7 years agoMerge branch 'cdn-git-mirror' into 'master'
Hans-Christoph Steiner [Wed, 17 May 2017 20:29:33 +0000 (20:29 +0000)]
Merge branch 'cdn-git-mirror' into 'master'

Use Gitlab Pages as mirror instead of Raw

Closes #293

See merge request !271

7 years agoUse gitlab pages as mirror
thez3ro [Wed, 17 May 2017 18:37:49 +0000 (20:37 +0200)]
Use gitlab pages as mirror

7 years agoMerge branch 'hg39' into 'master'
Hans-Christoph Steiner [Wed, 10 May 2017 17:22:15 +0000 (17:22 +0000)]
Merge branch 'hg39' into 'master'

buildserver: use hg 3.9 from backports

See merge request !266

7 years agobuildserver: use hg 3.9 from backports
Boris Kraut [Wed, 10 May 2017 16:55:38 +0000 (18:55 +0200)]
buildserver: use hg 3.9 from backports

7 years agoMerge branch 'master' into 'master'
Hans-Christoph Steiner [Fri, 5 May 2017 09:10:32 +0000 (09:10 +0000)]
Merge branch 'master' into 'master'

replace aapt with androguard

See merge request !234

7 years agoMerge branch 'yaml' into 'master'
Michael Pöhn [Fri, 5 May 2017 08:35:44 +0000 (08:35 +0000)]
Merge branch 'yaml' into 'master'

basic support for YAMLin `fdroid rewritemeta`

Closes #285 and #169

See merge request !260

7 years agouse androguard if aapt isn't found
thez3ro [Thu, 13 Apr 2017 12:18:48 +0000 (14:18 +0200)]
use androguard if aapt isn't found

7 years agoMerge branch 'download-index-etag' into 'master'
Hans-Christoph Steiner [Tue, 2 May 2017 19:12:41 +0000 (19:12 +0000)]
Merge branch 'download-index-etag' into 'master'

Support ETag when downloading repository index

See merge request !264

7 years agoSupport ETag when downloading repository index
Torsten Grote [Tue, 2 May 2017 15:05:48 +0000 (12:05 -0300)]
Support ETag when downloading repository index

7 years agofix white space trimming when writing .txt format
Hans-Christoph Steiner [Thu, 27 Apr 2017 18:40:08 +0000 (20:40 +0200)]
fix white space trimming when writing .txt format

Some of the internal data format changes somehow broke the white space
trimming when writing out .txt.

closes #285

7 years agouse pyyaml for rewriting .yml metadata files
Hans-Christoph Steiner [Fri, 25 Nov 2016 14:20:19 +0000 (15:20 +0100)]
use pyyaml for rewriting .yml metadata files

This replaces the broken, custom code with the standard YAML lib.

In rewritemeta, do not call app.metadatapath since it will be deleted when
the dict is cleaned up for outputing. metadatapath is only used internally
and should not be written out.

closes #169
refs #290

7 years agoMerge branch 'libvirt-support' into 'master'
Michael Pöhn [Tue, 2 May 2017 07:39:51 +0000 (07:39 +0000)]
Merge branch 'libvirt-support' into 'master'

Check for libvirt specific shutoff message

See merge request !262

7 years agoMerge branch 'pre-0.103-alpha4-rename' into 'master'
Torsten Grote [Mon, 1 May 2017 17:59:59 +0000 (17:59 +0000)]
Merge branch 'pre-0.103-alpha4-rename' into 'master'

downcase all 'localized' key names to match the rest of index-v1

See merge request !261

7 years agoCheck for libvirt specific shutoff message
Andrew Patrikalakis [Sun, 30 Apr 2017 01:38:44 +0000 (18:38 -0700)]
Check for libvirt specific shutoff message

7 years agodowncase all 'localized' key names to match the rest of index-v1
Hans-Christoph Steiner [Thu, 27 Apr 2017 19:12:49 +0000 (21:12 +0200)]
downcase all 'localized' key names to match the rest of index-v1

This is a little omission.  keys that are used in metadata/*.yml all start
with an UpperCase letter, but in fdroidserver, index-v1.json, and
fdroidclient, it is all camelCase with lowercase first letter. The keys
from the 'localized' section are currently never in metadata/*.yml, so
these keys never get downcase.  This change will break fdroidclient
versions that do not also have this change, but since we're in alpha, that
should be fine.

If support for a 'localized' section is added to metadata/*.yml, then the
keys there should probably be UpperCase CamelCase to match the other keys.

7 years agoMerge branch 'git-identity-file' into 'master'
Hans-Christoph Steiner [Mon, 24 Apr 2017 21:24:07 +0000 (21:24 +0000)]
Merge branch 'git-identity-file' into 'master'

Make git server mirror upload honor config['identity_file'] option

See merge request !259

7 years agoMake git server mirror upload honor config['identity_file'] option
Torsten Grote [Mon, 24 Apr 2017 19:22:33 +0000 (16:22 -0300)]
Make git server mirror upload honor config['identity_file'] option

7 years agoMerge branch '148-no-verify-logs-on-split-build-publish-infrastructure' into 'master'
Hans-Christoph Steiner [Mon, 24 Apr 2017 18:50:58 +0000 (18:50 +0000)]
Merge branch '148-no-verify-logs-on-split-build-publish-infrastructure' into 'master'

compare apk with Binaries from metadata right after building

Closes #148

See merge request !247

7 years agoremove build output when not reproducible
Michael Pöhn [Sun, 23 Apr 2017 09:33:51 +0000 (11:33 +0200)]
remove build output when not reproducible

7 years agounified method for naming build output
Michael Pöhn [Sat, 22 Apr 2017 10:04:32 +0000 (12:04 +0200)]
unified method for naming build output

7 years agocheck meld config for manual apk diffs
Michael Pöhn [Thu, 20 Apr 2017 10:44:22 +0000 (12:44 +0200)]
check meld config for manual apk diffs

7 years agouse verify_apks for checking build output
Michael Pöhn [Thu, 20 Apr 2017 10:38:50 +0000 (12:38 +0200)]
use verify_apks for checking build output

7 years agofix java architecture in buildserver config
Michael Pöhn [Thu, 20 Apr 2017 10:27:04 +0000 (12:27 +0200)]
fix java architecture in buildserver config

7 years agocompare apk with Binaries from metadata right after building
Michael Pöhn [Tue, 4 Apr 2017 16:58:16 +0000 (18:58 +0200)]
compare apk with Binaries from metadata right after building

7 years agoMerge branch '273-invalid-apk-gets-through-to-publish-stage' into 'master'
Hans-Christoph Steiner [Fri, 21 Apr 2017 07:56:55 +0000 (07:56 +0000)]
Merge branch '273-invalid-apk-gets-through-to-publish-stage' into 'master'

throw proper error when download of apks fail

Closes #273

See merge request !258

7 years agothrow proper error when download of apks fail
Michael Pöhn [Thu, 20 Apr 2017 15:48:38 +0000 (17:48 +0200)]
throw proper error when download of apks fail

7 years agoMerge branch 'gradleplugin' into 'master'
Daniel Martí [Wed, 19 Apr 2017 09:27:42 +0000 (09:27 +0000)]
Merge branch 'gradleplugin' into 'master'

bs: use only prefixes for gradle kv pairs

See merge request !257

7 years agoMerge branch 'full-app-store-metadata-scraping' into 'master'
Hans-Christoph Steiner [Wed, 19 Apr 2017 08:25:56 +0000 (08:25 +0000)]
Merge branch 'full-app-store-metadata-scraping' into 'master'

Full app store metadata scraping

Closes #204 and #143

See merge request !253

7 years agoadd basic test for Triple-T Gradle Play Publisher scraping
Hans-Christoph Steiner [Wed, 19 Apr 2017 08:04:32 +0000 (10:04 +0200)]
add basic test for Triple-T Gradle Play Publisher scraping

7 years agoupdate: fix glob to actually match all locales
Hans-Christoph Steiner [Fri, 14 Apr 2017 22:17:09 +0000 (00:17 +0200)]
update: fix glob to actually match all locales

glob != regexp, [A-Z-.@] means one of those chars is required in that
position, so the glob pattern was requiring a least 3 chars.  Locales are
usually just two lower case letters, e.g. vi, de, ar.

7 years agosupport "Author Web Site" as metadata field
Hans-Christoph Steiner [Fri, 14 Apr 2017 12:23:07 +0000 (14:23 +0200)]
support "Author Web Site" as metadata field

Fastlane Supply, Triple-T Gradle Play Publisher, and many app stores
include the possibility to specify a website for the author, as distinct
from the website for the app.

closes #204