Skip to content

Commit

Permalink
Remove old provisioning stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bak1an committed Nov 3, 2024
1 parent 52c6716 commit 8305017
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 939 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

23 changes: 3 additions & 20 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,9 @@ qless.lua: qless-lib.lua api.lua
egrep -v '^[[:space:]]*--[^\[]' | \
egrep -v '^--$$' >> qless.lua

REDIS_VERSION ?= stable
REDIS_DIR = redis-$(REDIS_VERSION)
REDIS_TAR = redis-$(REDIS_VERSION).tar.gz
REDIS_BIN = $(REDIS_DIR)/src/redis-server

.PHONY: clean test redis
.PHONY: clean test
clean:
rm -rf qless.lua qless-lib.lua $(REDIS_TAR) $(REDIS_DIR)
rm -rf qless.lua qless-lib.lua

test: qless.lua *.lua
py.test

$(REDIS_TAR):
curl -O http://download.redis.io/releases/$(REDIS_TAR)

$(REDIS_DIR): $(REDIS_TAR)
tar xvf $(REDIS_TAR)

$(REDIS_BIN): $(REDIS_DIR)
cd $(REDIS_DIR) && make

redis: $(REDIS_BIN)
$(REDIS_BIN) --daemonize yes
py.test
19 changes: 0 additions & 19 deletions Vagrantfile

This file was deleted.

44 changes: 0 additions & 44 deletions provision.sh

This file was deleted.

14 changes: 0 additions & 14 deletions provision/etc/init/redis.conf

This file was deleted.

Loading

0 comments on commit 8305017

Please sign in to comment.