Extended my #SWUpdate #Yocto guides for automatically installing remote updates from an HTTP server:
https://www.winterstein.biz/blog/yocto-swupdate-remote-server/
Extended my #SWUpdate #Yocto guides for automatically installing remote updates from an HTTP server:
https://www.winterstein.biz/blog/yocto-swupdate-remote-server/
@steven Well, in the case of #swupdate, the handling of the post-beta/pre-release window is really only to ensure it's executing `pkg_add` with the `-Dsnap` option so it's not trying to install non-existent -release/-stable packages. This is something those running -current have to remember to do during these short periods of time.
It's still tricky going from -current to -release because -current will diverge on commits as soon as the release is tagged. :(
#OpenBSD is currently in the small post-beta/pre-release period, which my #swupdate utility has specific support for. That said, it appears this support was only included in the `swupdate -d` (download) and `swupdate -i` (install) options in the 0.7.1 release, not the `swupdate -l` (list) option.
So, I'll add an issue for that and fix in the next release.