diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-21 14:19:55 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-21 14:19:55 -0400 |
commit | a6a22edcf6e08b89539e5c0f6fe40e59e42cf086 (patch) | |
tree | 426250bead77cdf74f5dd83dcff2296896e10085 | |
parent | de470fd5cd315921aa58121ba40add4eb154f469 (diff) |
Fix syntax error in heckyel's YAML file
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | users/1037.yml | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -20,6 +20,16 @@ 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 + + PARABOLA_HACKERS_YAMLDIR=/path/to/hackers/users /lib/parabola-hackers/meta-check + To add a profile image of a user, add it to the `dev-imgs/` folder. Images in `dev-imgs/`: diff --git a/users/1037.yml b/users/1037.yml index 98d8e7d..4a2e045 100644 --- a/users/1037.yml +++ b/users/1037.yml @@ -10,7 +10,7 @@ ssh_keys: heckyel@openmailbox.org: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDckjnZ9sKM5FTVyGPDSNkkI/EGuQl+RBlZiLT5SH5ZTIfKmhqQut1qfvM3AQL/BY2eqtQQrViRWT+9nTqvxyJJ41Tq8JLEVBqXS7Hw81MYUggrcyFa4sbySMfpt6Osvh+ZStrpH2z5kSFd0GKBQy2sIgGclMySuEBBOS+XeIggJhWLxm6Pu3gxK7hL+lwgYKbg7e4X1M4xuaE2pBJukTacX29C8VTQzfoiy/pOhwUkTbne481n6pQ5Y4Au5kESg0ftnuw63iQTBr4XSbrRchxlRHXmUbKYF4fkZm52bF4FFSCA46JSHWmY7Sz8/ScBImKBhsBg9BAQHaSCOxZU2tgFBSOhTncvl9vs6HCPVzjVDI6BhQNNNYCaZdf+8B8NFlkJhnOul/a58eQNwTsFzYv+n6jIcN+ZqLPJaxjOVUWvB49xhOknQ/N/m1n0j21rTp8Mr72p38g/sbKc7KD6YDVrbz1qwRj5WBFoMV28SlR/Ve3MNQJ40NO8WK1IIZm5kPiFqraVxe+gSr4CYZNdCYuED2h9zrQwajaQBR2FLW1SAx70EUhTxHNNDQ5qjLQQW3xQxXtGp83sk4/NFkNAItChHsYvhpzJJ+bHPk7YdIdyCBUQMA1zK6Yh0fSH4DPEUlDwTJEb2LvJtnPKhIjKqS4SO+96/57JuQhdBAQQ/oyqWw== shell: "/bin/bash" extra: - other_contact: XMPP:heckyel@openmailbox.org | SIP: heckyel@sip.linphone.org + other_contact: XMPP:heckyel@openmailbox.org | SIP:heckyel@sip.linphone.org roles: Parabola Hacker, Package Monkey, Wiki Translator website: https://conocimientoslibres.tuxfamily.org occupation: Free Software |