From 208ce421dcbfc799705cc7fcf89b9e13c34865a6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 11 May 2017 23:50:24 -0400 Subject: Update README to say that the server rejects bad YAML --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2844307..7a2f4d8 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,11 @@ files as examples. [meta-normalize-stdio]: https://git.parabola.nu/packages/parabola-hackers.git/tree/bin/meta-normalize-stdio -*NOTICE* Before pushing, please run `meta-check` to verify that the - syntax is correct. If you push YAML files with incorrect syntax, you - may break all normal SSH access to the servers, and then one of the - emergency operators will have to fix it. (We should probably add a - server hook to reject pushes that break it huh? I'll get to that - eventually...). Run `meta-check` by installing the - `parabola-hackers` package and running +*NOTICE* Before pushing, you should run `meta-check` to verify that + the syntax is correct. However, when pusing to master, the server + will also run `meta-check`, and will reject the push if it fails. + Run `meta-check` by installing the `parabola-hackers` package and + running PARABOLA_HACKERS_YAMLDIR=/path/to/hackers/users /lib/parabola-hackers/meta-check -- cgit v1.2.3-54-g00ecf