mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
new srclib EyesFree: many apps inside
This commit is contained in:
parent
6dc293f639
commit
53ada93a4a
1 changed files with 7 additions and 0 deletions
|
@ -1254,6 +1254,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||||
raise BuildException('Error updating TintAddon project')
|
raise BuildException('Error updating TintAddon project')
|
||||||
return sdir
|
return sdir
|
||||||
|
|
||||||
|
if name == 'EyesFree':
|
||||||
|
sdir = os.path.join(extlib_dir, 'EyesFree')
|
||||||
|
vcs = getvcs('git-svn',
|
||||||
|
'http://eyes-free.googlecode.com/svn/trunk', sdir, sdk_path)
|
||||||
|
vcs.gotorevision(ref)
|
||||||
|
return sdir
|
||||||
|
|
||||||
raise BuildException('Unknown srclib ' + name)
|
raise BuildException('Unknown srclib ' + name)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue