Noting the possibility that users may need to update origin to Savannah
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 17 Apr 2015 22:00:54 +0000 (17:00 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 17 Apr 2015 22:00:54 +0000 (17:00 -0500)
docs/source/siteadmin/deploying.rst
docs/source/siteadmin/relnotes.rst

index 1afb74cbe474b960db5ee692e2048ec248d4a776..dad489c5c9db5214b0e9c6b74b094cbc5cefa5c0 100644 (file)
@@ -197,6 +197,13 @@ Clone the MediaGoblin repository and set up the git submodules::
     cd mediagoblin
     git submodule init && git submodule update
 
+.. note::
+
+   The MediaGoblin repository used to be on gitorious.org, but since
+   gitorious.org shut down, we had to move.  We are presently on
+   Savannah.  You may need to update your git repository location::
+
+       git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git
 
 And set up the in-package virtualenv::
 
index 16899a0b13e347d5f44e2032570293163a819836..11ee019f4e865d79740a2e8974b2f3b18c15580f 100644 (file)
@@ -21,6 +21,15 @@ This chapter has important information for releases in it.
 If you're upgrading from a previous release, please read it
 carefully, or at least skim over it.
 
+.. note::
+
+   The MediaGoblin repository used to be on gitorious.org, but since
+   gitorious.org shut down, we had to move.  We are presently on
+   Savannah.  You may need to update your git repository location::
+
+       git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git
+
+
 0.7.1
 =====