[
https://issues.apache.org/jira/browse/BEAM-6726?focusedWorklogId=211143&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-211143
]
ASF GitHub Bot logged work on BEAM-6726:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Mar/19 17:14
Start Date: 11/Mar/19 17:14
Worklog Time Spent: 10m
Work Description: adude3141 commented on pull request #8026: [BEAM-6726]
explicitly specify signing key
URL: https://github.com/apache/beam/pull/8026#discussion_r264338204
##########
File path: release/src/main/scripts/build_release_candidate.sh
##########
@@ -56,12 +56,19 @@ read USER_GITHUB_ID
[email protected]:${USER_GITHUB_ID}/beam-site
+echo "================Listing all GPG keys================="
+gpg --list-keys --keyid-format LONG --fingerprint --fingerprint
+echo "Please copy the public key which is associated with your Apache account:"
+
+read SIGNING_KEY
Review comment:
Probably yes.
But we did not check before [1], so I did not bother to implement this. As
it probably would require to keep some state across scripts. Currently this is
left to manual release verification.
As I tend to assume that these script need some rework anyway, I restricted
the scope of this PR to a minimal viable solution to get release enabled on
gradle5.
[1] There is no check on signing key set in git config against key put into
KEYS file nor against default key used for signing artefacts.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 211143)
Time Spent: 3h (was: 2h 50m)
> Gradle Publish fails with Gradle 5
> ----------------------------------
>
> Key: BEAM-6726
> URL: https://issues.apache.org/jira/browse/BEAM-6726
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Affects Versions: 2.11.0
> Reporter: Ahmet Altay
> Assignee: Michael Luckey
> Priority: Blocker
> Fix For: 2.12.0
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> cc: [~alanmyrvold] [~kenn]
> :beam-sdks-java-bom:signMavenJavaPublication task fails with an obscure
> error:
> (https://scans.gradle.com/s/mcbb4axlx6agy/failure?openFailures=WzBd&openStackTraces=WzFd#top=0):
> Duplicate key pom-default.xml.asc:xml.asc:asc:null (attempted merging values
> Signature pom-default.xml.asc:xml.asc:asc:null and Signature
> pom-default.xml.asc:xml.asc:asc:null)
> Downgrading to Gradle 4 by reverting
> https://github.com/apache/beam/commit/cadb6f7fabc6faedc6037104338306688f17652f
> works.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)