nia writes:
> greetz,
>
> Here's the latest version with all required changes
This is on a -current vm...
$ uname -a
NetBSD beasty.blahblah.com 10.99.10 NetBSD 10.99.10 (GENERIC64) #0: Fri May 3
09:00:59 UTC 2024
mkre...@mkrepro.netbsd.org:/usr/src/sys/arch/evbarm/compile/GENERIC64 evbarm
I
nia writes:
> Here is an updated version based on the feedback received so far -
> thanks for the attention and fixes.
With this newer version...
# nbupgrade -r head
does nothing and exits with return value 0. I suspect this hunk...
elif $do_nothing; then
do_update
fi
If I do...
# nbup
Cc: tech-userlevel@NetBSD.org...
Thanks for the tool, needed to apply this patch to upgrade an aarch64
head vm on qemu. There are some more warnings/errors flagged by
shellcheck, attempted to fix a few...
# nbupgrade -r head
--- nbupgrade.sh.orig 2024-05-01 08:32:33.026017291 +0530
+++ nbupg