]> git.decadent.org.uk Git - dak.git/commitdiff
initialise queuekey, lamer
authorAnthony Towns <aj@azure.humbug.org.au>
Fri, 25 Nov 2005 09:35:09 +0000 (09:35 +0000)
committerAnthony Towns <aj@azure.humbug.org.au>
Fri, 25 Nov 2005 09:35:09 +0000 (09:35 +0000)
jennifer

index 74c2b2bca2fd9a90c9de5798785a17fab99be9b1..6349c23c084753c83a7dcb39717021d6d2d45f74 100755 (executable)
--- a/jennifer
+++ b/jennifer
@@ -2,7 +2,7 @@
 
 # Checks Debian packages from Incoming
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005  James Troup <james@nocrew.org>
-# $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,;