Run the following to fix the missing git submodule init step
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 27 Aug 2014 17:26:23 +0000 (12:26 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 27 Aug 2014 17:26:23 +0000 (12:26 -0500)
docs/source/siteadmin/relnotes.rst

index a2a5645e7afd35c2a67db4564451a5afee177de2..26e001cc3859c4e2fe083a74a31803d802bc905c 100644 (file)
@@ -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).