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: update base declaration documentation and policy for on-classic and snap-type #2269
Conversation
jdstrand
added some commits
Nov 8, 2016
|
I'm not sure why this failed since it builds fine locally:
|
zyga
changed the title from
update base declaration documentation and policy for on-classic and snap-type
to
interfaces: update base declaration documentation and policy for on-classic and snap-type
Nov 15, 2016
zyga
and others
added some commits
Nov 16, 2016
| + } | ||
| + | ||
| + for _, onClassic := range []bool{true, false} { | ||
| + release.OnClassic = onClassic |
mvo5
Nov 17, 2016
Collaborator
(nitpick) You probably want to save/defer restore the original release.OnClassic value at the beginning of this test.
|
Thanks, looks fine, one tiny comment about the test. Ignore the autopkgtest failure for now please, we are working towards fixing the flaky test(s) but its not fully done yet (master is better and has some useful debug though). |
jdstrand
added some commits
Nov 17, 2016
mvo5
merged commit 7bd7380
into
snapcore:master
Nov 21, 2016
|
Thanks for the merge! :) |
jdstrand
deleted the
jdstrand:base-declaration-updates
branch
Jan 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jdstrand commentedNov 8, 2016