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:
27c7990
)
Forgot a space
author
Daniel Martí
<mvdan@mvdan.cc>
Fri, 20 Dec 2013 17:49:51 +0000
(18:49 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Fri, 20 Dec 2013 17:49:51 +0000
(18:49 +0100)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index eaec0d242c509875f0fa926d729b3e8c9fbcfb06..d2239043fd7d7300bd82d4d1b1b6e1cb0d492d5f 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-323,7
+323,7
@@
def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
cmdline += ' --force --test'
if options.verbose:
cmdline += ' --verbose'
- cmdline += "%s:%s" % (app['id'], thisbuild['vercode'])
+ cmdline += "
%s:%s" % (app['id'], thisbuild['vercode'])
chan.exec_command('bash -c ". ~/.bsenv && ' + cmdline + '"')
output = ''
error = ''