-
Notifications
You must be signed in to change notification settings - Fork 6
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
configs/ot2_defconfig: select ca-certificates, curl, git, grep, sl, wget #86
Conversation
gnutls enables fetch of https urls with wget; git is useful for external contributors adding more complex workflows.
For info, I branched off this and I am not finding that this works:
Edit: possible this was a copy and paste problem with hidden characters, which I've since encountered. Sorry if this was a bad report! |
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.
Since it's technically still my own PR I can't approve, but I can confirm that git, curl, and wget from https endpoints works, as does the steam locomotive
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.
Approving on behalf of @sfoster1 per his comment above
overview
This PR adds some packages to the OT-2 defconfig to enable more complex workflows:
ca-certificates
to make sure the robot has root certs to hit HTTPS stuffgit
for pulling stuff from... gitcurl
andwget
for making requests and pulling data from HTTPgrep
for data and log inspectionsl
to make @sfoster1 happyreview requests
git
repository via HTTPScurl
an HTTPS endpointwget
an HTTPS resourcegrep
something