Skip to content

Commit

Permalink
update the DIST path to one that has a gx build on Windows
Browse files Browse the repository at this point in the history
fixes #5089

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Jun 7, 2018
1 parent fc05376 commit 38b6a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include mk/header.mk

dist_root_$(d)="/ipfs/QmXtsjCX29kcdeSjrijWiFTK1qwQNW8UrEWDi8okuC2Pog"
dist_root_$(d)="/ipfs/QmYpvspyyUWQTE226NFWteXYJF3x3br25xmB6XzEoqfzyv"

$(d)/gx: $(d)/gx-v0.13.0
$(d)/gx-go: $(d)/gx-go-v1.7.0
Expand Down

2 comments on commit 38b6a52

@W-B-S
Copy link

@W-B-S W-B-S commented on 38b6a52 Jun 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

etablished connection failed because connected host has failed to respond.
[�[31merr �[0m] [fetch]   backoff                       QmPJUtEJsm5YLUWhF6imvyCH8KZXRJa9Wup7FDMwTy5Ufz Post https://ipfs.io/api/v0/get?arg=QmPJUtEJsm5YLUWhF6imvyCH8KZXRJa9Wup7FDMwTy5Ufz&encoding=json&stream-channels=true: dial tcp 31.13.70.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failedERROR: [6 / 91 ] parallel fetch: failed to fetch package: QmPJUtEJsm5YLUWhF6imvyCH8KZXRJa9Wup7FDMwTy5Ufz: Post https://ipfs.io/api/v0/get?arg=QmPJUtEJsm5YLUWhF6imvyCH8KZXRJa9Wup7FDMwTy5Ufz&encoding=json&stream-channels=true: dial tcp 31.13.70.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[�[33mget �[0m] [fetch]   pb                            QmSH5XGpsBH1WB77pjHnFAsVnedQLZz7VGSLDgprob9bUh
[0 / 182] 136sERROR: from shell.Get(): Post https://ipfs.io/api/v0/get?arg=QmYnf27kzqR2cxt6LFZdrAFJuQd6785fTkBvMuEj9EeRxM&encoding=json&stream-channels=true: dial tcp 31.13.70.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
retrying fetch QmYnf27kzqR2cxt6LFZdrAFJuQd6785fTkBvMuEj9EeRxM after a second...
[0 / 182] 162sERROR: from shell.Get(): Post https://ipfs.io/api/v0/get?arg=QmYnf27kzqR2cxt6LFZdrAFJuQd6785fTkBvMuEj9EeRxM&encoding=json&stream-channels=true: dial tcp 31.13.70.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
ERROR: from shell.Get(): Post https://ipfs.io/api/v0/get?arg=QmSH5XGpsBH1WB77pjHnFAsVnedQLZz7VGSLDgprob9bUh&encoding=json&stream-channels=true: dial tcp 31.13.70

@Stebalien
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See ipfs/community#290 and #4765. China currently redirects ipfs.io to a facebook IP address.

Please sign in to comment.