chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd6718
)
Added cm-forked external dropbear as a srclib
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 27 Sep 2012 16:06:15 +0000
(17:06 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 27 Sep 2012 16:06:15 +0000
(17:06 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index c33d97930bc24f4403455b5192f1fbf9a2a32346..c8519ca4e949b0bacd05d66c965182996f89c926 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-860,6
+860,13
@@
def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
vcs.gotorevision(ref)
return os.path.join(sdir, 'GreenDroid')
+ if name == 'Dropbear':
+ sdir = os.path.join(extlib_dir, 'Dropbear')
+ vcs = getvcs('git',
+ 'https://github.com/CyanogenMod/android_external_dropbear.git', sdir, sdk_path)
+ vcs.gotorevision(ref)
+ return sdir
+
if name == 'ActionBarSherlock':
sdir = os.path.join(extlib_dir, 'ActionBarSherlock')
vcs = getvcs('git',