Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When updating a single package, all the packages are re-linked #166

Open
samdark opened this issue May 6, 2021 · 4 comments
Open

When updating a single package, all the packages are re-linked #166

samdark opened this issue May 6, 2021 · 4 comments
Labels

Comments

@samdark
Copy link
Member

samdark commented May 6, 2021

./yii-dev update factory -v

photo_2021-05-06_20-37-08

@samdark samdark added the type:bug Bug label May 6, 2021
@DAGpro
Copy link
Contributor

DAGpro commented Sep 14, 2022

Actual issue?

Or do these lines need to be changed?

$this->packageService->createSymbolicLinks($this->getPackageList(), $this->getIO());

$this->packageService->removeSymbolicLinks($package, $this->getPackageList(), $io);

@samdark
Copy link
Member Author

samdark commented Sep 15, 2022

Not a huge issue but could be optimized since some links could be left as is.

@DAGpro
Copy link
Contributor

DAGpro commented Sep 15, 2022

relink only updated packages?

@samdark
Copy link
Member Author

samdark commented Sep 15, 2022

Yes. That would be way better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants