Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit a3f4b04

Browse files
Remove dangling references to EVALUATION_PASSPHRASE
1 parent c96d29f commit a3f4b04

8 files changed

+0
-156
lines changed

Makefile

-11
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ publish:
100100
shell:
101101
${REBAR} shell --apps lasp
102102

103-
dcos:
104-
bin/dcos-deploy.sh
105-
106103
##
107104
## Evaluation related targets
108105
##
@@ -125,14 +122,6 @@ part-div:
125122
clear; \
126123
./rebar3 ct --readable=false --suite=test/lasp_advertisement_counter_partition_overcounting_SUITE
127124

128-
evaluate-local: SHELL:=/bin/bash
129-
evaluate-local:
130-
priv/evaluate-local.sh
131-
132-
evaluate-docker: SHELL:=/bin/bash
133-
evaluate-docker:
134-
priv/evaluate-docker.sh
135-
136125
logs:
137126
tail -F priv/lager/*/log/*.log
138127

priv/add_key.sh

-8
This file was deleted.

priv/docker-cleanup.sh

-6
This file was deleted.

priv/docker-festival.sh

-9
This file was deleted.

priv/evaluate-docker.sh

-9
This file was deleted.

priv/evaluate-local.sh

-18
This file was deleted.

priv/evaluate-mesos-push.sh

-56
This file was deleted.

priv/evaluate-mesos-setup.sh

-39
This file was deleted.

0 commit comments

Comments
 (0)