From 80b0cf4b95f879ce7e6e41297bced5c4e955f697 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Fri, 25 Nov 2005 09:35:09 +0000 Subject: [PATCH] initialise queuekey, lamer --- jennifer | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jennifer b/jennifer index 74c2b2bc..6349c23c 100755 --- a/jennifer +++ b/jennifer @@ -2,7 +2,7 @@ # Checks Debian packages from Incoming # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 James Troup -# $Id: jennifer,v 1.59 2005-11-25 09:29:54 ajt Exp $ +# $Id: jennifer,v 1.60 2005-11-25 09:35:09 ajt Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ re_strip_revision = re.compile(r"-([^-]+)$"); ################################################################################ # Globals -jennifer_version = "$Revision: 1.59 $"; +jennifer_version = "$Revision: 1.60 $"; Cnf = None; Options = None; @@ -1047,6 +1047,8 @@ def action (): if Options["No-Action"] or Options["Automatic"]: answer = 'S' + queuekey = '' + if reject_message.find("Rejected") != -1: if upload_too_new(): print "SKIP (too new)\n" + reject_message,; -- 2.39.2