Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorged from jbenet/go-ipfs to ipfs/go-ipfs #992

Closed
wants to merge 5 commits into from

Conversation

hosh
Copy link
Contributor

@hosh hosh commented Mar 31, 2015

Fixes: #990

WIP, do not merge

1 test failing. See comment below.

@hosh hosh added the status/in-progress In progress label Mar 31, 2015
@hosh
Copy link
Contributor Author

hosh commented Mar 31, 2015

All tests passes except for one test.

When initializing a new ipfs, the init docs gets loaded in there. For some reason, the contact file is not included when you run ipfs refs local. However, it is there when you run ipfs refs $HASH_WELCOME_DOCS (which is currently Qmc8ZcdAUduQfC32oSXnLsUyDb7GNZ9rX4VjrtB4s212v4

This is a a blocker 🚫

@jbenet
Copy link
Member

jbenet commented Mar 31, 2015

i think hosh encountered a bug.

  • make sure to move your local directory from jbenet/go-ipfs to ipfs/go-ipfs or go will hate you.
  • make sure to "go install -a ./..." or old files may linger
  • cd test/sharness && make bin/ipfs && ./t0080-repo.sh
  • it should fail on 'ipfs refs local' no longer shows file
  • go into the trash dir and:
IPFS_PATH=.go-ipfs ipfs refs -r Qmc8ZcdAUduQfC32oSXnLsUyDb7GNZ9rX4VjrtB4s212v4
# shows QmYCvbfNbCwFR45HiNP45rwJgvatpiW38D961L5qAhUM5Y

IPFS_PATH=.go-ipfs ipfs cat QmYCvbfNbCwFR45HiNP45rwJgvatpiW38D961L5qAhUM5Y
# works

IPFS_PATH=.go-ipfs ipfs refs local
# doesn't show QmYCvbfNbCwFR45HiNP45rwJgvatpiW38D961L5qAhUM5Y -- wat1?

wat.

@whyrusleeping
Copy link
Member

well... this test failure is blocking all my development. Can we just merge it and file a bug?

@jbenet
Copy link
Member

jbenet commented Mar 31, 2015

Closing in favor of #993

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reorg jbenet to ipfs
3 participants