tiny_tiny_rss-openshift-quickstart icon indicating copy to clipboard operation
tiny_tiny_rss-openshift-quickstart copied to clipboard

Smart Way to Add Plugins

Open battamo opened this issue 12 years ago • 4 comments

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

battamo avatar Oct 08 '13 12:10 battamo

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.

disconn3ct avatar Oct 16 '13 13:10 disconn3ct

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

bilderbuchi avatar Oct 16 '13 14:10 bilderbuchi

We already had this conversation. https://github.com/disconn3ct/tiny_tiny_rss-openshift-quickstart/issues/2#issuecomment-19987342

disconn3ct avatar Oct 16 '13 14:10 disconn3ct

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 ;-) )

bilderbuchi avatar Oct 16 '13 15:10 bilderbuchi