This repository was archived by the owner on Sep 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-677
lines changed Expand file tree Collapse file tree 5 files changed +8
-677
lines changed Original file line number Diff line number Diff line change 11ringpop-node release notes
22==========================
33
4+ Future
5+ -------
6+ * Remove tick-cluster.js, the version from ringpop-common should be used [ #278 ] ( https://github.com/uber/ringpop-node/pull/278 )
7+
4810.15.0
59-------
610
Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ ulimit -n 4096
2525```
2626
2727# Tick Cluster
28- An example application ` scripts /tick-cluster.js` is included to this
28+ An example application ` tools /tick-cluster.js` is included in ringpop-common
2929repository. It just launches a ringpop cluster of a given size. Using this
3030application is the quickest way to start a ringpop cluster.
3131
3232```
33- ./scripts/tick-cluster.js --interpreter node main.js
33+ git clone https://github.com/uber/ringpop-common.git
34+ ./ringpop-common/tools/tick-cluster.js --interpreter node main.js
3435```
3536
3637# Example
Original file line number Diff line number Diff line change 2525 "add-licence" : " uber-licence" ,
2626 "check-licence" : " uber-licence --dry" ,
2727 "cover" : " istanbul cover --print detail --report html test/index.js | faucet" ,
28- "jshint" : " jshint --verbose *.js lib/**/*.js scripts/*.js server/**/*.js" ,
28+ "jshint" : " jshint --verbose *.js lib/**/*.js server/**/*.js" ,
2929 "travis" : " npm run jshint && npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)" ,
3030 "view-cover" : " opn coverage/index.html"
3131 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments