[Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-06-19 Thread Rolf Leggewie
Thanks for the release. I rebuilt it for hardy in my PPA (https://launchpad.net/~r0lf/+archive), replaced my customized /etc/apt- cacher-ng/acng.conf with the default and restarted apt-cacher-ng. It was working nicely. Maybe I can suggest you changed the commented-out line about PfilePattern

[Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-06-19 Thread Rolf Leggewie
I really need to read more carefully before hitting the submit button. The first sentence in the second paragraph should read Maybe I can suggest you change the commented-out line in /etc/apt-cacher- ng/acng.conf about PfilePattern to list the default setting. -- apt-cacher-ng should allow more

[Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-06-19 Thread Eduard Bloch
Uhm I am human, I can parse that ;-) Thanks for the hint, config templates updated. -- 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.

Re: [Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-06-18 Thread Eduard Bloch
#include hallo.h * Rolf Leggewie [Wed, Jun 18 2008, 07:33:21AM]: The following line seems to be working quite well for me now PfilePattern: .*(\.deb|\.rpm|\.dsc|\.tar\.gz|\.diff\.gz|\.diff\.bz2|\.udeb|\.diff/.*\.gz|\.jigdo|\.template|changelog|\copyright)$ Wanna test something? The last

[Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-06-18 Thread Rolf Leggewie
The following line seems to be working quite well for me now PfilePattern: .*(\.deb|\.rpm|\.dsc|\.tar\.gz|\.diff\.gz|\.diff\.bz2|\.udeb|\.diff/.*\.gz|\.jigdo|\.template|changelog|\copyright)$ -- apt-cacher-ng should allow more file types to be downloaded https://bugs.launchpad.net/bugs/227240

[Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-05-14 Thread Brian Pitts
ACNG should cache files with the name *.tar.gz.gpg. These files are needed by ubuntu's update-manager during distribution upgrades. It present returns a 403 which causes the upgrade to fail. -- apt-cacher-ng should allow more file types to be downloaded https://bugs.launchpad.net/bugs/227240 You

[Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-05-14 Thread Peter Cordes
*(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

[Bug 227240] Re: apt-cacher-ng should allow more file types to be downloaded

2008-05-07 Thread Rolf Leggewie
well, not sure how to correctly add those filetypes. *(changelog|copyright)$ would have to match, there can be a dot in the filename, but more often than not it is just changelog. The expressions I tried resulted in apt-cacher-ng not restarting correctly. -- apt-cacher-ng should allow more file