GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

App upgrade/update commands or update README #22

Open MatthewHager opened 9 years ago

MatthewHager commented 9 years ago

Now that this project uses submodules, it is necessary to not only check the base project for updates via git pull but also the submodules via git submodule update --init --recursive. This needs full documentation in the README but also it would be nice if this had an alias or command in valkyrie such as drush valkyrie upgrade which would upgrade everything if upgrades are available.

ergonlogic commented 9 years ago

Presumably we want users to be able to install Valkyrie via drush dl valkyrie, in which case I'd hope that the d.o packaging scripts would recursively clone the submodules. That said, having a way to switch to using git, and allowing for self-updating is certainly interesting.

RealLukeMartin commented 9 years ago

Proposed solution for this: https://github.com/GetValkyrie/valkyrie/pull/52

ergonlogic commented 9 years ago

I'd like to see this in 0.5.0, if that pull request is ready to go.

RealLukeMartin commented 9 years ago

Still need to refactor and implement the things you suggested on this PR https://github.com/GetValkyrie/valkyrie/pull/52, it got put on the back burner because of other projects, but I can work on it this week and put another PR in.

ergonlogic commented 9 years ago

Ok, it'd be nice as a future enhancement.