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
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
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