parent
6a9336fa9c
commit
144e8f8a34
|
@ -404,6 +404,12 @@ EOT
|
||||||
) {
|
) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// disable symlinking for the root package by default as that most likely makes no sense
|
||||||
|
if (($repoConfig['type'] ?? null) === 'path' && !isset($repoConfig['options']['symlink'])) {
|
||||||
|
$repoConfig['options']['symlink'] = false;
|
||||||
|
}
|
||||||
|
|
||||||
$repositorySet->addRepository(RepositoryFactory::createRepo($io, $config, $repoConfig, $rm));
|
$repositorySet->addRepository(RepositoryFactory::createRepo($io, $config, $repoConfig, $rm));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue