Smart Way to Add Plugins
Thank you;-)
I have added this at the top of the build script.
cp -r $OPENSHIFT_REPO_DIR/misc/php $OPENSHIFT_REPO_DIR
Now I can just put additional themes and plugins in:
misc/php/plugins/ misc/php/themes/
Without contaminating anything.
Cheers, Jesper
I am looking for a way to handle it cleanly, while still preserving user changes. The problem is that git doesn't support submodules of submodules. I'm going to leave this open for now until I get time to get a proper fix in place.
The problem is that git doesn't support submodules of submodules.
What makes you think that? git submodule update --init --recursive does not do what you want?
Also, http://stackoverflow.com/questions/1535524/git-submodule-inside-of-a-submodule
We already had this conversation. https://github.com/disconn3ct/tiny_tiny_rss-openshift-quickstart/issues/2#issuecomment-19987342
ah, sorry for the noise, then. I should have trusted my heavy sense of deja-vu when I wrote the comment. >.< (In my defense, though, both your statement in the original thread, like your initial statement here, i.e. "git doesn't support submodules of submodules", are incorrect, or at least incomplete statements ;-) )