diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-22 11:11:42 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-22 11:11:42 -0500 |
commit | 11199c3161cd6814ad0e760007bc04a8da03c30b (patch) | |
tree | 073c72a9b8de199f5713cac1200fedcf220b03cf /docs/source/siteadmin | |
parent | 4baccdf89e779a0de5ba9407f4911b2a10139c47 (diff) | |
download | mediagoblin-11199c3161cd6814ad0e760007bc04a8da03c30b.tar.lz mediagoblin-11199c3161cd6814ad0e760007bc04a8da03c30b.tar.xz mediagoblin-11199c3161cd6814ad0e760007bc04a8da03c30b.zip |
Switch git remote url
Diffstat (limited to 'docs/source/siteadmin')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 |