Skip to content

Commit

Permalink
Merge pull request #94 from richm/curator-fix
Browse files Browse the repository at this point in the history
the right versions of elasticsearch-py and curator are in pypi
  • Loading branch information
richm committed Mar 29, 2016
2 parents d45f653 + 153b254 commit 3c2879b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions curator/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ yum install -y --setopt=tsflags=nodocs \
pip install elasticsearch-curator python-crontab
yum clean all

# HACK HACK HACK - remove when fixed upstream
yum install -y --setopt=tsflags=nodocs \
git
git clone -b issue-344 https://github.com/richm/elasticsearch-py.git
pushd elasticsearch-py
python setup.py install
popd
git clone -b issue-520 https://github.com/richm/curator.git
pushd curator
python setup.py install
popd
yum clean all
# HACK HACK HACK - remove when fixed upstream

mkdir -p ${HOME}
mkdir -p ${CURATOR_CONF_LOCATION}
touch ${CURATOR_CONF_LOCATION}/settings

0 comments on commit 3c2879b

Please sign in to comment.