-
Notifications
You must be signed in to change notification settings - Fork 205
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
Embed git tags, commit ID and tree status in srpm #305
Conversation
Hi @mangelajo. Thanks for your PR. I'm waiting for a redhat-et 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. |
/approve |
/assign @copejon |
86061af
to
f6544e6
Compare
✔️ Deploy Preview for microshift canceled. 🔨 Explore the source changes: a227f56 🔍 Inspect the deploy log: https://app.netlify.com/sites/microshift/deploys/617bbf9f91f49c000721022a |
f6544e6
to
a227f56
Compare
@mangelajo: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Embedding those details, and then injecting then back during srpm building (instead of looking for the git details which doesn't exist anymore for an srpm build -it's a tarball-) allows for microshift being properly compiled with those details in the binary. Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
a227f56
to
85c4540
Compare
Re-tested manually the srpm / rpm building, this is good to go |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fzdarsky, rootfs 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 |
Embedding those details, and then injecting then back during
srpm building (instead of looking for the git details which
doesn't exist anymore for an srpm build -it's a tarball-)
allows for microshift being properly compiled with those
details in the binary.
Closes-Issue: #476
Signed-off-by: Miguel Angel Ajo majopela@redhat.com