[PATCH] Update ReviewBoard config

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Because Fedora's FAS auth requires us to make a copy of the
INSTALLED_APPS and MIDDLEWARE_CLASSES in ReviewBoard's
settings_local.py, we need to manually update this list whenever
ReviewBoard adds a new option to its primary settings.py in these tuples.

In this case, they added 'djblets.log' and
'reviewboard.admin.middleware.X509AuthMiddleware'

- -- 
Stephen Gallagher
RHCE 804006346421761

Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkykgtwACgkQeiVVYja6o6N/wACfXollnL7N7ctD2GxDQWEhMd3s
/8AAn2/ABhS5V5aNaseumlsgagvUo/ht
=4qD1
-----END PGP SIGNATURE-----
From 4fd3fb23f6d005d8cdd24d788ba0fb6923ee4b4d Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 Sep 2010 12:24:43 +0000
Subject: [PATCH] Update ReviewBoard config

We were missing entries for the admin dashboard log reader
and the X509 auth middleware
---
 .../reviewboard/templates/settings_local.py.erb    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/reviewboard/templates/settings_local.py.erb b/modules/reviewboard/templates/settings_local.py.erb
index 3d2bbbc6a72747f204cb00976aee2ec127e56b45..5728621a13457cb235c5fb23e8632616850f95ea 100644
--- a/modules/reviewboard/templates/settings_local.py.erb
+++ b/modules/reviewboard/templates/settings_local.py.erb
@@ -42,6 +42,7 @@ INSTALLED_APPS = (
     'django.contrib.sessions',
     'djblets.datagrid',
     'djblets.feedview',
+    'djblets.log',
     'djblets.siteconfig',
     'djblets.util',
     'djblets.webapi',
@@ -75,4 +76,5 @@ MIDDLEWARE_CLASSES = (
 
     'djblets.log.middleware.LoggingMiddleware',
     'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware',
+    'reviewboard.admin.middleware.X509AuthMiddleware',
 )
-- 
1.5.5.6

Attachment: 0001-Update-ReviewBoard-config.patch.sig
Description: PGP signature

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux