[Bug 1821251] Re: please add cnf support to debmirror

2020-05-05 Thread Alastair Browne
Correction to the above... For some reason, I am not able to edit the post. The correct line in "sub cnf_from_release" should read... next if $filename =~ /^Commands-/ and $filename !~ /^Commands-$all_arches/; -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1821251] Re: please add cnf support to debmirror

2020-05-05 Thread Alastair Browne
The patch is not correct. In the function "sub cnf_from_release", there is a line which reads... next if $filename =~ /^Commands-/; This should actually read... next if $filename =~ /^Commands-/ and $filename !~ /^Commands-$all_arches\./; Please update the patch to take this into account. Tha

[Bug 1821251] Re: please add cnf support to debmirror

2020-05-05 Thread Alastair Browne
I applied this patch and it still doesn't work. Still no cnf directories. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1821251 Title: please add cnf support to debmirror To manage notifications ab