On Sun, 2006-04-23 at 11:40 -0700, Seth Vidal wrote: > Modified Files: > extras-sign-move.py > Log Message: > > if the file already exists, unlink it - this lets us sneak out silent > changes [...] > if not DEBUG: > + if os.path.exists(rpmloc): > + os.unlink(rpmloc) > shutil.copy2(package, rpmloc) Eh... rationale? We should be making sure that this _cannot_ happen, not make it easier or automatic. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list