Skip to content

Commit 3c2879b

Browse files
committed
Merge pull request #94 from richm/curator-fix
the right versions of elasticsearch-py and curator are in pypi
2 parents d45f653 + 153b254 commit 3c2879b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

curator/install.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,6 @@ yum install -y --setopt=tsflags=nodocs \
99
pip install elasticsearch-curator python-crontab
1010
yum clean all
1111

12-
# HACK HACK HACK - remove when fixed upstream
13-
yum install -y --setopt=tsflags=nodocs \
14-
git
15-
git clone -b issue-344 https://github.com/richm/elasticsearch-py.git
16-
pushd elasticsearch-py
17-
python setup.py install
18-
popd
19-
git clone -b issue-520 https://github.com/richm/curator.git
20-
pushd curator
21-
python setup.py install
22-
popd
23-
yum clean all
24-
# HACK HACK HACK - remove when fixed upstream
25-
2612
mkdir -p ${HOME}
2713
mkdir -p ${CURATOR_CONF_LOCATION}
2814
touch ${CURATOR_CONF_LOCATION}/settings

0 commit comments

Comments
 (0)