From patchwork Mon Sep 5 14:59:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 3868 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 51B9D23EFA for ; Mon, 5 Sep 2011 14:59:14 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 3CF7BA1848D for ; Mon, 5 Sep 2011 14:59:14 +0000 (UTC) Received: by fxd18 with SMTP id 18so5206795fxd.11 for ; Mon, 05 Sep 2011 07:59:14 -0700 (PDT) Received: by 10.223.76.201 with SMTP id d9mr3391993fak.119.1315234754027; Mon, 05 Sep 2011 07:59:14 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.11.8 with SMTP id m8cs66077lab; Mon, 5 Sep 2011 07:59:13 -0700 (PDT) Received: by 10.216.24.42 with SMTP id w42mr2502516wew.36.1315234752885; Mon, 05 Sep 2011 07:59:12 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id 47si6238124wel.11.2011.09.05.07.59.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Sep 2011 07:59:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1R0adk-00055K-9m for ; Mon, 05 Sep 2011 14:59:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 426A1E158B for ; Mon, 5 Sep 2011 14:59:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 235 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 235: Respect DEBUG in debian settings Message-Id: <20110905145912.32242.77622.launchpad@ackee.canonical.com> Date: Mon, 05 Sep 2011 14:59:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13830"; Instance="initZopeless config overlay" X-Launchpad-Hash: f120174c3f8078a0574dbae812783e50261ef926 ------------------------------------------------------------ revno: 235 committer: Zygmunt Krynicki branch nick: trunk timestamp: Mon 2011-09-05 16:57:05 +0200 message: Respect DEBUG in debian settings modified: lava_server/settings/debian.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_server/settings/debian.py' --- lava_server/settings/debian.py 2011-07-12 15:06:26 +0000 +++ lava_server/settings/debian.py 2011-09-05 14:57:05 +0000 @@ -13,6 +13,9 @@ 'default': debian_settings.default_database } +# Load debug settings from the configuration file +DEBUG = debian_settings.DEBUG + # Load secret key from Debian integration SECRET_KEY = debian_settings.SECRET_KEY