chiark / gitweb /
Added cm-forked external dropbear as a srclib
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 27 Sep 2012 16:06:15 +0000 (17:06 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 27 Sep 2012 16:06:15 +0000 (17:06 +0100)
fdroidserver/common.py

index c33d97930bc24f4403455b5192f1fbf9a2a32346..c8519ca4e949b0bacd05d66c965182996f89c926 100644 (file)
@@ -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',