nmbug-oci.git
8 years agoindex.html: Rebuild with newer nmbug-status
W. Trevor King [Wed, 30 Dec 2015 20:57:50 +0000 (12:57 -0800)]
index.html: Rebuild with newer nmbug-status

Incorporating some of my recent nmbug-status changes, including header
fixes (start with h1), parentheses around query parts, and unbalanced
<p> fixups.

8 years agoindex.html: Rebuild with quoted message-ID links
W. Trevor King [Wed, 30 Dec 2015 05:41:14 +0000 (21:41 -0800)]
index.html: Rebuild with quoted message-ID links

8 years agostatus-config.json: Add quotes around message-id for message-url
W. Trevor King [Wed, 30 Dec 2015 05:38:40 +0000 (21:38 -0800)]
status-config.json: Add quotes around message-id for message-url

Because [1] works but [2] does not.

[1]: https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3A%22CAD2oYtN-9yLLhG_STO3F1h58Bn5QovK$2Bu3wOBa$3Dt$2B7TQi-hP1Q@mail.gmail.com%22
[2]: https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3ACAD2oYtN-9yLLhG_STO3F1h58Bn5QovK$2Bu3wOBa$3Dt$2B7TQi-hP1Q@mail.gmail.com

8 years agoindex: Rebuild status
W. Trevor King [Wed, 30 Dec 2015 05:34:46 +0000 (21:34 -0800)]
index: Rebuild status

Pulling in 10507f16 (Recording style and policy in
opencontainers/specs, 2015-12-29).

8 years agoindex: Rebuild status
W. Trevor King [Wed, 30 Dec 2015 00:26:36 +0000 (16:26 -0800)]
index: Rebuild status

Pulling in f0b6bbf (Defining "container" and "container processes" on
Linux, 2015-12-29).

8 years agoindex.html: Rebuild with opencontainers.org-wide links
W. Trevor King [Tue, 29 Dec 2015 20:25:24 +0000 (12:25 -0800)]
index.html: Rebuild with opencontainers.org-wide links

8 years agostatus-config.json: Don't restrict the search to the dev group
W. Trevor King [Tue, 29 Dec 2015 20:22:39 +0000 (12:22 -0800)]
status-config.json: Don't restrict the search to the dev group

The pages linked via searchin/dev/messageid contained a "Search all
groups" link pointing at the search/messageid URL.  There's no reason
to restrict OCI discussion tagging to a single list (although dev is
currently the only group I know about), so go with the more general
URL template.

8 years agoindex.html: Rebuild with nmbug reference
W. Trevor King [Tue, 29 Dec 2015 20:20:47 +0000 (12:20 -0800)]
index.html: Rebuild with nmbug reference

8 years agostatus-config.json: Link to nmbug
W. Trevor King [Tue, 29 Dec 2015 20:20:12 +0000 (12:20 -0800)]
status-config.json: Link to nmbug

It's not currently a household name ;).

8 years agoindex.html: Generate a status page
W. Trevor King [Tue, 29 Dec 2015 20:09:30 +0000 (12:09 -0800)]
index.html: Generate a status page

Based on f7b4337a (Live Container Updates, 2015-12-29).

8 years ago.nojekyll: Disable Jekyll
W. Trevor King [Tue, 29 Dec 2015 20:08:49 +0000 (12:08 -0800)]
.nojekyll: Disable Jekyll

We're generating our own HTML, so turn off Jekyll [1].

[1]: https://help.github.com/articles/using-jekyll-with-pages/#turning-jekyll-off

8 years agoMakefile: Add a rule to generate index.html
W. Trevor King [Tue, 29 Dec 2015 20:06:37 +0000 (12:06 -0800)]
Makefile: Add a rule to generate index.html

One less thing I'll have to remember ;).

8 years agostatus-config.json: Configure nmbug-status to generate HTML
W. Trevor King [Tue, 29 Dec 2015 20:05:11 +0000 (12:05 -0800)]
status-config.json: Configure nmbug-status to generate HTML

meta.message-url is a local change I've made.  I'll submit it upstream
shortly.