Do not enforce the next version key if installing a snapshot.
authorflorian <florian@openbsd.org>
Sat, 8 Jun 2024 06:05:40 +0000 (06:05 +0000)
committerflorian <florian@openbsd.org>
Sat, 8 Jun 2024 06:05:40 +0000 (06:05 +0000)
commit0079c47c20284f5ed9c283b51f68b8ddad5a617e
treee427d45bc6eda460e0efd438c225319efc78e7e3
parentad29123ebe0b3cac1f9a384596b2f6d17810d99d
Do not enforce the next version key if installing a snapshot.

Developers sometimes have dev machines with an older snapshot that
already has the correct signify key but sysupgrade(8) refuses to do an
upgrade because it thinks it's a version jump. That's just silly.

tb pointed out that signify(1) can just work out the correct key all
by itself.

problem reported, same diff & OK deraadt
usr.sbin/sysupgrade/sysupgrade.sh