chiark / gitweb /
build: improve regsub pattern for setting buildToolsVersion
authorHans-Christoph Steiner <hans@eds.org>
Tue, 11 Aug 2015 13:33:03 +0000 (15:33 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 19 Aug 2015 15:55:17 +0000 (17:55 +0200)
commitd53a5af715c66e6faf6af187bb7b13f204fc03bd
tree8745945fcc9f1aae8e47967f7a278dc593a80c65
parent6db6433e979c56d39d1cd5398c8077caa2d4fc7e
build: improve regsub pattern for setting buildToolsVersion

This addresses the discussion in !64
https://gitlab.com/fdroid/fdroidserver/merge_requests/64

Sometimes, buildToolsVersion is a kind of gradle macro call, and other
times it is a variable assignment.  This regsub pattern now handles both of
those cases.
.gitignore
fdroidserver/build.py
tests/build.TestCase
tests/common.TestCase
tests/source-files/Zillode/syncthing-silk/build.gradle [new file with mode: 0644]
tests/source-files/fdroid/fdroidclient/AndroidManifest.xml [moved from tests/AndroidManifest.xml with 100% similarity]
tests/source-files/fdroid/fdroidclient/build.gradle [moved from tests/build.gradle with 100% similarity]
tests/source-files/open-keychain/open-keychain/OpenKeychain/build.gradle [new file with mode: 0644]
tests/source-files/open-keychain/open-keychain/build.gradle [new file with mode: 0644]
tests/source-files/osmandapp/osmand/build.gradle [new file with mode: 0644]