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:
parent
503c6819b2
commit
d90cafaa81
@ -209,6 +209,10 @@ func breakglass() error {
|
|||||||
"an alternative per-user configuration file for ssh and scp")
|
"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)
|
tlsflag.RegisterFlags(flag.CommandLine)
|
||||||
updateflag.RegisterFlags(flag.CommandLine, "gokrazy_url")
|
updateflag.RegisterFlags(flag.CommandLine, "gokrazy_url")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user