On 10/15/2010 12:36 PM, Bernhard R. Link wrote:
> * Daniel Baumann <[email protected]> [101014 22:39]:
>> diff --git a/Makefile.in b/Makefile.in
>
> How did you get that modified (or is it intended)? Looks like automake
> was called somehow and your automake already having lzip support.
yes, i forgot to clean that out, sorry.
>> - { .diff = false, .force = false, .compression = c_xz }
>> + { .diff = false, .force = false, .compression = c_xz },
>> + { .diff = false, .force = false, .compression =
>> c_lunzip }
>
> As you did not mention Packages.lz and Sources.lz files, I left this one
> out. (People can still request reprepro to download them using
> DownloadListsAs, but as long as noone plans to do this there is no need
> to automatically run some additional program).
the first step would be to make reprepro handle lz compressed files, and
the next would be to make it also produce lz compressed files in dists/.
the second part is not yet working right, so it's probably better to
split it into two patches.
>> diff --git a/main.c b/main.c
> [...]
>> @@ -282,6 +283,8 @@ ACTION_N(n, n, n, dumpuncompressors) {
>> case c_xz:
>> printf("not supported (install xz-utils or use
>> --unxz to tell where unxz is).\n");
>> break;
>> + case c_lunzip:
>> + printf("not supported (install lzip or use
>> --lunzip to tell where lunzip is).\n");
>> default:
>> printf("not supported\n");
>> }
>
> Here you forgot a "break".
yes, thanks.
would you like me to send a new patch, or are you going to apply a
correct one yourself anyway?
Regards,
Daniel
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [email protected]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]