2012/4/6, Aleksandar Petrinic <[email protected]>: > There are some data at the end of kdelibs' tar (and maybe in others as > well). Not sure what kind of data are, but they seem to me like > garbage.
The trailing "garbage" data seems to be a non-standard index of the tarball contents, generated by pixz. I would advice against using pixz; for the next release use standard xz instead. For kdelibs, xz even produced a smaller result: the .tar.xz in KDE mirrors is 11686KiB, but recompressing the tarball myself with xz -9 gave a 11233KiB file. And down to 11183KiB if I also remove the pixz-generated index from the end of the .tar. -- Nicolás _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
