Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Smart Way to Add Plugins #7

Open
battamo opened this issue Oct 8, 2013 · 4 comments
Open

Smart Way to Add Plugins #7

battamo opened this issue Oct 8, 2013 · 4 comments

Comments

@battamo
Copy link

battamo commented Oct 8, 2013

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

@disconn3ct
Copy link
Owner

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.

@bilderbuchi
Copy link
Contributor

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

@disconn3ct
Copy link
Owner

We already had this conversation.
#2 (comment)

@bilderbuchi
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants