We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-CURRENT
sysupgrade(8)
pkg_add(1)
Topgrade OpenBSD step
OpenBSD-STABLE (& OpenBSD-CURRENT)
Pull from uname -r to check if suffixed by -current
uname -r
-current
If uname -r has -current suffix:
pkg_add -Dsnap -u
sysupgrade -sn
--dry-run
No.
--yes
I'm self-assigning this. I'll send a PR once finished testing.
The text was updated successfully, but these errors were encountered:
PR #923 active
Sorry, something went wrong.
8a7af2e
No branches or pull requests
Update OpenBSD step to incorporate checking if on
-CURRENT
so we can pass the correct flags tosysupgrade(8)
andpkg_add(1)
Which tool is this about?
Topgrade OpenBSD step
Which operating systems are supported by this tool?
OpenBSD-STABLE (& OpenBSD-CURRENT)
What should Topgrade do to figure out if the tool needs to be invoked?
Pull from
uname -r
to check if suffixed by-current
Which exact commands should Topgrade run?
If
uname -r
has-current
suffix:pkg_add -Dsnap -u
(for pkg)sysupgrade -sn
(for system)Does it have a
--dry-run
option? i.e., print what should be done and exit.No.
Does it need the user to confirm the execution? And does it provide a
--yes
option to skip this step?No.
More information
I'm self-assigning this. I'll send a PR once finished testing.
The text was updated successfully, but these errors were encountered: