Hack the version major by hand for now until we automate it.

This commit is contained in:
Jordan Sissel 2014-03-12 18:00:39 -07:00
parent 9971b0a75e
commit 2ab6b5cfe8

View file

@ -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