Noting the possibility that users may need to update origin to Savannah

This commit is contained in:
Christopher Allan Webber 2015-04-17 17:00:54 -05:00
parent 4fd98b70d2
commit 9fa1e602b4
2 changed files with 16 additions and 0 deletions

View 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::

View 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
=====