diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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 |