mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver
Conflicts: fdroidserver/common.py
This commit is contained in:
commit
25c6c4abd4
4 changed files with 43 additions and 16 deletions
|
@ -1511,6 +1511,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||
raise BuildException('Error updating AndrozicLib project')
|
||||
return sdir
|
||||
|
||||
if name == 'Otr4j':
|
||||
sdir = os.path.join(extlib_dir, 'Otr4j')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/redsolution/otr4j.git', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
if name == 'AnySoftKeyboardTools':
|
||||
sdir = os.path.join(extlib_dir, 'AnySoftKeyboardTools')
|
||||
vcs = getvcs('git',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue