Re: rpki-client rrdp merge repo fix

2021-04-07 Thread Theo Buehler
On Wed, Apr 07, 2021 at 12:50:15PM +0200, Claudio Jeker wrote: > In some cases unlink reports 'no such file or directory' when the RRDP > repository is merged at the end of a RRDP sync. > The problem is that some deleted files are in the temporary location and > not part of the real repo. Because o

rpki-client rrdp merge repo fix

2021-04-07 Thread Claudio Jeker
In some cases unlink reports 'no such file or directory' when the RRDP repository is merged at the end of a RRDP sync. The problem is that some deleted files are in the temporary location and not part of the real repo. Because of this if unlink return ENOENT then try the alternate location. While