From 4fd98b70d2eb23068259e76b19a25456c766cdcf Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Thu, 16 Apr 2015 20:14:39 +0300 Subject: change git address to savannah's git --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 350f91ec..1afb74cb 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -193,7 +193,7 @@ Change to the MediaGoblin directory that you just created:: Clone the MediaGoblin repository and set up the git submodules:: - git clone https://gitorious.org/mediagoblin/mediagoblin.git + git clone git://git.savannah.gnu.org/mediagoblin.git -b stable cd mediagoblin git submodule init && git submodule update -- cgit v1.2.3 From 9fa1e602b40d1e531335bf903dc7b15632818cf0 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 17 Apr 2015 17:00:54 -0500 Subject: Noting the possibility that users may need to update origin to Savannah --- docs/source/siteadmin/deploying.rst | 7 +++++++ docs/source/siteadmin/relnotes.rst | 9 +++++++++ 2 files changed, 16 insertions(+) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 1afb74cb..dad489c5 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -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:: diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 16899a0b..11ee019f 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -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 ===== -- cgit v1.2.3