extras-buildsys/utils extras-sign-move.py,1.11,1.12

Ville Skyttä ville.skytta at iki.fi
Sun Apr 23 18:55:40 UTC 2006


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.




More information about the fedora-extras-list mailing list