Skip to content

[WIP] Support Cutting Release#14023

Closed
caithagoras wants to merge 8 commits intoprestodb:masterfrom
caithagoras:r2
Closed

[WIP] Support Cutting Release#14023
caithagoras wants to merge 8 commits intoprestodb:masterfrom
caithagoras:r2

Conversation

@caithagoras
Copy link
Contributor

@caithagoras caithagoras commented Jan 29, 2020

The PR add the capability of cutting new releases to PrestoReleaseService.
Address part of #13970.

To use the tool, first download the executable.

curl -L -o /tmp/presto_release "https://oss.sonatype.org/service/local/artifact/maven/redirect?g=com.facebook.presto&a=presto-release&v=LATEST&r=snapshots&c=executable&e=jar"
chmod 755 /tmp/presto_release

NOTE: This will push to prestodb/presto:master!!! To cut release from local repo:

/tmp/presto_release cut-release --directory /path/to/presto

NOTE: This will push to prestodb/presto:master!!! To cut release from a clean clone:

/tmp/presto_release cut-release --directory /path/to/new/presto \
--git-initialize-from-remote true --upstream-repo prestodb/presto
== RELEASE NOTES ==

General Changes
* Add a tool to cut Presto release (:pr:`14023`).

@caithagoras
Copy link
Contributor Author

caithagoras commented Jan 29, 2020

PR starts from Use annotation to set config properties from options.
Commit 1-5 are from #13964.

@caithagoras caithagoras force-pushed the r2 branch 2 times, most recently from 46ceb75 to c3082ca Compare January 29, 2020 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants