-
Notifications
You must be signed in to change notification settings - Fork 255
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
Fix CLI installation instructions for deb-based distros #1410
Conversation
Use `dpkg` instead of `rpm` to install the `.deb` package, and before that you need to use `curl -LO` to fetch the package. The changes here follow the [PR244](tektoncd/website#244). Signed-off-by: laminar <fangtian@kubesphere.io>
|
Hi @tpiperatgod. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Okey, I have signed the CLA. You mean this, right? |
/retest |
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.
/meow
Thanks @tpiperatgod
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#1409 | [Pradeep Kumar] update readme cli version to v0.19.1 | 2021/06/30-15:54 #1410 | [laminar] Fix CLI installation instructions for deb-based distros | 2021/07/05-10:15 #1393 | [vinamra28] Get tekton components version from configmap | 2021/07/07-09:09 #1411 | [vinamra28] Bump pipelines v0.25.0, triggers 0.14.2 and hub | 2021/07/07-12:05 #1415 | [Vincent Demeester] Force cancel when using tkn pipelinerun cancel 👼 | 2021/07/09-09:48 #1408 | [Anshul Verma] resloves issue/1395 | 2021/07/09-10:12 #1385 | [Nikhil Thomas] Fix TaskRun order in `tkn pr logs` | 2021/07/13-06:13 Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
tektoncd#1409 | [Pradeep Kumar] update readme cli version to v0.19.1 | 2021/06/30-15:54 tektoncd#1410 | [laminar] Fix CLI installation instructions for deb-based distros | 2021/07/05-10:15 tektoncd#1393 | [vinamra28] Get tekton components version from configmap | 2021/07/07-09:09 tektoncd#1411 | [vinamra28] Bump pipelines v0.25.0, triggers 0.14.2 and hub | 2021/07/07-12:05 tektoncd#1415 | [Vincent Demeester] Force cancel when using tkn pipelinerun cancel 👼 | 2021/07/09-09:48 tektoncd#1408 | [Anshul Verma] resloves issue/1395 | 2021/07/09-10:12 tektoncd#1385 | [Nikhil Thomas] Fix TaskRun order in `tkn pr logs` | 2021/07/13-06:13 Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
Changes
Use
dpkg
instead ofrpm
to install the.deb
package, and before that you need to usecurl -LO
to fetch the package.The changes here follow the PR#244.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes
Signed-off-by: laminar fangtian@kubesphere.io