-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Master] generate/generate: Fix "specifed" -> "specified" typo #258
[Master] generate/generate: Fix "specifed" -> "specified" typo #258
Conversation
And a "priviledge" -> "privilege" typo. Both turned up by Misspell [1] and reported by Go Report Card [2]. [1]: https://github.com/client9/misspell [2]: https://goreportcard.com/report/github.com/opencontainers/runtime-tools Backported to master from opencontainers#251 Signed-off-by: W. Trevor King <wking@tremily.us> Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
LGTM |
Actually, I also don't want to do this. |
On Tue, Oct 25, 2016 at 06:56:46PM -0700, Ma Shimiao wrote:
Agreed.
I'd rather have neither branch contain many cherry-picks. I |
@wking I think that most developers are used to fixing master and then backporting to stable. Hence your proposal isn't gaining traction. |
On Wed, Oct 26, 2016 at 02:34:08PM -0700, Mrunal Patel wrote:
I'm pointing out what I think would be an easier workflow and |
I think most of us have agreed to fix master and then backport to stable. |
LGTM I definitely missed some historical background, I'm wondering why we have that stable branch in runtime-tools in the first place with the fact that we don't even have stable branch in spec and runtime. In my understanding, tools should be kind of reflect or follow up of spec and runtime. And AFAICS, runtime-tools is still under heavily development as well. Enlighten me if I'm wrong. |
On Thu, Nov 03, 2016 at 08:00:27PM -0700, Qiang Huang wrote:
The spec tags releases, which is as close as specs get to stable
And in a somewhat related vein:
|
I get it if some test cases work for rc1 and be broken in rc2, it's because we're not able to follow the normal rc rules (in rc releases, take bugfixes only) in runtime-spec and runc. And I still don't see any reasons why should tools stick to rc1 if we are moving forward to rc2 or final 1.0.0. In other words, why do we want validation for multiple spec versions simultaneously before 1.0.0? It looks not needed to me, not to mention that we've already been short of hands on this project. Such kind of branch only makes sense after 1.0.0, as a LTS. So I suggest we keep focus on master branch for now. |
On Thu, Nov 03, 2016 at 11:42:42PM -0700, Qiang Huang wrote:
I'm ok just generating/validating the latest released spec before $ ./oci-runtime-tool generate | head -n2 when changes to the config semantics between the current RCs are small With rc3 still not tagged, runtimes would be foolish to claim support So I'd rather support multiple versions cleanly (e.g. via #98 with |
And a "priviledge" -> "privilege" typo. Both turned up by Misspell
1 and reported by Go Report Card 2.
Backported to master from #251
Signed-off-by: W. Trevor King wking@tremily.us
Signed-off-by: Ma Shimiao mashimiao.fnst@cn.fujitsu.com