-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ookla official SpeedTest cli client #911
Conversation
01-main/README.md
Outdated
@@ -154,6 +154,7 @@ cog.out(pretty_list) | |||
| [<img src="../.github/direct.png" align="top" width="20" />](https://www.ocenaudio.com/) | `ocenaudio` | <i>Easy, fast and powerful audio editor.</i> | | |||
| [<img src="../.github/debian.png" align="top" width="20" />](https://github.com/jstaf/onedriver) | `onedriver` | <i>A native Linux filesystem for Microsoft Onedrive.</i> | | |||
| [<img src="../.github/github.png" align="top" width="20" />](https://www.onlyoffice.com/en/desktop.aspx) | `onlyoffice-desktopeditors` | <i>Free desktop office suite for document editing and collaboration.</i> | | |||
| [<img src="../.github/debian.png" align="top" width="20" />](https://www.speedtest.net/) | `ookla-speedtest` | <i>Official Linux-native Speedtest application backed by Ookla.</i> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README.md is to be updated by maintainers only via cog
. See 01-main/CONTRIBUTING.md (Sorry the top-level CONTRIBUTING.md needs correcting)
Please remove changes to the README as it avoids some spurious merge conflicts.
01-main/manifest
Outdated
@@ -153,6 +153,7 @@ ocenaudio | |||
tezos-baking | |||
onedriver | |||
onlyoffice-desktopeditors | |||
ookla-speedtest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI test fails because ookla-speedtest
is not found : the name we use (in manifest and the package filename) must match the app exactly. You need to use speedtest
01-main/packages/ookla-speedtest
Outdated
@@ -0,0 +1,7 @@ | |||
DEFVER=1 | |||
ASC_KEY_URL="https://packagecloud.io/ookla/speedtest-cli/gpgkey" | |||
APT_LIST_NAME="speedtest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only needed where one repository hosts several apps, in which case we need this to align all to one list and key. If you don't need it then omit it.
55a7dcb
to
8785473
Compare
8785473
to
0738d02
Compare
@philclifford I revised it with all the suggestions, and the CI passed. Thanks! |
This is my first PR here, hope it good enough to be accepted ;)