Commit 50532aef authored by Peter Rabbitson's avatar Peter Rabbitson

Remove gx

parent 66cf1be4
2.0.21: QmdTtHdShUivytzKHVuTM7fnxn6Qv1UUX49gjxg3DzjYXz
# go-ipfs changelog # go-ipfs changelog
- Remove gx
### 0.4.4 - 2016-10-11 ### 0.4.4 - 2016-10-11
This release contains an important hotfix for a bug we discovered in how pinning works. This release contains an important hotfix for a bug we discovered in how pinning works.
......
gx:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps: gx
gx --verbose install --global
gx-go rewrite
publish:
gx-go rewrite --undo
...@@ -14,9 +14,6 @@ dependencies: ...@@ -14,9 +14,6 @@ dependencies:
- cp -aT . "$HOME/.go_workspace/src/$IMPORT_PATH" - cp -aT . "$HOME/.go_workspace/src/$IMPORT_PATH"
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps - cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
cache_directories:
- "~/.go_workspace/src/gx/ipfs"
test: test:
override: override:
- go test -race ./...: - go test -race ./...:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment