From 300a950b50cf98d6d58b08653268be2d703b6c36 Mon Sep 17 00:00:00 2001 From: Christopher M Luciano Date: Tue, 4 Oct 2016 15:49:12 -0400 Subject: [PATCH] change from leonidlm to watson-platform import paths --- .travis.yml | 3 +++ README.md | 8 ++++---- Vagrantfile | 2 +- glide.lock | 4 ++-- glide.yaml | 2 +- main.go | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2ec6ac..b9ad233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,6 @@ cache: install: - go get github.com/Masterminds/glide - glide install --strip-vendor + +script: + - go test -v $(glide novendor) diff --git a/README.md b/README.md index b84c7f8..cb3b014 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Download the Packer binaries [here](https://www.packer.io/downloads.html) or bui Install [glide](https://github.com/Masterminds/glide#install) -Next, clone this repository into `$GOPATH/src/github.com/leonidlm/packer-builder-softlayer`. Then build the packer-softlayer-builder binary into the same folder as the packer binaries: +Next, clone this repository into `$GOPATH/src/github.com/watson-platform/packer-builder-softlayer`. Then build the packer-softlayer-builder binary into the same folder as the packer binaries: ``` -cd $GOPATH/src/github.com/leonidlm/packer-builder-softlayer -glide update --strip-vendor +cd $GOPATH/src/github.com/watson-platform/packer-builder-softlayer +glide install --strip-vendor go build -o /usr/local/packer/packer-builder-softlayer main.go ``` @@ -109,7 +109,7 @@ As already stated above, a good way of reviewing the available options is by ins ## Contribute New contributors are always welcome! -When in doubt please feel free to ask questions, just [Create an issue](https://github.com/leonidlm/packer-builder-softlayer/issues/new) with your enquiries. +When in doubt please feel free to ask questions, just [Create an issue](https://github.com/watson-platform/packer-builder-softlayer/issues/new) with your enquiries. ### Development Environment diff --git a/Vagrantfile b/Vagrantfile index 0cd798d..d3ebb6f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ VM_GUI=false GOROOT = '/opt/go' GOPATH = '/opt/gopath' -PACKAGE_PATH = 'src/github.com/leonidlm/packer-builder-softlayer' +PACKAGE_PATH = 'src/github.com/watson-platform/packer-builder-softlayer' script = <