You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using branch based commits for reference for instance
composer require namespace/package:dev-my-branch
I've noticed packeton only keeps a reference to the latest commit on "my-branch" in this instance. Lock files will lock to the specific commit on this branch. This causes a not found error when attempting to run composer install if a later commit has been pushed as packeton only keeps the very latest commit for download. I've only ever used dev branches within packeton and I'm uncertain if this is a limitation of the this specific software package or composer in general. If it's a limitation of the software is this configurable somewhere or possible to change? It makes it inconvenient for the team I'm working on as we have composer install running on container startup and the containers will crash loop when it fails to install the missing prior commit referenced in the lock file.
The text was updated successfully, but these errors were encountered:
When using branch based commits for reference for instance
composer require namespace/package:dev-my-branch
I've noticed packeton only keeps a reference to the latest commit on "my-branch" in this instance. Lock files will lock to the specific commit on this branch. This causes a not found error when attempting to run composer install if a later commit has been pushed as packeton only keeps the very latest commit for download. I've only ever used dev branches within packeton and I'm uncertain if this is a limitation of the this specific software package or composer in general. If it's a limitation of the software is this configurable somewhere or possible to change? It makes it inconvenient for the team I'm working on as we have composer install running on container startup and the containers will crash loop when it fails to install the missing prior commit referenced in the lock file.
The text was updated successfully, but these errors were encountered: