Ticket #5309: master_move_to_sv.patch

File master_move_to_sv.patch, 887 bytes (added by Boris Bobrov, 9 years ago)

patch for master branch

  • docs/source/siteadmin/deploying.rst

    From e9a3cc8bb157e46f656023690ce0823be36a9f33 Mon Sep 17 00:00:00 2001
    From: Boris Bobrov <breton@cynicmansion.ru>
    Date: Thu, 16 Apr 2015 20:14:39 +0300
    Subject: [PATCH] change git address to savannah's git
    
    ---
     docs/source/siteadmin/deploying.rst | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
    index 2aadd04..2ddf6b8 100644
    a b Change to the MediaGoblin directory that you just created::  
    210210
    211211Clone the MediaGoblin repository and set up the git submodules::
    212212
    213     $ git clone https://gitorious.org/mediagoblin/mediagoblin.git -b stable
     213    $ git clone git://git.savannah.gnu.org/mediagoblin.git -b stable
    214214    $ cd mediagoblin
    215215    $ git submodule init && git submodule update
    216216