mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Hack the version major by hand for now until we automate it.
This commit is contained in:
parent
9971b0a75e
commit
2ab6b5cfe8
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ Add the key:
|
|||
|
||||
Add the repo to /etc/apt/sources.list
|
||||
|
||||
deb http://packages.elasticsearch.org/logstash/1.3/debian stable main
|
||||
deb http://packages.elasticsearch.org/logstash/1.4/debian stable main
|
||||
|
||||
|
||||
## YUM based distributions
|
||||
|
@ -27,9 +27,9 @@ Add the key:
|
|||
|
||||
Add the repo to /etc/yum.repos.d/ directory
|
||||
|
||||
[logstash-1.3]
|
||||
name=logstash repository for 1.3.x packages
|
||||
baseurl=http://packages.elasticsearch.org/logstash/1.3/centos
|
||||
[logstash-1.4]
|
||||
name=logstash repository for 1.4.x packages
|
||||
baseurl=http://packages.elasticsearch.org/logstash/1.4/centos
|
||||
gpgcheck=1
|
||||
gpgkey=http://packages.elasticsearch.org/GPG-KEY-elasticsearch
|
||||
enabled=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue