From 11199c3161cd6814ad0e760007bc04a8da03c30b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 22 May 2015 11:11:42 -0500 Subject: [PATCH] Switch git remote url --- docs/source/siteadmin/relnotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index ca6d11b5..54371439 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -48,6 +48,8 @@ trouble, consider pinging the MediaGoblin list or IRC channel. **Do this to upgrade** +0. If you haven't already, switch the git remote URL: + ``git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git`` 1. Update to the latest release. If checked out from git, run: ``git fetch && git checkout -q v0.8.0 && git submodule init && git submodule update`` 2. Run -- 2.11.4.GIT