1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-20 02:21:48 +08:00

Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs

- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
This commit is contained in:
Ho-Sheng Hsiao
2015-03-30 20:04:32 -07:00
committed by Juan Batiz-Benet
parent a768e5881a
commit bf22aeec0a
593 changed files with 2061 additions and 2058 deletions

View File

@ -10,7 +10,7 @@ import (
"strings"
"syscall"
core "github.com/jbenet/go-ipfs/core"
core "github.com/ipfs/go-ipfs/core"
)
func init() {
@ -36,7 +36,7 @@ It is recommended you install it from the OSXFUSE website:
For more help, see:
https://github.com/jbenet/go-ipfs/issues/177
https://github.com/ipfs/go-ipfs/issues/177
`
// errStrNoFuseHeaders is included in the output of `go get <fuseVersionPkg>` if there
@ -53,7 +53,7 @@ It is recommended you install it from the OSXFUSE website:
For more help, see:
https://github.com/jbenet/go-ipfs/issues/177
https://github.com/ipfs/go-ipfs/issues/177
`
var errStrNeedFuseVersion = `unable to check fuse version.
@ -74,8 +74,8 @@ version you have by running:
ipfs config %s true
[1]: https://github.com/jbenet/go-ipfs/issues/177
[2]: https://github.com/jbenet/go-ipfs/pull/533
[1]: https://github.com/ipfs/go-ipfs/issues/177
[2]: https://github.com/ipfs/go-ipfs/pull/533
[3]: %s
`
@ -104,8 +104,8 @@ trying to run these checks with:
ipfs config %s true
[1]: https://github.com/jbenet/go-ipfs/issues/177
[2]: https://github.com/jbenet/go-ipfs/pull/533
[1]: https://github.com/ipfs/go-ipfs/issues/177
[2]: https://github.com/ipfs/go-ipfs/pull/533
[3]: %s
`
@ -114,7 +114,7 @@ You may be able to get this error to go away by setting it again:
ipfs config %s true
Either way, please tell us at: http://github.com/jbenet/go-ipfs/issues
Either way, please tell us at: http://github.com/ipfs/go-ipfs/issues
`
func darwinFuseCheckVersion(node *core.IpfsNode) error {