chiark / gitweb /
Remove dead mvnflags code
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 1 Jun 2014 17:05:10 +0000 (19:05 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 1 Jun 2014 17:05:10 +0000 (19:05 +0200)
fdroidserver/build.py

index f0a24b6bc0f1c9ae34197d2e25e4ad99d23ca9b0..9764962bfa1089dee83d15942099f0a787cf162e 100644 (file)
@@ -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')