chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43209c1
)
Sed signing configs out of build.gradle files
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 22 Sep 2013 21:26:48 +0000
(23:26 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 22 Sep 2013 21:26:48 +0000
(23:26 +0200)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 78ab245154db4ff63692bdd2790a6f9b472becc8..4011f0a836c315b5e5b7d80442b88ea5478a142d 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-337,6
+337,8
@@
def adapt_gradle(path, verbose):
subprocess.call(['sed', '-i',
's@com.android.tools.build:gradle:[0-9\.\+]*@com.android.tools.build:gradle:'+gradle_plugin+'@g', path])
+ subprocess.call(['sed', '-i', '/signingConfig /d', path])
+
def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_dir, tmp_dir, install, force, verbose, onserver):
"""Do a build locally."""