Ed Maste

Results 220 comments of Ed Maste

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) ![Image](https://github.com/user-attachments/assets/3d13ab13-2a71-450d-8dc5-d7ce20263138) ![Image](https://github.com/user-attachments/assets/c612347e-20ea-43a8-bb08-c5ad5468b2ac) ![Image](https://github.com/user-attachments/assets/3d7a67dd-b131-4626-998a-9c1acad2f1f8)

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...