diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..1d996b1 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/docker-machine-openstack.git diff --git a/Makefile b/Makefile index fff16ca..a69fcd8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ depend: work depend-update: work cd $(DEST) && glide update -build: +build: work cd $(DEST) && go build test: unit functional diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..5e3550e --- /dev/null +++ b/bindep.txt @@ -0,0 +1,5 @@ +pkg-config +build-essential +golang-go +golint +make