Skip to content

Commit

Permalink
Hack the version major by hand for now until we automate it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Mar 13, 2014
1 parent 9971b0a commit 2ab6b5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2ab6b5c

Please sign in to comment.