mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Minor changes
This commit is contained in:
parent
9bd017d78f
commit
3ff2b289cd
2 changed files with 3 additions and 2 deletions
|
@ -233,7 +233,8 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, sdk_path, force):
|
|||
raise BuildException("Build.py failed on server for %s:%s" % (app['id'], thisbuild['version']), output.strip(), error.strip())
|
||||
|
||||
# Retrieve the built files...
|
||||
if(force):
|
||||
print "Retrieving build output..."
|
||||
if force:
|
||||
ftp.chdir('/home/vagrant/tmp')
|
||||
else:
|
||||
ftp.chdir('/home/vagrant/unsigned')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue