-
Task
-
Resolution: Duplicate
-
Low
-
None
As a followup to MDL-49840, where we switched from composer update to composer install, and started to use the composer.lock files as base for testing environments...
... it's needed to create a Job in the CI servers continuously comparing the current composer.lock with a new one, regenerated using composer update.
So, steps:
1) Decide about which changes to inform about (hashes, versions...). And its periodicity.
2) Decide about how to inform (only once, continuously until fixed...).
3) Implement it
Plus:
- his should be also verifying that not local repository is ever distributed by error in the .lock file (see
MDL-50732)
- duplicates
-
MDLSITE-3955 composer update + commit + push task for MDL-49840
-
- Open
-
- has a non-specific relationship to
-
MDL-50732 Remove "repositories" from composer.json
-
- Closed
-
- has been marked as being related by
-
MDL-49840 Bundle composer.lock in git
-
- Closed
-