oddhill / odddrupal

Complete Drupal package that contains our custom installation profiles.
www.oddhill.se
1 stars 1 forks source link

Move to a composer based workflow and seperate base from profiles #24

Open NormySan opened 8 years ago

NormySan commented 8 years ago

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.

olofbokedal commented 8 years ago

I think this would be a great improvement since it allows for a much more flexible approach to the site structure.

But I think that we should focus on this for Drupal 8, and then backport the solution to Drupal 7 if we can provide a reasonable upgrade path for existing sites.

Thoughts?

NormySan commented 8 years ago

Sounds like a sound plan, just like we previously discussed.