Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 920c869bcfe7^
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed55efc816e4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 3, 2015

  1. update iptb dependency

    whyrusleeping committed May 3, 2015
    Copy the full SHA
    920c869 View commit details

Commits on May 4, 2015

  1. Copy the full SHA
    ed55efc View commit details
Showing with 90 additions and 22 deletions.
  1. +1 −1 Godeps/Godeps.json
  2. +87 −19 Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go
  3. +1 −1 test/sharness/t0101-iptb-name.sh
  4. +1 −1 test/sharness/t0130-multinode.sh
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 87 additions & 19 deletions Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/sharness/t0101-iptb-name.sh
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ test_description="Test ipfs repo operations"
export IPTB_ROOT="`pwd`/.iptb"

test_expect_success "set up an iptb cluster" '
iptb -n=4 init &&
iptb -n=4 -p=9000 init &&
iptb -wait start
'

2 changes: 1 addition & 1 deletion test/sharness/t0130-multinode.sh
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ test_description="Test multiple ipfs nodes"
export IPTB_ROOT="`pwd`/.iptb"

test_expect_success "set up a few nodes" '
iptb -n=3 init &&
iptb -n=3 -p=9200 init &&
iptb -wait start
'