-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Include tbot binary in Teleport packages and installs #10646
Conversation
This includes the tbot binary in .rpm, .deb, and .pkg distributions, and ensures the binary is installed using the `install` script in .tar.gz packages.
We might want to add a systemd service eventually, but there's some install script work that should probably happen along with that (since the bot should run under its own unix user). At least for the moment, though, we should actually install the binary. |
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.
LGTM (but it's been a while)
@timothyb89 Looks like this is approved, can you merge? |
It seems to be stuck on "checking reviewers" unfortunately |
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.
@r0mant Can you take a look as well?
* Include tbot binary in Teleport packages and installs This includes the tbot binary in .rpm, .deb, and .pkg distributions, and ensures the binary is installed using the `install` script in .tar.gz packages. * Remove tbot from macOS client-only builds
* Include tbot binary in Teleport packages and installs This includes the tbot binary in .rpm, .deb, and .pkg distributions, and ensures the binary is installed using the `install` script in .tar.gz packages. * Remove tbot from macOS client-only builds
This includes the tbot binary in .rpm, .deb, and .pkg distributions, and ensures the binary is installed using the
install
script in .tar.gz packages.Will need a backport to v9.
Fixes #10645