breakglass: leave a TODO for removing -tls and -gokrazy_url

both are obsolete thanks to breakglass reading the instance config
This commit is contained in:
Michael Stapelberg 2023-01-15 17:28:26 +01:00
parent 503c6819b2
commit d90cafaa81

View File

@ -209,6 +209,10 @@ func breakglass() error {
"an alternative per-user configuration file for ssh and scp")
)
// TODO: remove the -tls and -gokrazy_url flags after 2023-June (half a year
// after the introduction of instance centric config), so that we can then
// merge these flags into tools/internal/oldpacker and remove their global
// state.
tlsflag.RegisterFlags(flag.CommandLine)
updateflag.RegisterFlags(flag.CommandLine, "gokrazy_url")