hbase/dev-support/create-release
stack 8745d5e7e8 HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release
These scripts came originally from spark [1]. They were then
modified to suit hbase context. Supercedes the old
../make_rc.sh script because what is here is more comprehensive
doing more steps of the RM process as well as running in a
container so the RM build environment can be a constant.

It:
 * Tags release
 * Updates RELEASENOTES.md and CHANGES.md.
 * Sets version to the release version
 * Sets version to next SNAPSHOT version.
 * Builds, signs, and hashes all artifacts.
 * Generates the API report.
 * Pushes release tgzs to the dev dir in a apache dist.
 * Pushes to repository.apache.org staging.
 * Generates a vote email with filled-in fields.

The entry point is the do-release-docker.sh script. Pass -h to
see available options. For example, running below will do all
steps above using the 'rm' dir under Downloads as workspace:

 $ ./do-release-docker.sh  -d ~/Downloads/rm

1. https://github.com/apache/spark/tree/master/dev/create-release

Signed-off-by: Peter Somogyi <psomogyi@cloudera.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-06-12 07:53:49 -07:00
..
hbase-rm HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release 2019-06-12 07:53:49 -07:00
do-release-docker.sh HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release 2019-06-12 07:53:49 -07:00
do-release.sh HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release 2019-06-12 07:53:49 -07:00
release-build.sh HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release 2019-06-12 07:53:49 -07:00
release-tag.sh HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release 2019-06-12 07:53:49 -07:00
release-util.sh HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release 2019-06-12 07:53:49 -07:00
vote.tmpl HBASE-21935 Replace make_rc.sh with customized spark/dev/create-release 2019-06-12 07:53:49 -07:00