Michael Hudson-Doyle
Michael Hudson-Doyle
https://github.com/canonical/subiquity/pull/932
Made a curtin merge request too: https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/400931
Argh but curtin has its own checks, so this isn't enough.
The idea seems fine but this implementation won't work: if subiquity exits, systemd will just restart it.
Hi this looks very nice but unfortunately I don't think it's going to work with the networkctl in focal (lacks "down") or bionic (doesn't have "down" or "delete"). I guess...
Oh if it's just the networkctl binary let's do that. I'd assumed it would involve dbus messages and so on.
Although! Given that the code in networkctl appears to do exactly the same as the code being removed here from subiquity, I'm a touch confused as to why the messing...
(by mwhudson) Yeah, this is hard. I think I'd like to frame it a bit as "how do you direct people's attention to the methods that count" rather than anything...
(by exarkun) I'm confused about the state of this bug. http://twistedmatrix.com/documents/12.3.0/api/twisted.trial.unittest.SynchronousTestCase.html shows the methods `SynchronousTestCase` inherits from `_Assertions`. I don't see any obvious UI for flipping between this display and...
(by mwhudson) Jean-Paul Calderone writes: > I'm confused about the state of this bug. The state of this bug is that I don't really know what the best way forward...