From efd5cda208c4d4c72a1f56a6f382417dcbc195f7 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 29 May 2018 16:59:23 +0200 Subject: [PATCH] Meta: Review Draft infrastructure See https://github.com/whatwg/whatwg.org/issues/197 and https://github.com/whatwg/meta/issues/92 for details. This also updates the web-platform-tests URL. --- .gitignore | 19 ++++++++++--------- Makefile | 13 +++++++++---- README.md | 4 ++-- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 350e7f9..5e0d1bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -node_modules/ -npm-debug.log -index.html +/node_modules/ +/npm-debug.log +/index.html -console_spec_id_rsa -deploy.sh -deploy_key -console.spec.whatwg.org/ -.DS_Store -.idea +/console_spec_id_rsa +/deploy.sh +/deploy_key +/console.spec.whatwg.org/ +/.DS_Store +/.idea +/review.sh diff --git a/Makefile b/Makefile index 46f2ff1..969aced 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,19 @@ SHELL=/bin/bash -o pipefail -local: index.bs - bikeshed spec index.bs index.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" - remote: index.bs curl https://api.csswg.org/bikeshed/ -f -F file=@index.bs > index.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" +local: index.bs + bikeshed spec index.bs index.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" + # Don't confuse make given we have files called "local" or "remote" in our root dir .PHONY: local remote deploy: index.bs curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh - EXTRA_FILES="images/*.*" bash ./deploy.sh + EXTRA_FILES="images/*.*" \ + bash ./deploy.sh + +review: index.bs + curl --remote-name --fail https://resources.whatwg.org/build/review.sh + bash ./review.sh diff --git a/README.md b/README.md index 5bf9d2d..a8aeb58 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This specification is still in its very early stages. It is very much a work in ## Tests -Tests can be found in the `console/` directory of [web-platform-tests](https://github.com/w3c/web-platform-tests). +Tests can be found in the `console/` directory of [web-platform-tests/wpt](https://github.com/web-platform-tests/wpt). ## Contribution guidelines @@ -22,4 +22,4 @@ If you can commit to this repository, see the [WHATWG Maintainer Guidelines](htt ## Code of conduct -We are committed to providing a friendly, safe and welcoming environment for all. Please read and respect the [WHATWG Code of Conduct](https://whatwg.org/code-of-conduct). +We are committed to providing a friendly, safe, and welcoming environment for all. Please read and respect the [WHATWG Code of Conduct](https://whatwg.org/code-of-conduct).