Noting the possibility that users may need to update origin to Savannah
This commit is contained in:
parent
4fd98b70d2
commit
9fa1e602b4
@ -197,6 +197,13 @@ Clone the MediaGoblin repository and set up the git submodules::
|
|||||||
cd mediagoblin
|
cd mediagoblin
|
||||||
git submodule init && git submodule update
|
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::
|
And set up the in-package virtualenv::
|
||||||
|
|
||||||
|
@ -21,6 +21,15 @@ This chapter has important information for releases in it.
|
|||||||
If you're upgrading from a previous release, please read it
|
If you're upgrading from a previous release, please read it
|
||||||
carefully, or at least skim over 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
|
0.7.1
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user