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:
8675d50
)
Remove dead mvnflags code
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 1 Jun 2014 17:05:10 +0000
(19:05 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 1 Jun 2014 17:05:10 +0000
(19:05 +0200)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index f0a24b6bc0f1c9ae34197d2e25e4ad99d23ca9b0..9764962bfa1089dee83d15942099f0a787cf162e 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-617,9
+617,6
@@
def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
'pom.xml'],
cwd=maven_dir)
- if thisbuild['mvnflags']:
- mvncmd += thisbuild['mvnflags']
-
p = FDroidPopen(mvncmd, cwd=maven_dir)
bindir = os.path.join(root_dir, 'target')