mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
Actually use absolute path for jobs mirror prefix
This commit is contained in:
+1
-1
@@ -679,7 +679,7 @@ if 'portindex' in config['deploy']:
|
||||
|
||||
if 'mirror' in config['deploy']:
|
||||
jobs_mirror_factory = util.BuildFactory()
|
||||
jobs_mirror_prefix = os.path.join(jobs_mirror_factory.workdir, 'prefix')
|
||||
jobs_mirror_prefix = os.path.abspath(os.path.join(jobs_mirror_factory.workdir, 'prefix'))
|
||||
|
||||
# get mpbb; we'll do the checkout of base and dports via these scripts
|
||||
jobs_mirror_factory.addStep(GitForTools(
|
||||
|
||||
Reference in New Issue
Block a user