chiark / gitweb /
More srclib-related fixing
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 25 Jun 2013 18:13:36 +0000 (19:13 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 25 Jun 2013 18:13:36 +0000 (19:13 +0100)
fdroidserver/common.py

index 380e43de341e129293b3a1fd4d6c954734634798..1aaaf3a536c99c80b6c2368d4f92d8faa0d09e1c 100644 (file)
@@ -1045,6 +1045,7 @@ def getsrclib(spec, srclib_dir, sdk_path, ndk_path="", mvn3="", basepath=False,
 
     if not preponly:
         vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
+        vcs.srclib = (name, sdir)
         vcs.gotorevision(ref)
 
         if raw: