mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Lots of build system improvements and fixes
This commit is contained in:
parent
fdc6331eeb
commit
09e296d2de
6 changed files with 66 additions and 57 deletions
|
|
@ -212,7 +212,7 @@ def main():
|
|||
src_dir = os.path.join(tmp_dir, 'importer')
|
||||
if os.path.exists(src_dir):
|
||||
shutil.rmtree(src_dir)
|
||||
vcs = common.getvcs(repotype, repo, src_dir)
|
||||
vcs = common.getvcs(repotype, repo, src_dir, sdk_path)
|
||||
vcs.gotorevision(None)
|
||||
if options.subdir:
|
||||
root_dir = os.path.join(src_dir, options.subdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue