Re: Ordering of files in zoneinfo

From: Fabian Keil <freebsd-listen_at_fabiankeil.de>
Date: Fri, 24 Apr 2020 13:21:54 +0200
Xin LI <delphij_at_gmail.com> wrote:

> I have took a look at the change history, it seems that the find
> operation was introduced in r245265
> <https://svnweb.freebsd.org/base?view=revision&revision=245265> (brooks_at_,
> to support packaged base) and sort was initially implemented as find -s
> in r289451
> <https://svnweb.freebsd.org/base?view=revision&revision=289451> (ngie_at_,
> to make METALOG reproducible) then as sort in r328958
> <https://svnweb.freebsd.org/base?view=revision&revision=328958> (imp_at_,
> for portability).
> 
> I wonder if we could drop the sort and replace ${TZS} in line 100 with
> ${TZS:O} instead?

Makes sense to me.
 
> By the way, looking at
> https://github.com/freebsd/pkg/blob/master/libpkg/metalog.c , I wonder if
> the sort should really happen in pkg(8) instead?

Currently the METALOG is also used when creating the tarballs so sorting
only in pkg would be insufficient as long as tarballs are still supported.

Fabian
Received on Fri Apr 24 2020 - 09:23:04 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:23 UTC