Skip to content

Commit b6b510b

Browse files
committed
Error incorrect hash while installing with ES 2.0
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)
1 parent a8b1a6f commit b6b510b

File tree

4 files changed

+993
-84
lines changed

4 files changed

+993
-84
lines changed

dev-tools/email_template.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<body>
3+
<p>Heya,</p>
4+
5+
<p>We are pleased to announce the release of the <b>%(artifact_name)s</b>, <b>version %(release_version)s</b></p>
6+
7+
<blockquote>%(artifact_description)s.</blockquote>
8+
9+
<h1>Release Notes - Version %(release_version)s</h1>
10+
%(empty_message)s
11+
%(issues_bug)s
12+
%(issues_update)s
13+
%(issues_new)s
14+
%(issues_doc)s
15+
16+
<p>For questions or comments around this plugin, feel free to use elasticsearch
17+
<a href='https://discuss.elastic.co/c/elasticsearch'>mailing list</a>!</p>
18+
19+
<p>Enjoy,</p>
20+
<p>- The <a href="http://www.elastic.co/">Elastic team</a></p>
21+
</body>
22+
</html>

dev-tools/email_template.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Heya,
2+
3+
4+
We are pleased to announce the release of the %(artifact_name)s, version %(release_version)s.
5+
6+
%(artifact_description)s.
7+
8+
%(project_url)s
9+
10+
Release Notes - %(artifact_id)s - Version %(release_version)s
11+
12+
%(empty_message)s
13+
%(issues_bug)s
14+
%(issues_update)s
15+
%(issues_new)s
16+
%(issues_doc)s
17+
18+
For questions or comments around this plugin, feel free to use elasticsearch mailing list: https://discuss.elastic.co/c/elasticsearch
19+
20+
Enjoy,
21+
22+
-The Elasticsearch team

0 commit comments

Comments
 (0)