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. Thanks -- 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 about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt-mirror/+bug/1821251/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
