Ticket #5309: stable_move_to_sv.patch

File stable_move_to_sv.patch, 869 bytes (added by Boris Bobrov, 9 years ago)

patch for stable branch

  • docs/source/siteadmin/deploying.rst

    From 111ea75cf86ae20c13047bc92d5feea072ea3e99 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 350f91e..1afb74c 100644
    a b Change to the MediaGoblin directory that you just created::  
    193193
    194194Clone the MediaGoblin repository and set up the git submodules::
    195195
    196     git clone https://gitorious.org/mediagoblin/mediagoblin.git
     196    git clone git://git.savannah.gnu.org/mediagoblin.git -b stable
    197197    cd mediagoblin
    198198    git submodule init && git submodule update
    199199