X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=jennifer;h=9ea014854f01a979e470952c04f60480e7b52248;hb=07054afe0ae4bbd3359eea296804fd4f7401a2a6;hp=7b3b51692c143a208f58736a01b34a56741f5495;hpb=4edf024f09a7e8d813804dbba797efb95c3abfe6;p=dak.git diff --git a/jennifer b/jennifer index 7b3b5169..9ea01485 100755 --- a/jennifer +++ b/jennifer @@ -2,7 +2,7 @@ # Checks Debian packages from Incoming # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: jennifer,v 1.20 2002-05-18 23:54:51 troup Exp $ +# $Id: jennifer,v 1.21 2002-05-19 00:47:16 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 @@ -43,7 +43,7 @@ re_is_changes = re.compile (r"(.+?)_(.+?)_(.+?)\.changes$"); ################################################################################ # Globals -jennifer_version = "$Revision: 1.20 $"; +jennifer_version = "$Revision: 1.21 $"; Cnf = None; Options = None; @@ -311,7 +311,7 @@ def copy_to_holding(filename): try: shutil.copy(filename, dest); except IOError, e: - # In either case (ENOENT or EPERM) we want to remove the + # In either case (ENOENT or EACCES) we want to remove the # O_CREAT | O_EXCLed ghost file, so add the file to the list # of 'in holding' even if it's not the real file. if errno.errorcode[e.errno] == 'ENOENT':