-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add artifact_name
to print_relnotes
#541
Conversation
This allows you to use artifact names that do not follow the standard convention. Fixes bazelbuild#435
@aiuto just got to testing this with main branch but it doesn't seem to work. I still don't get the proper download url generated into |
Can you include a BUILD file snippet so I can make sure that you and I are
doing the same thing.
…On Sat, Mar 12, 2022 at 11:18 AM Gunnar Wagenknecht < ***@***.***> wrote:
@aiuto <https://github.com/aiuto> just got to testing this with main
branch but it doesn't seem to work. I still don't get the proper download
url generated into http_archive
—
Reply to this email directly, view it on GitHub
<#541 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXHHHEING4Q5DW7MC4JOB3U7S7W3ANCNFSM5OKHR4UA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@aiuto BUILD file is here: https://github.com/salesforce/bazel-jdt-java-toolchain/blob/07571cc819ecd76fff2908aaad2fb9a07034cef7/dist/BUILD#L30 My goal is to build
When I run
However, it looks like the sha256 is actually correct, i.e
Could this be a display issue of the release notes template file? |
Thanks for the PR. I edited the title and description a bit to be more
specific about why the fix was needed. I believe PR descriptions should be
mostly self contained and not require one to know context from a bug
conversation.
…On Sun, Mar 13, 2022 at 5:19 AM Gunnar Wagenknecht ***@***.***> wrote:
@aiuto <https://github.com/aiuto> #561
<#561>
—
Reply to this email directly, view it on GitHub
<#541 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXHHHH57MP7THG6WW3ENNTU7WXK5ANCNFSM5OKHR4UA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This allows you to use artifact names that do not follow the standard convention.
Fixes #435