Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFEE418D3A for ; Sat, 18 Jul 2015 15:34:59 +0000 (UTC) Received: (qmail 78420 invoked by uid 500); 18 Jul 2015 15:28:18 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 78395 invoked by uid 500); 18 Jul 2015 15:28:18 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 78386 invoked by uid 99); 18 Jul 2015 15:28:18 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jul 2015 15:28:18 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E1D0DAC0337 for ; Sat, 18 Jul 2015 15:28:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1691750 - /comdev/reporter.apache.org/trunk/scandist.py Date: Sat, 18 Jul 2015 15:28:17 -0000 To: commits@community.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150718152817.E1D0DAC0337@hades.apache.org> Author: sebb Date: Sat Jul 18 15:28:17 2015 New Revision: 1691750 URL: http://svn.apache.org/r1691750 Log: Ensure variable is defined for use when testing code externally Modified: comdev/reporter.apache.org/trunk/scandist.py Modified: comdev/reporter.apache.org/trunk/scandist.py URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scandist.py?rev=1691750&r1=1691749&r2=1691750&view=diff ============================================================================== --- comdev/reporter.apache.org/trunk/scandist.py (original) +++ comdev/reporter.apache.org/trunk/scandist.py Sat Jul 18 15:28:17 2015 @@ -28,6 +28,7 @@ else: targets = {} # dict: key = project name, value = list of commits for the project sendEmail = True # Allow e-mails to be disabled for testing +debug = False trace = False # More detailed debug ###########################################################