Skip to content

Commit

Permalink
Error incorrect hash while installing with ES 2.0
Browse files Browse the repository at this point in the history
We are moving back release scripts locally as it's the last repository which is not in elasticsearch repo.
Also, we now use generated checksums when we run the `install` phase and we upload them to S3 at the same time we upload the artifact itself.

Closes elastic#178.

(cherry picked from commit d3324bc)
(cherry picked from commit 311a80b)
(cherry picked from commit bf898b7)
  • Loading branch information
dadoonet committed Oct 29, 2015
1 parent a8b1a6f commit b6b510b
Show file tree
Hide file tree
Showing 4 changed files with 993 additions and 84 deletions.
22 changes: 22 additions & 0 deletions dev-tools/email_template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<html>
<body>
<p>Heya,</p>

<p>We are pleased to announce the release of the <b>%(artifact_name)s</b>, <b>version %(release_version)s</b></p>

<blockquote>%(artifact_description)s.</blockquote>

<h1>Release Notes - Version %(release_version)s</h1>
%(empty_message)s
%(issues_bug)s
%(issues_update)s
%(issues_new)s
%(issues_doc)s

<p>For questions or comments around this plugin, feel free to use elasticsearch
<a href='https://discuss.elastic.co/c/elasticsearch'>mailing list</a>!</p>

<p>Enjoy,</p>
<p>- The <a href="http://www.elastic.co/">Elastic team</a></p>
</body>
</html>
22 changes: 22 additions & 0 deletions dev-tools/email_template.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Heya,


We are pleased to announce the release of the %(artifact_name)s, version %(release_version)s.

%(artifact_description)s.

%(project_url)s

Release Notes - %(artifact_id)s - Version %(release_version)s

%(empty_message)s
%(issues_bug)s
%(issues_update)s
%(issues_new)s
%(issues_doc)s

For questions or comments around this plugin, feel free to use elasticsearch mailing list: https://discuss.elastic.co/c/elasticsearch

Enjoy,

-The Elasticsearch team
Loading

0 comments on commit b6b510b

Please sign in to comment.