To follow up on Peter Felecan's questions; the size taken up by this
catalog should be small. You can check that the number of files with
the hard link count equal to one is small. To check, you can run this
command in e.g. beanie/sparc/5.10:

find . -type f -printf '%f %n\n' | awk '$2 == 1'

What are 'larger rebuilds'? Larger rebuilds are ones where you need to
update a set of packages which:

- form a dependency chain, so you can't rebuild everything at once
- and the first rebuild breaks other packages
- and the effort will span more than 24h

Maciej
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Reply via email to