Use development version of commander.

This commit is contained in:
Andrey Smirnov
2013-12-20 19:28:34 +04:00
parent ca33e07366
commit e92f1696bf

View File

@@ -17,8 +17,9 @@ endif
all: test check
prepare: $(PREPARE_LIST)
go get -d -v ./...
go get launchpad.net/gocheck
go get -d -t -v ./...
# temporary fix: use commander develop version for now (https://github.com/smira/aptly/pull/1)
cd $(GOPATH)/src/github.com/gonuts/commander && git fetch && git checkout develop
cover-prepare:
go get github.com/golang/lint/golint