Skip to content
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

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

PeterDaveHello
Copy link
Contributor

This is my first PR here, hope it good enough to be accepted ;)

@@ -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> |
Copy link
Member

@philclifford philclifford Nov 10, 2023

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
Copy link
Member

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

@@ -0,0 +1,7 @@
DEFVER=1
ASC_KEY_URL="https://packagecloud.io/ookla/speedtest-cli/gpgkey"
APT_LIST_NAME="speedtest"
Copy link
Member

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.

@PeterDaveHello PeterDaveHello force-pushed the ookla_speedtest branch 2 times, most recently from 55a7dcb to 8785473 Compare November 15, 2023 16:12
@PeterDaveHello
Copy link
Contributor Author

@philclifford I revised it with all the suggestions, and the CI passed. Thanks!

@philclifford philclifford merged commit 90c38f1 into wimpysworld:main Nov 18, 2023
1 check passed
@PeterDaveHello PeterDaveHello deleted the ookla_speedtest branch November 19, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants