mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Use development version of commander.
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user