chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Fix #1169 by first deleting and then writing e


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Fix #1169 by first deleting and then writing egg-info files
Date: Sat, 22 Apr 2017 15:15:41 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

Hi all,

I wanted to check if the new chicken-install fixed the bugs we moved
to the chicken-5 milestone and noticed that #1169 is still an issue
under the circumstance where a re-installation of an egg is done as
root, after the egg had been installed by a user before.  The fix
is pretty simple (I think): simply call the remove command first,
before catting into the file.  This should only happen on UNIX, I
figure, because that's when we write all the other remove commands too.

Cheers,
Peter

Attachment: 0001-Fix-1169-by-deleting-the-egg-info-file-before-re-cre.patch
Description: Text Data

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]