diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/mochitest/pywebsocket3/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/mochitest/pywebsocket3/moz.yaml')
-rw-r--r-- | testing/mochitest/pywebsocket3/moz.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/mochitest/pywebsocket3/moz.yaml b/testing/mochitest/pywebsocket3/moz.yaml new file mode 100644 index 0000000000..993e562255 --- /dev/null +++ b/testing/mochitest/pywebsocket3/moz.yaml @@ -0,0 +1,34 @@ +schema: 1 + +bugzilla: + product: Testing + component: Mochitest + +origin: + name: pywebsocket3 + description: provide a WebSocket standalone server + + url: https://github.com/GoogleChromeLabs/pywebsocket3 + + release: 50602a14f1b6da17e0b619833a13addc6ea78bc2 (2021-08-20T07:16:08Z). + revision: 50602a14f1b6da17e0b619833a13addc6ea78bc2 + + license: BSD-3-Clause + license-file: LICENSE + +vendoring: + url: https://github.com/GoogleChromeLabs/pywebsocket3 + source-hosting: github + tracking: commit + + exclude: + - "**" + + include: + - mod_pywebsocket/ + + keep: + - LICENSE + + patches: + - hsts.patch |