tmove config.py to config.def.py to allow updates without spam commits - amprolla - devuan's apt repo merger
 (HTM) git clone git://parazyd.org/amprolla.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f94e64b215e8bec044a897b61d14f0aba97721fe
 (DIR) parent 7fdbb28a7fb4b11adfbdc25356bf006b28edebc4
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu,  8 Jun 2017 00:11:37 +0200
       
       move config.py to config.def.py to allow updates without spam commits
       
       Diffstat:
         M README.md                           |      12 ++++++------
         R lib/config.py -> lib/config.def.py  |       0 
       
       2 files changed, 6 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -31,12 +31,12 @@ app-crypt/gnupg dev-python/requests dev-python/python-gnupg
        Basic usage
        -----------
        
       -Edit `lib/config.py` to your needs, and then run `amprolla_init.py`.
       -This will download the repositories we will merge afterwards. When this
       -is done, you can now run `amprolla_merge.py` which will perform the
       -merge, and finally sign the Release files needed. To perform incremental
       -updates, run `amprolla_update.py` with a cron job in your desired
       -intervals.
       +Copy `lib/config.def.py` to `lib/config.py` and edit `lib/config.py` to
       +your needs, and then run `amprolla_init.py`. This will download the
       +repositories we will merge afterwards. When this is done, you can run
       +`amprolla_merge.py` which will perform the actual merge, and finally
       +sign the Release files needed. To perform incremental updates, run
       +`amprolla_update.py` with a cron job in your desired intervals.
        
        An `nginx` configuration for the amprolla server can be found in
        `contrib`.
 (DIR) diff --git a/lib/config.py b/lib/config.def.py