summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-11 23:50:24 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-12 00:11:10 -0400
commit208ce421dcbfc799705cc7fcf89b9e13c34865a6 (patch)
treef18ad18fb71d3d053f36e07a6dee27cb74dd8c98
parent213f47cbaaede8da7bd3bd48635e19b2c2ba8413 (diff)
Update README to say that the server rejects bad YAML
-rw-r--r--README.md12
1 files 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