Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
interfaces: covert framebuffer to commonInterface #3696
Conversation
|
Thanks for this. LGTM. Thanks again. |
|
Yes, I'm doing that now :-) |
|
Tests added, in one bigger branch :-) |
codecov-io
commented
Aug 9, 2017
Codecov Report
@@ Coverage Diff @@
## master #3696 +/- ##
==========================================
+ Coverage 75.32% 75.57% +0.25%
==========================================
Files 389 391 +2
Lines 33666 33805 +139
==========================================
+ Hits 25359 25549 +190
+ Misses 6489 6438 -51
Partials 1818 1818
Continue to review full report at Codecov.
|
zyga commentedAug 9, 2017
It used to be commonInterface but then changed to a custom one so that
udev snippets could be handled. Then those snippets were disabled
because of the bug with udev tagging breaking interfaces not using it
properly. Since this is all being fixed and udev taggning is supported
by commonInterface let's simplify this code.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com