[
https://issues.apache.org/jira/browse/BEAM-6726?focusedWorklogId=211113&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-211113
]
ASF GitHub Bot logged work on BEAM-6726:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Mar/19 16:36
Start Date: 11/Mar/19 16:36
Worklog Time Spent: 10m
Work Description: aaltay commented on pull request #8026: [BEAM-6726]
explicitly specify signing key
URL: https://github.com/apache/beam/pull/8026#discussion_r264320057
##########
File path: release/src/main/scripts/build_release_candidate.sh
##########
@@ -98,7 +105,8 @@ if [[ $confirmation = "y" ]]; then
echo "2. new rc tag has created in github."
echo "-------------Staging Java Artifacts into Maven---------------"
- ./gradlew publish -PisRelease --no-daemon
+ gpg --local-user ${SIGNING_KEY} --output /dev/null --sign ~/.bashrc
Review comment:
Is this for testing that the key is working?
Would not it break if ~/.bashrc does not exist?
----------------------------------------------------------------
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: 211113)
Time Spent: 2h 40m (was: 2.5h)
> 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: 2h 40m
> 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)