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')
return sdir
return libdir
-#Leave the native code as a blob; submodules required for that
+ #Leave the native code as a blob; submodules required for that
if name == 'Libpd':
sdir = os.path.join(extlib_dir, 'Libpd')
vcs = getvcs('git',