Skip to content

Some fix to README - #6

Merged
mrunalp merged 1 commit into
opencontainers:masterfrom
hqhq:hq_fix_readme
Jan 21, 2016
Merged

Some fix to README#6
mrunalp merged 1 commit into
opencontainers:masterfrom
hqhq:hq_fix_readme

Conversation

@hqhq

@hqhqhqhq commented Jan 21, 2016

Copy link
Copy Markdown
Contributor

Signed-off-by: Qiang Huang h.huangqiang@huawei.com

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
@wking

wking commented Jan 21, 2016 via email

Copy link
Copy Markdown
Contributor

@mrunalp

Copy link
Copy Markdown
Contributor

LGTM

mrunalp pushed a commit that referenced this pull request Jan 21, 2016
@mrunalp
mrunalp merged commit 6aad2c4 into opencontainers:masterJan 21, 2016
@hqhq
hqhq deleted the hq_fix_readme branch January 22, 2016 01:12
wking pushed a commit to wking/ocitools-v2 that referenced this pull request Nov 17, 2016
wking added a commit to wking/ocitools-v2 that referenced this pull request Jan 18, 2017
Extending the earlier softening in 0548361 (CONTRIBUTING: Make
leader-issues optional, 2016-05-19, opencontainers#6), because nobody cares about
the XXX- prefix. Checking the recent history of all OCI project
repos:
$ for REPO in image-spec image-tools runc runtime-spec runtime-tools;
> do
> (
> cd "${REPO} &&
> git fetch origin &&
> BRANCHES=$(git log --first-parent --oneline origin/master | sed 's/^.* from //') &&
> echo "${REPO} branches: $(echo "${BRANCHES}" | wc -l)" &&
> echo "${REPO} numbered: $(echo "${BRANCHES}" | grep '/[0-9]' | wc -l)"
> );
> done
image-spec branches: 276
image-spec numbered: 1
image-tools branches: 27
image-tools numbered: 0
runc branches: 1299
runc numbered: 21
runtime-spec branches: 391
runtime-spec numbered: 4
runtime-tools branches: 232
runtime-tools numbered: 3
Signed-off-by: W. Trevor King <wking@tremily.us>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@hqhq@wking@mrunalp