[
https://issues.apache.org/jira/browse/HBASE-22466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852177#comment-16852177
]
stack commented on HBASE-22466:
-------------------------------
Giving up. Its a time sink. I changed dockerfile so 14.04 installs gpg2. I then
updated all gpg references to gpg2. But the gpg2 is too old still. Does not
support the '--pinentry-mode' option so can't feed gpg password when its wanted
after a few hours into build.
To recap, made two small changes to branch-1:
* Commit a version of HBASE-19663 to get around javadoc build issue (might
not be an issue afterall because I was building w/ jdk8)
* Convert CHANGES.txt to .md file and add RELEASENOTES.md so script could
interpolate changes and releasenotes from JIRA.
I also had to mess with the docker image so I could install a jdk7. I had to
roll back my ubuntu version to 14.04 and then specify jdk7 (hard to find jdk7
anymore).
Rolling back to 14.04 got me an old gpg, gpg1. I installed a gpg2 and tried to
use it but on 14.04, this does not support '--pinentry-mode loopback' mode.
This latter is a little awkward to get around. Could update the ubuntu but then
hard to find a jdk7 to install, and so on. Possible but just time consuming
reearching and trying. Putting this aside for now.
> Try running create-release against branch-1
> -------------------------------------------
>
> Key: HBASE-22466
> URL: https://issues.apache.org/jira/browse/HBASE-22466
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: 1.5.HBASE-22466.0
>
>
> The parent create-release candidate just ran unaccompanied end to end to make
> a 2.1.5 RC. Let me see if it will work on branch-1.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)