chiark / gitweb /
Fix project.properties dependency issue
authormicu <micuintus@gmx.de>
Thu, 16 Apr 2015 22:58:20 +0000 (00:58 +0200)
committermicu <micuintus@gmx.de>
Thu, 16 Apr 2015 23:10:23 +0000 (01:10 +0200)
commit96e4062bcf2446e635e522e8b71ced178140edde
tree2d313374fd9b8382d4f7723039f3b18fb2d182ed
parentd1d257bef48a3b94d6662312efa056909cde96ab
Fix project.properties dependency issue

Correctly place scrlib references also
in the case there is no project.properties file
present in the original repository.

This commit fixes a problem, which was introduced with
021df3c42420de542bf11f22948831023b47ebf3: If no
project.properties file exists in the original
project's source repo, place_srclib will not place
a dependency --- even if there should be one:

>    if not os.path.isfile(proppath):
>        return

Example app: fdroiddata/metadata/org.berlin_vegan.bvapp.txt
fdroidserver/common.py