component/redis: version up
Showing
... | ... | @@ -8,20 +8,18 @@ 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 = https://download.redis.io/releases/redis-6.2.9.tar.gz | ||
md5sum = 5251b9cfe7d799e6b63b7bd07410f97c | ||
configure-command = true | ||
prefix = | ||
prefix = | ||
make-options = | ||
PREFIX=${buildout:parts-directory}/${:_buildout_section_name_} | ||
V=1 | ||
make-targets = | ||
make-targets = | ||
install | ||
test | ||
# There are many tests failing, so disable make test for now | ||
# test | ||
environment = | ||
PATH=${patch:location}/bin:${tcl:location}/bin:%(PATH)s | ||
patch-options = -p1 | ||
... | ... |