Ed Maste
Ed Maste
Fixed by #82
Can we perhaps add FreeBSD support via https://github.com/vmactions/freebsd-vm (until GH Actions has native FreeBSD support)?
Note there are many filesystems in section 5; we don't want to treat msdos.5 differently from the others. I'm not sure if it's better to rename section 5 to include...
#38 updates firmware but it appears does not add new files
We'd want to squash the followup commit (changing the debug level default) into the first commit. You can do that locally and push an update to this pull request, or...
(screenshots as the links will update to the latest results)   
Reproducible CI folks confirmed it is
"deps" are processed like this: ``` dbg(4, "Emitting deps"); map = NULL; while (pkg_deps(pkg, &dep) == EPKG_OK) { submap = ucl_object_typed_new(UCL_OBJECT); MANIFEST_EXPORT_FIELD(submap, dep, origin, string); MANIFEST_EXPORT_FIELD(submap, dep, version, string); if...
From IRC discussion @ifreund will take a look
In the most recent run, r-b.org's CI reports "538 (100.0%) out of 538 FreeBSD files were reproducible in our test setup !" https://tests.reproducible-builds.org/freebsd/freebsd.html I don't believe pkg has changed from...