cdrstats/cdrstats.patch

Thu, 09 Aug 2012 00:41:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Aug 2012 00:41:14 +0200
changeset 495
01294b31a79e
permissions
-rw-r--r--

Introduce a lot of changes to correct source and build logic including:
Correct URLs, reorder existing patch hunks, update vendor version and
patch accordingly, integrate optional SQLite storage, modernize package
(remove boilerplate RPM logic), correct preprocessor definitions as
NIS+was removed from Solaris 11, use parallel make, improve configuration
spacing and whitespace, and remove now uneeded postfix-script(1) and
post-install(1) relocation.

     1 Index: cdr_stats/settings.py
     2 --- cdr_stats/settings.py.orig	2010-11-23 20:49:13.000000000 +0100
     3 +++ cdr_stats/settings.py	2011-03-24 19:48:52.368398330 +0100
     4 @@ -55,6 +55,7 @@
     5  # calendars according to the current locale
     6  USE_L10N = True
     8 +SERVE_ROOT = 'https://tls.europalab.com/cdr/'
     9  MEDIA_ROOT = os.path.join( APPLICATION_DIR, 'resources' )
    10  MEDIA_URL = 'http://localhost:8000/resources/'
    11  ADMIN_MEDIA_PREFIX = '/resources/admin/'
    12 Index: cdr_stats/cdr/views.py
    13 --- cdr_stats/cdr/views.py.orig	2010-11-23 20:49:13.000000000 +0100
    14 +++ cdr_stats/cdr/views.py	2011-03-23 23:47:35.524666932 +0100
    15 @@ -1,3 +1,4 @@
    16 +from django.conf import settings
    17  from django.contrib.auth.models import User
    18  from django.contrib.auth import authenticate, login, logout
    19  from django.contrib.auth.decorators import login_required

mercurial