rafecolton / kamino

Known for its cloning technologies (really good at cloning repos from GitHub)
MIT License
1 stars 0 forks source link

Add option for handling submodules #3

Open rafecolton opened 10 years ago

rafecolton commented 10 years ago

What is the best way to do this? Should git clone also pull submodules (i.e. --recursive)?

meatballhat commented 10 years ago

I would cargo cult whatever Travis CI is doing at the beginning of every build. On Jun 4, 2014 12:56 AM, "Rafe Colton" notifications@github.com wrote:

What is the best way to do this? Should git clone also pull submodules (i.e. --recursive)?

— Reply to this email directly or view it on GitHub https://github.com/modcloth/kamino/issues/3.

rafecolton commented 10 years ago

Yeah that's kind of what prompted this inquiry. Travis automatically pulls submodules, so maybe --recursive should be the default with an option not to pull submodules? That option would have to be passed all the way through the build server of course

meatballhat commented 10 years ago

whatever Travis is doing. do that. recursive. automatic. whatever.

:heart_eyes_cat:

jszwedko commented 10 years ago

:+1: to --recursive