User Details
- User Since
- Aug 11 2022, 7:02 AM (129 w, 2 d)
Dec 17 2024
LGTM
Dec 15 2024
As @ngie pointed out, I think the ratio is confusing. For reference, here are how Elixir and RSpec (Ruby) report a test run including skips:
Dec 13 2024
I'm moving this work to https://github.com/freebsd/freebsd-src/pull/1550 where I'm more comfortable working with small commits, and it seems like GitHub is preferred for outside contributors.
Dec 12 2024
Remove additional sources of non-determinism:
Dec 11 2024
Update reproducible.sh to build a clean tree and env
Dec 10 2024
Well, I sure made a major miscalculation... buildworld buildkernel has to be reproducible first :facepalm:
Added some notes to potential reviewers. Done for now, until I get feedback.
- add reproducible.sh to demonstrate usage
- edit release(7) language
Updated release(7). I'd like feedback on content before I get into the nitty-gritty of formatting.
- fix mtree link entry
- verify schg
- do not apply file time when WITHOUT_REPRODUCIBLE_BUILD
- apply for all dist files when run as root
Dec 9 2024
Mar 29 2023
I have wanted a utility that does exactly this. install -C does something similar, but has other stuff I don’t want. So far I just end up scripting cmp(1) to do the check.
Mar 27 2023
I suggest we start with a switch which enables the new solution. That means it does not break stuff for people who upgrade.
Mar 26 2023
Oct 29 2022
This is my first attempt at a code contribution to FreeBSD... hopefully I'm going about it the right way.