Hello,

I am managing a pretty customised commons site, we have a ton of add on modules and a sub-theme all currently installed under sites/all.

Is there any recommendations for the best way to manage my make file to pull in commons, as well as my extra modules that I need? I would really like to automated it so that I can do nightly test builds.

Thanks for any suggestions!

Comments

lsolesen’s picture

Status: Active » Closed (won't fix)

Closing out old issues. Please reopen if still relevant.

lsolesen’s picture

Status: Closed (won't fix) » Fixed

I did it like this - and I have test builds running on Travis CI. https://github.com/vih-elevforening/elevforeningen-build

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Dustin@PI’s picture

@Isolesen, that's a great example, it will save me a bunch of time on future upgrades. Thank you!