You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/05/19 14:07:00 UTC

[jira] [Commented] (HBASE-24393) release scripts should allow for creation of initial CHANGES/RELEASE on new major version.

    [ https://issues.apache.org/jira/browse/HBASE-24393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111200#comment-17111200 ] 

Hudson commented on HBASE-24393:
--------------------------------

Results for branch master
	[build #1731 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1731/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/master/1731/General_20Nightly_20Build_20Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1475//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1731/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 report|https://builds.apache.org/job/HBase%20Nightly/job/master/1731/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> release scripts should allow for creation of initial CHANGES/RELEASE on new major version.
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-24393
>                 URL: https://issues.apache.org/jira/browse/HBASE-24393
>             Project: HBase
>          Issue Type: Bug
>          Components: community
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Minor
>             Fix For: 3.0.0-alpha-1
>
>
> Right now if you try to run the release scripts on a new major version, e.g. one without a RELEASENOTES.md and CHANGES.md things fail:
> {code}
> /opt/hbase-rm/output
> + sed -i -e '/^## Release 3.0.0-alpha-1/,/^## Release/ {//!d; /^## Release 3.0.0-alpha-1/d;}' /opt/hbase-rm/output/hbase/CHANGES.md
> sed: can't read /opt/hbase-rm/output/hbase/CHANGES.md: No such file or directory
> + true
> + sed -i -e '/^# HBASE  3.0.0-alpha-1 Release Notes/,/^# HBASE/{//!d; /^# HBASE  3.0.0-alpha-1 Release Notes/d;}' /opt/hbase-rm/output/hbase/RELEASENOTES.md
> sed: can't read /opt/hbase-rm/output/hbase/RELEASENOTES.md: No such file or directory
> + true
> + sed -i -e '/## Release/,$!d' CHANGELOG.3.0.0-alpha-1.md
> + sed -i -e '/DO NOT REMOVE/r CHANGELOG.3.0.0-alpha-1.md' /opt/hbase-rm/output/hbase/CHANGES.md
> sed: can't read /opt/hbase-rm/output/hbase/CHANGES.md: No such file or directory
> + cleanup
> {code}
> instead we should just create the new files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)