From: Daniel Martí Date: Wed, 9 Oct 2013 21:39:44 +0000 (+0200) Subject: Forgot to fix UCM:Tags for srclibs too X-Git-Tag: 0.1~369 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ca2d830e7fd6ac17ac7c28dc67b6c8559111fdf5;p=fdroidserver.git Forgot to fix UCM:Tags for srclibs too --- diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 3715cd48..b43a772a 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -146,7 +146,7 @@ def check_repomanifest(app, sdk_path, branch=None): try: if app['Repo Type'] == 'srclib': - build_dir = os.path.join('build', 'srclib') + build_dir = os.path.join('build', 'srclib', app['Repo']) repotype = common.getsrclibvcs(app['Repo']) else: build_dir = os.path.join('build/', app['id']) @@ -154,8 +154,6 @@ def check_repomanifest(app, sdk_path, branch=None): # Set up vcs interface and make sure we have the latest code... vcs = common.getvcs(app['Repo Type'], app['Repo'], build_dir, sdk_path) - if app['Repo Type'] == 'srclib': - build_dir = os.path.join(build_dir, app['Repo']) if vcs.repotype() == 'git': if branch: