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:
59e212d
)
Print which srclib are we updating
author
Daniel Martí
<mvdan@mvdan.cc>
Sat, 3 Aug 2013 16:18:10 +0000
(18:18 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sat, 3 Aug 2013 16:18:10 +0000
(18:18 +0200)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index a363ffb504e125e5c286c712651f7f1c6b11e14f..4a87245a1204926346ff05ec1233725d15b5780c 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1070,6
+1070,7
@@
def getsrclib(spec, srclib_dir, sdk_path, ndk_path="", mvn3="", basepath=False,
+ name, out, err)
if srclib["Update Project"] == "Yes":
+ print "Updating srclib %s at path %s" % (name, libdir)
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
'update', 'project', '-p', libdir]) != 0:
raise BuildException( 'Error updating ' + name + ' project')