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
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
Modules are no longer versioned in git === smaller repositories and possibly faster deployments.
Patches could most likely be applied automatically by composer (works with Drupal 8 at least).
Moving the profiles out to custom repositories lets us separate concerns. The base installation should IOM not contain profiles but should instead load them through composer.
Each profile can have it's own dependencies through composer and the site would automatically install the profiles packages also.
I propose that we move the 7.x version of odddrupal to a composer based workfow similar to the 8.x branch.
I also propose that we separate out each profile into it's own repository since a profile is really like a module.
If there is a consensus on this change i propose this is released as a 3.x version of the 7.x branch.
Packages handled by: https://packagist.drupal-composer.org/
Existing implementation like the one i propose: https://github.com/drupal-composer/drupal-project/tree/7.x
Possible pros:
Possible cons:
This changes would require more investigation to see if it's a real possibility and what other pros/cons we can find.