1. 11 Mar, 2017 2 commits
    • Jeromy Johnson's avatar
      Merge pull request #3776 from ipfs/fix/make-symlinked · 0e2e627f
      Jeromy Johnson authored
      make: fix build when symlinked into GOPATH
      0e2e627f
    • Lars Gierth's avatar
      make: fix build when symlinked into GOPATH · b54df01d
      Lars Gierth authored
      In workspace setups that have the source tree symlinked into GOPATH,
      the `go list `command wouldn't recognize that we're technically within GOPATH,
      because `pwd` doesn't look like it.
      
      For example
      
      	/home/user/go/src/github.com/ipfs/go-ipfs
      	=> /home/user/go/ipfs/go-ipfs
      
      produces the import path
      
      	_/home/user/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-random/random
      
      which is not within GOPATH.
      
      We get around this by using fully-qualified import paths instead:
      starting in github.com/ipfs/go-ipfs/ instead of ./
      
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      b54df01d
  2. 10 Mar, 2017 7 commits
  3. 09 Mar, 2017 3 commits
  4. 08 Mar, 2017 1 commit
  5. 07 Mar, 2017 14 commits
  6. 06 Mar, 2017 13 commits