packer-cn/builder/googlecompute
jszwedko b1497b951c code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh
code.google.com/p/go.crypto/ssh is now at golang.org/x/crypto/ssh as of
https://code.google.com/p/go/source/detail?spec=svn.crypto.69e2a90ed92d03812364aeb947b7068dc42e561e&repo=crypto&r=8fec09c61d5d66f460d227fd1df3473d7e015bc6

Using the code.google.com import redirects properly, but runs into
issues if you try to use a subpackage of `ssh`, e.g. `agent` which
refers to golang.org/x/crypto/ssh causing conflicts if your types expect
code.google.com/p/go.crypto/ssh.

This is a precursor to a PR for #1066.
2015-05-28 08:17:49 -07:00
..
account.go Use golang/oauth2, no longer require client_secrets.json, and use 2014-11-21 12:45:27 -08:00
artifact.go Expand Artifact API to expose build state 2014-09-22 11:15:47 +01:00
artifact_test.go builder/googlecompute: artifact tests 2013-12-13 19:08:27 -08:00
builder.go Check if image already exists before doing anything else on GCE. 2014-12-09 08:42:34 -08:00
builder_test.go Use the same license as Packer core 2013-12-12 21:53:04 -08:00
config.go builder/googlecompute: new interpolation 2015-05-27 12:57:48 -07:00
config_test.go Remove bucket_name from GCE config. 2014-12-09 08:44:01 -08:00
driver.go Check if image already exists before doing anything else on GCE. 2014-12-09 08:42:34 -08:00
driver_gce.go Use new Google API and OAuth libs, add UserAgent string 2015-04-17 15:12:39 -04:00
driver_mock.go Check if image already exists before doing anything else on GCE. 2014-12-09 08:42:34 -08:00
private_key.go builder/googlecompute: fix all sorts of zone issues 2013-12-12 22:23:19 -08:00
private_key_test.go builder/googlecompute: private key tests 2013-12-12 21:53:04 -08:00
ssh.go code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh 2015-05-28 08:17:49 -07:00
step_check_existing_image.go Check if image already exists before doing anything else on GCE. 2014-12-09 08:42:34 -08:00
step_check_existing_image_test.go Check if image already exists before doing anything else on GCE. 2014-12-09 08:42:34 -08:00
step_create_image.go Create GCE image from persistent disk instead of from a tarball. 2014-11-25 17:07:06 -08:00
step_create_image_test.go Create GCE image from persistent disk instead of from a tarball. 2014-11-25 17:07:06 -08:00
step_create_instance.go Delete GCE disk on SIGINT. 2015-04-21 18:02:05 +00:00
step_create_instance_test.go Delete GCE disk on SIGINT. 2015-04-21 18:02:05 +00:00
step_create_ssh_key.go use old ssh code until higebu's branch is ready, see #1019 2014-04-11 08:23:12 -07:00
step_create_ssh_key_test.go builder/googlecompute: tests for #867 2014-02-21 15:10:09 -08:00
step_instance_info.go fmt 2014-02-21 15:11:56 -08:00
step_instance_info_test.go builder/googlecompute: get instance info 2013-12-13 13:01:28 -08:00
step_teardown_instance.go Create GCE image from persistent disk instead of from a tarball. 2014-11-25 17:07:06 -08:00
step_teardown_instance_test.go builder/googlecompute: fix formatting directives 2015-02-25 05:29:53 +01:00
step_test.go builder/googlecompute: driver and create instance tests 2013-12-12 21:53:05 -08:00