CDAT / cdat.github.io

cdat website
https://cdat.llnl.gov
7 stars 4 forks source link

Make deploy.bash handle older versions of git when updating submodules #183

Closed mauzey1 closed 5 years ago

mauzey1 commented 5 years ago

The command git pull --recurse-submodules only works for git versions 1.7.3 and newer. Instead, deploy.bash should use git pull to update the main repo and git submodule foreach git pull origin master to update submodules. The command git submodule update --init is used to initialize new submodules added to .gitmodules.