mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 11:00:10 +01:00
Minor changes
This commit is contained in:
parent
9bd017d78f
commit
3ff2b289cd
@ -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())
|
raise BuildException("Build.py failed on server for %s:%s" % (app['id'], thisbuild['version']), output.strip(), error.strip())
|
||||||
|
|
||||||
# Retrieve the built files...
|
# Retrieve the built files...
|
||||||
if(force):
|
print "Retrieving build output..."
|
||||||
|
if force:
|
||||||
ftp.chdir('/home/vagrant/tmp')
|
ftp.chdir('/home/vagrant/tmp')
|
||||||
else:
|
else:
|
||||||
ftp.chdir('/home/vagrant/unsigned')
|
ftp.chdir('/home/vagrant/unsigned')
|
||||||
|
@ -1088,7 +1088,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||||||
return sdir
|
return sdir
|
||||||
return libdir
|
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':
|
if name == 'Libpd':
|
||||||
sdir = os.path.join(extlib_dir, 'Libpd')
|
sdir = os.path.join(extlib_dir, 'Libpd')
|
||||||
vcs = getvcs('git',
|
vcs = getvcs('git',
|
||||||
|
Loading…
Reference in New Issue
Block a user