1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Rescu srclib

This commit is contained in:
David Black 2013-05-14 18:31:59 +01:00
parent 44a364ba1c
commit dfd5a9fd65

View File

@ -1861,6 +1861,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
return sdir
return libdir
if name == 'Rescu':
sdir = os.path.join(extlib_dir, 'Rescu')
vcs = getvcs('git',
'https://github.com/mmazi/rescu', sdir, sdk_path)
vcs.gotorevision(ref)
return sdir
raise BuildException('Unknown srclib ' + name)