On Tue, 2011-09-27 at 22:52 +0300, Ville Skyttä wrote:
> Hello,
>
> Regarding https://bugzilla.redhat.com/show_bug.cgi?id=698795 there's
> commit d54a9385 in git. However, open(".") does not result in
> errno.EACCES if the dir is not writable, it does for me only if it's not
> readable or not exe
Hello,
Regarding https://bugzilla.redhat.com/show_bug.cgi?id=698795 there's
commit d54a9385 in git. However, open(".") does not result in
errno.EACCES if the dir is not writable, it does for me only if it's not
readable or not executable. Also, at least for me it'll always throw
some kind of an
On Mon, 2011-09-26 at 07:21 -0400, Zdenek Pavlas wrote:
> Hi!
>
> Thanks for the interest in improving MD download!
> Just a few thoughts (I don't consider myself experienced
> in the codebase, esp on the createrepo part).
>
> - Sharding metadata is very likely not an option.
>
> The per-file ov
On Mon, 2011-09-26 at 18:06 +0200, Zdeněk Pavlas wrote:
> First, fix some issues with MultiFileMeter.
>
> [PATCH 1/9] Prevent float division by zero
> [PATCH 2/9] MultiFileMeter: show correct finished size
> [PATCH 3/9] TextMultiFileMeter: use 'text' instead of 'basename'.
> [PATCH 4/9] Use re.tot