> *(changelog|copyright)$

If that's supposed to be a regex, then you probably mean '.*' instead of
'*'.  . matches any character, * matches 0 or more of the preceding
character.  So .* is like the glob wildcard *.

-- 
apt-cacher-ng should allow more file types to be downloaded
https://bugs.launchpad.net/bugs/227240
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to