Ticket #5325: issue_5352.patch

File issue_5352.patch, 1.6 KB (added by Ben Sturmfels, 9 years ago)

Patch against mediagoblin-website.

  • pelicanconf.py

    From bd34be1825d315ab0116f8171b1f997173859004 Mon Sep 17 00:00:00 2001
    From: Ben Sturmfels <ben@sturm.com.au>
    Date: Tue, 4 Aug 2015 13:41:13 +1000
    Subject: [PATCH] trac#5352: Replace references to Gitorious repository.
    
    ---
     pelicanconf.py                  | 2 +-
     theme/templates/pages/join.html | 4 ++--
     2 files changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/pelicanconf.py b/pelicanconf.py
    index ea8f152..ed73855 100644
    a b LINKS = (('news', 'http://mediagoblin.org/news/index.html'),  
    5656          ('tour', 'http://mediagoblin.org/pages/tour.html'),
    5757          ('community', 'http://mediagoblin.org/pages/join.html'),
    5858          ('bug tracker', 'http://issues.mediagoblin.org'),
    59           ('git repository', 'http://gitorious.org/mediagoblin/mediagoblin'))
     59          ('git repository', 'https://savannah.gnu.org/projects/mediagoblin'))
    6060
    6161# Blogroll
    6262# LINKS =  (('Pelican', 'http://docs.notmyidea.org/alexis/pelican/'),
  • theme/templates/pages/join.html

    diff --git a/theme/templates/pages/join.html b/theme/templates/pages/join.html
    index 2b726d7..cbe0bbf 100644
    a b Join the GNU MediaGoblin community  
    5757
    5858<h2 id="code">Code</h2>
    5959<p>
    60   We're using <a href="http://gitorious.org/">Gitorious</a> for code
     60  We're using <a href="https://savannah.gnu.org/">Savannah</a> for code
    6161  hosting.  The MediaGoblin source code is in the
    62   <a href="https://gitorious.org/mediagoblin/mediagoblin">mediagoblin repository</a>.
     62  <a href="https://savannah.gnu.org/projects/mediagoblin">mediagoblin repository</a>.
    6363</p>
    6464
    6565        </div>