Skip to content

Commit

Permalink
Merge pull request #1028 from untergeek/doc/debian9_repo
Browse files Browse the repository at this point in the history
Fix release docs with new debian9 repo info
  • Loading branch information
untergeek committed Aug 8, 2017
2 parents 7f6afff + 7a44bd0 commit d484a61
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

5.1.2 (?? August 2017)
5.1.2 (08 August 2017)
----------------------

**Errata**
Expand All @@ -22,6 +22,7 @@ Changelog
packages no longer work in Debian 9. In the short term, this requires
a new repository. In the long term, I will try to get a better
repository system working for these so they all work together, better.
Requested in #998 (untergeek)

**Bug Fixes**

Expand All @@ -42,6 +43,7 @@ Changelog
elasticsearch version when reporting version incompatibilities. Reported
in #992. (untergeek)
* Fix repository/snapshot name logging issue. #1005 (jpcarey)
* Fix Windows build issue #1014 (untergeek)


**Documentation**
Expand Down
24 changes: 22 additions & 2 deletions docs/asciidoc/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,37 @@ wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add
=== Direct Package Download Link

* https://packages.elastic.co/curator/{curator_major}/debian/pool/main/e/elasticsearch-curator/elasticsearch-curator_{curator_version}_amd64.deb[Elasticsearch Curator {curator_version} Binary Package (DEB)]
* https://packages.elastic.co/curator/{curator_major}/debian9/pool/main/e/elasticsearch-curator/elasticsearch-curator_{curator_version}_amd64.deb[Elasticsearch Curator {curator_version} Binary Package for newer Debian 9 based systems (DEB)]

=== Repository Configuration

Add the following in your `/etc/apt/sources.list.d/` directory in a file with a
`.list` suffix, for example `curator.list`
[IMPORTANT]
====================================================
Debian 9 was recently released, and it uses OpenSSL 1.1.0 libraries, where
earlier releases, including Debian 8, Ubuntu 12.04 - 16.04 LTS, and others
used OpenSSL 1.0.0 libraries. As a consequence, a new repository has been
introduced, in order to preserve the functionality of the old one, without
causing collisions.
Please use the appropriate package or repository.
====================================================

Add one of the following -- **noting the correct path, `debian` or `debian9`** --
in your `/etc/apt/sources.list.d/` directory in a file with a `.list` suffix,
for example `curator.list`

["source","sh",subs="attributes,callouts"]
--------------------------------------------------
deb [arch=amd64] http://packages.elastic.co/curator/{curator_major}/debian stable main
--------------------------------------------------

or

["source","sh",subs="attributes,callouts"]
--------------------------------------------------
deb [arch=amd64] http://packages.elastic.co/curator/{curator_major}/debian9 stable main
--------------------------------------------------

After running `sudo apt-get update`, the repository is ready for use.

[WARNING]
Expand Down

0 comments on commit d484a61

Please sign in to comment.