Jose Luis Duran
Jose Luis Duran
cc/ @emaste
> [!NOTE] > The `OSVERSION` does not show up because there is no `/sys` in the jail (not related to this change). EDIT: A workaround/fix is offered in a separate...
Rebase. Let's wait for @bapt or @manu then. Thank you! I'll take the rebase as an opportunity to explain the reasoning behind the changes. This pull request contains two commits:...
> Urgently needed for testing 15.0 pre-release pkgbase :-) > > * works against official snapshots > * works for locally built pkgbase too > > @jlduran can you rebase...
There are parts of this pull request that are clearly welcomed (chiefly the key bindings, although I do not fully understand why have them in the built-in manual). Others, I...
What I have been doing to work around this issue is having the same uids/gids on the builder as on the target. This way the mapping is one-to-one. Pushing the...
The traceroute fix is already included in #879.
> @concussious commented: > Jose told me he will not approve this or withdraw his objection now that everything he complained about was either his mistake reviewing or resolved. He...
Sorry about that. I could add a test plan: Before: # freebsd-update --debug fetch ... The command rsautl was deprecated in version 3.0. Use 'pkeyutl' instead. After: Without the warning.
This looks good, maybe add something like: ```diff diff --git a/usr.bin/xinstall/tests/install_test.sh b/usr.bin/xinstall/tests/install_test.sh index b35706521ec3..c7fe1decfd95 100755 --- a/usr.bin/xinstall/tests/install_test.sh +++ b/usr.bin/xinstall/tests/install_test.sh @@ -45,6 +45,13 @@ copy_to_nonexistent_body() { copy_to_nonexistent_with_opts } +atf_test_case copy_to_nonexistent_dir +copy_to_nonexistent_dir_body()...