Commit 4f3f9536 authored by Alain Takoudjou's avatar Alain Takoudjou

component/redis: version up

parent 05e5cb3e
......@@ -8,20 +8,20 @@ extends =
../tcl/buildout.cfg
[redis]
<= redis28
[redis28]
recipe = slapos.recipe.cmmi
url = http://download.redis.io/releases/redis-2.8.24.tar.gz
md5sum = 7b6eb6e4ccc050c351df8ae83c55a035
#url = http://download.redis.io/releases/redis-6.2.9.tar.gz
#md5sum = 5251b9cfe7d799e6b63b7bd07410f97c
url = http://download.redis.io/releases/redis-6.2.14.tar.gz
md5sum =
configure-command = true
prefix =
prefix =
make-options =
PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
V=1
make-targets =
make-targets =
install
test
# XXX - make test is not failing, need to check why!
# test
environment =
PATH=${patch:location}/bin:${tcl:location}/bin:%(PATH)s
patch-options = -p1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment