File tree Expand file tree Collapse file tree 6 files changed +9
-134
lines changed Expand file tree Collapse file tree 6 files changed +9
-134
lines changed Original file line number Diff line number Diff line change 1
- .dialyzer.raw-output
2
1
.eunit /*
3
2
deps /*
4
3
rel /riak-cs
5
4
rel /vars /dev * _vars.config
6
- ebin /* .beam
7
- ebin /* .app
5
+ ebin /*
8
6
riak_test /ebin /*
9
- riak_test /bin /riak-cs *
10
7
doc
11
8
dev /
12
9
/package /
13
10
log /
14
11
* ~
15
- /log
16
12
current_counterexample.eqc
17
- .int_test /
18
13
.client_test /
19
14
pkg.vars.config
20
15
client_tests /python /ceph_tests /s3-tests
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- REPO ?= riak_cs
1
+ REPO ?= riak_cs
2
2
PKG_REVISION ?= $(shell git describe --tags)
3
- PKG_VERSION ?= $(shell git describe --tags | tr - .)
3
+ PKG_VERSION ?= $(shell git describe --tags | tr - .)
4
4
PKG_ID = riak-cs-$(PKG_VERSION )
5
5
PKG_BUILD = 1
6
6
BASE_DIR = $(shell pwd)
7
7
ERLANG_BIN = $(shell dirname $(shell which erl) )
8
8
REBAR ?= $(BASE_DIR ) /rebar
9
9
OVERLAY_VARS ?=
10
10
CS_HTTP_PORT ?= 8080
11
- PULSE_TESTS = riak_cs_get_fsm_pulse
11
+ PULSE_TESTS = riak_cs_get_fsm_pulse
12
12
13
13
.PHONY : rel stagedevrel deps test depgraph graphviz all compile
14
14
@@ -154,18 +154,6 @@ stage : rel
154
154
$(foreach dep,$(wildcard deps/* ) , rm -rf rel/riak-cs/lib/$(shell basename $(dep ) ) * && ln -sf $(abspath $(dep ) ) rel/riak-cs/lib;)
155
155
156
156
157
- # #
158
- # # Doc targets
159
- # #
160
- orgs : orgs-doc orgs-README
161
-
162
- orgs-doc :
163
- @emacs -l orgbatch.el -batch --eval=" (riak-export-doc-dir \" doc\" 'html)"
164
-
165
- orgs-README :
166
- @emacs -l orgbatch.el -batch --eval=" (riak-export-doc-file \" README.org\" 'ascii)"
167
- @mv README.txt README
168
-
169
157
DIALYZER_APPS = kernel stdlib sasl erts ssl tools os_mon runtime_tools crypto inets \
170
158
webtool eunit syntax_tools compiler
171
159
PLT ?= $(HOME ) /.riak-cs_dialyzer_plt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ with Riak CS. For more information about Riak CS please visit our [[http://docs.
78
78
79
79
* Riak CS Fast Track
80
80
81
- http://docs.basho.com/riakcs/latest/riakcs- tutorials/fast-track
81
+ http://docs.basho.com/riakcs/latest/tutorials/fast-track/
82
82
83
83
* Contributing to Riak CS
84
84
Basho encourages contributions to Riak CS from the community. Here is
@@ -134,33 +134,12 @@ make test
134
134
rebuilding the PLT unless you have had significant changes in your
135
135
build (a new version of Erlang, for example).
136
136
137
- **** Build the PLT
138
- Run the command below to build the PLT.
139
-
140
- #+BEGIN_SRC shell
141
- make build_plt
142
- #+END_SRC
143
-
144
- **** Check the PLT
145
- If you have built the PLT before, check it before you run
146
- Dialyzer again. This will take much less time than building the
147
- PLT from scratch.
148
-
149
- #+BEGIN_SRC shell
150
- make check_plt
151
- #+END_SRC
152
-
153
- **** Run Dialyzer
137
+ Dialyzer can be run with =make=:
154
138
155
139
#+BEGIN_SRC shell
156
140
make dialyzer
157
141
#+END_SRC
158
142
159
143
*** =riak_test= modules
160
144
Riak CS has a number of integration and regression tests in the
161
- =/riak_test/= subdirectory. Currently these tests require the
162
- enterprise versions of Riak and Riak CS to function properly, but
163
- they will be updated the near future to support running an
164
- appropriate subset with an OSS build of Riak and Riak
165
- CS. Instructions for setting up and running the tests will also be
166
- published at that time.
145
+ =/riak_test/= subdirectory. Please refer =README.md= under the directory.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Example to setup old and new CS:
14
14
$ mkdir ~/rt
15
15
$ cd ~/rt
16
16
$ cd path/to/repo/riak_cs
17
+ ## Only for Enterprise build
17
18
$ export RIAK_CS_EE_DEPS=true
18
19
$ riak_test/bin/rtdev-build-releases.sh
19
20
$ riak_test/bin/rtdev-setup-releases.sh
@@ -42,7 +43,7 @@ $ cd riak-ee-2.0.1 && make devrel
42
43
$ riak_test/bin/rteedev-setup-releases.sh
43
44
$ riak_test/bin/rteedev-current.sh
44
45
45
- ## ch runtime to Basho's patched R15B01
46
+ ## change runtime to Basho's patched R15B01
46
47
$ tar xzf riak-ee-1.4.10.tar.gz
47
48
$ cd riak-ee-1.4.10 && make devrel
48
49
$ mkdir ~/rt/riak_ee/riak-ee-1.4.10
You can’t perform that action at this time.
0 commit comments