# Checks Debian packages from Incoming
# Copyright (C) 2000, 2001, 2002, 2003, 2004 James Troup <james@nocrew.org>
-# $Id: jennifer,v 1.53 2004-11-27 17:59:47 troup Exp $
+# $Id: jennifer,v 1.54 2004-11-27 19:24:22 troup 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
################################################################################
# Globals
-jennifer_version = "$Revision: 1.53 $";
+jennifer_version = "$Revision: 1.54 $";
Cnf = None;
Options = None;
if changes["distribution"].has_key(suite):
del changes["distribution"][suite];
reject("Ignoring %s as a target suite." % (suite), "Warning: ");
+ elif type == "reject":
+ suite = args[1];
+ if changes["distribution"].has_key(suite):
+ reject("Uploads to %s are not accepted." % (suite));
# Ensure there is (still) a target distribution
if changes["distribution"].keys() == []: