You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Still need to refactor and implement the things you suggested on this PR #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.
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 viagit 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 asdrush valkyrie upgrade
which would upgrade everything if upgrades are available.The text was updated successfully, but these errors were encountered: