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

Commit e33ee6d

Browse files
committed
Merge pull request #278 from uber/tr-tick-cluster
Remove generate-hosts and tick-cluster scripts.
2 parents 4d5d64b + 7f183a5 commit e33ee6d

File tree

5 files changed

+8
-677
lines changed

5 files changed

+8
-677
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ringpop-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+
48
10.15.0
59
-------
610

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
repository. It just launches a ringpop cluster of a given size. Using this
3030
application 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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
},

scripts/generate-hosts.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)