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

feat(rpmbuild): update bash-completion handling #2465

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

chmouel
Copy link
Member

@chmouel chmouel commented Jan 8, 2025

Since bash-completion now include _tkn we can add it as recommended and remove the generation

  • Add bash-completion as a recommended package.
  • Remove manual generation of bash completion files.

Fixes #2464

Changes

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes tests (if functionality changed/added)
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

See the contribution guide
for more details.

Release Notes

The bash completions for the rpm package have been integrated into the bash-completion package and, consequently, removed from our package.

- Add bash-completion as a recommended package.
- Remove manual generation of bash completion files.
- Update changelog to reflect these changes.

Fixes tektoncd#264
@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Jan 8, 2025
@tekton-robot tekton-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. and removed release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Jan 8, 2025
@chmouel
Copy link
Member Author

chmouel commented Jan 8, 2025

/retest

2 similar comments
@chmouel
Copy link
Member Author

chmouel commented Jan 8, 2025

/retest

@chmouel
Copy link
Member Author

chmouel commented Jan 8, 2025

/retest

@chmouel
Copy link
Member Author

chmouel commented Jan 8, 2025

is there an issue with latest triggers? keep getting this issue in the integration tests (unrelated error):

tektoncd                     6m6s        Warning   FailedCreate                   replicaset/el-github-listener-interceptor-6648545bbb             Error creating: pods "el-github-listener-interceptor-6648545bbb-" is forbidden: error looking up service account tektoncd/tekton-triggers-github-sa: serviceaccount "tekton-triggers-github-sa" not found

cc @tektoncd/triggers-maintainers

@chmouel
Copy link
Member Author

chmouel commented Jan 9, 2025

/retest

@vdemeester
Copy link
Member

@chmouel naive question, how do we make sure "upstream" bash-completion is up-to-date with our version ?

@tekton-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 20, 2025
@vdemeester
Copy link
Member

Ah just saw the issue, it's good.

@chmouel
Copy link
Member Author

chmouel commented Jan 20, 2025

yeah i linked the wrong issue in my description, it fixes #2464

@piyush-garg
Copy link
Contributor

/retest

@vinamra28
Copy link
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 27, 2025
@tekton-robot tekton-robot merged commit a8283d3 into tektoncd:main Jan 27, 2025
7 of 8 checks passed
@chmouel chmouel deleted the bash-completion branch January 27, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPM package instalation failing due to file conflict with bash-completion
5 participants