Ticket #5429: remove-local.patch

File remove-local.patch, 1.7 KB (added by dpg, 7 years ago)

Little confused. It seems the online documentation just needs synced with the master branch?

  • mediagoblin.example.ini

    From 85ad561e1cd41252a41c542da6f2e5802d8870c6 Mon Sep 17 00:00:00 2001
    From: dpg <doubleplusgood23@gmail.com>
    Date: Thu, 25 Jan 2018 21:52:37 -0500
    Subject: [PATCH] Slight changes. The mediagoblin_local.ini instruction seems
     to only exist on the currently hosted docs?
    
    ---
     mediagoblin.example.ini               | 2 +-
     mediagoblin/plugins/piwigo/README.rst | 2 +-
     paste.ini                             | 1 +
     3 files changed, 3 insertions(+), 2 deletions(-)
    
    diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini
    index 7b528359..7eb72bde 100644
    a b  
    11# If you want to make changes to this file, first copy it to
    2 # mediagoblin_local.ini, then make the changes there.
     2# mediagoblin.ini, then make the changes there.
    33#
    44# If you don't see what you need here, have a look at mediagoblin/config_spec.ini
    55# It defines types and defaults so it's a good place to look for documentation
  • mediagoblin/plugins/piwigo/README.rst

    diff --git a/mediagoblin/plugins/piwigo/README.rst b/mediagoblin/plugins/piwigo/README.rst
    index 0c71ffbc..2d816662 100644
    a b  
    1212   It might even go away without any notice.
    1313
    1414Okay, so if you still want to test this plugin,
    15 add the following to your mediagoblin_local.ini:
     15add the following to your mediagoblin.ini:
    1616
    1717.. code-block:: ini
    1818
  • paste.ini

    diff --git a/paste.ini b/paste.ini
    index ce3f01e8..f387d4fc 100644
    a b pipeline = mediagoblin  
    1111
    1212[app:mediagoblin]
    1313use = egg:mediagoblin#app
     14# use of mediagoblin.ini now prefered
    1415config = %(here)s/mediagoblin_local.ini %(here)s/mediagoblin.ini
    1516# static paths
    1617/mgoblin_media = %(here)s/user_dev/media/public