We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm on Ubuntu 14.04 and I had to make this change for it to work -
$ git diff diff --git a/build.sh b/build.sh index 4fdbcc3..eebefa2 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ case $(uname) in ;; esac OLDIFS=$IFS -IFS=: MAIN_GOPATH=($GOPATH) +IFS=: MAIN_GOPATH=$GOPATH IFS=$OLDIFS # Copy our OS/Arch to the bin/ directory diff --git a/builder/xenserver/common/step_start_on_himn.go b/builder/xenserver/common/step_start_on_himn.go index 50b5aee..e39c154 100644 --- a/builder/xenserver/common/step_start_on_himn.go +++ b/builder/xenserver/common/step_start_on_himn.go @@ -1,7 +1,7 @@ package common import ( - gossh "code.google.com/p/go.crypto/ssh" + gossh "golang.org/x/crypto/ssh" "fmt" "github.com/mitchellh/multistep" "github.com/mitchellh/packer/packer"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm on Ubuntu 14.04 and I had to make this change for it to work -
The text was updated successfully, but these errors were encountered: