diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-27 12:26:23 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-27 12:26:23 -0500 |
commit | fcee02a776c7ff0c5d2bbe1bf9c5c7d13a83710c (patch) | |
tree | 290470b9c5ff3cb69dd0d996017999dc922a8394 | |
parent | c7690151cc2e3ca4c955b98263a07d3769589f3d (diff) | |
download | mediagoblin-fcee02a776c7ff0c5d2bbe1bf9c5c7d13a83710c.tar.lz mediagoblin-fcee02a776c7ff0c5d2bbe1bf9c5c7d13a83710c.tar.xz mediagoblin-fcee02a776c7ff0c5d2bbe1bf9c5c7d13a83710c.zip |
Run the following to fix the missing git submodule init step
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index a2a5645e..26e001cc 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -31,6 +31,13 @@ carefully, or at least skim over it. 2. Make sure to run ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` +(NOTE: earlier versions of the 0.7.0 release instructions left out the +``git submodule init`` step! If you did an upgrade earlier based on +these instructions and your theme looks weirdly aligned, try running +the following:) + + ``git submodule init && git submodule update`` + That's it, probably! If you run into problems, don't hesitate to `contact us <http://mediagoblin.org/pages/join.html>`_ (IRC is often best). |