diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-19 19:42:10 +0200 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-10-19 20:42:10 +0300 |
commit | 22a9f75097bb51d17d3b1f824665b51607f2b95e (patch) | |
tree | 66670159a0888cce334f1882694bf2ea935443cc /changelog.d | |
parent | Remove Auth.check method (#6217) (diff) | |
download | synapse-22a9f75097bb51d17d3b1f824665b51607f2b95e.tar.xz |
Delete format_tap.py (#6219)
* Delete format_tap.py This python implementation of a tap formatting library for buildkite has been replaced with a perl implementation as part of the matrix-org/sytest repo, which is specific to sytest's language, not that of any one homeserver's.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6219.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6219.misc b/changelog.d/6219.misc new file mode 100644 index 0000000000..296406246d --- /dev/null +++ b/changelog.d/6219.misc @@ -0,0 +1 @@ +Remove `format_tap.py` script in favour of a perl reimplementation in Sytest's repo. \ No newline at end of file |