Explorar el Código

synapse workers: fix self name in workers-doc-to-yaml.awk script

pull/456/head
Marcel Partap hace 5 años
padre
commit
e078e29ef8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      roles/matrix-synapse/files/workers-doc-to-yaml.awk

+ 2
- 2
roles/matrix-synapse/files/workers-doc-to-yaml.awk Ver fichero

@@ -1,11 +1,11 @@
#!/usr/bin/awk #!/usr/bin/awk
# Hackish approach to get a machine-readable list of current matrix
# Hackish approach to get a machine-readable list of current matrix
# synapse REST API endpoints from the official documentation at # synapse REST API endpoints from the official documentation at
# https://github.com/matrix-org/synapse/raw/master/docs/workers.md # https://github.com/matrix-org/synapse/raw/master/docs/workers.md
# #
# invoke in shell with: # invoke in shell with:
# URL=https://github.com/matrix-org/synapse/raw/master/docs/workers.md # URL=https://github.com/matrix-org/synapse/raw/master/docs/workers.md
# curl -L ${URL} | awk -f parse-workers-docs.awk -
# curl -L ${URL} | awk -f workers-doc-to-yaml.awk -


function worker_stanza_append(string) { function worker_stanza_append(string) {
worker_stanza = worker_stanza string worker_stanza = worker_stanza string


Cargando…
Cancelar
Guardar