Commit Graph

42 Commits (aba932b58b02b349b366cac42fefe75615adca87)

Author SHA1 Message Date
Mitchell Hashimoto 4d299ee41d builder/vmware: make things more Go-like
13 years ago
Doug MacEachern e7542ff33d builder/vmware: new driver to support building images directly on ESX
13 years ago
Mitchell Hashimoto 4856300f62 common: downloads can be HTTPS [GH-587]
13 years ago
Jonas Pfenniger 19b1bdee98 Simplifies the implementation of common/uuid
13 years ago
Jonas Pfenniger d094cb7c5c Fixes missing entropy in the uuid package.
13 years ago
Mitchell Hashimoto cfcdeadf53 common/uuid: add test, albeit weak
13 years ago
Mitchell Hashimoto 697c91b0b0 Remove dependency on identifier package, use time ordered UUID [GH-541]
13 years ago
Matthew Hooker 739fbc8962 common/config: config filter function [GH-521]
13 years ago
Patrick Lucas 9ca3c82228 An SSH timeout should be treated as an error
13 years ago
Mitchell Hashimoto cfe3eee547 common: Allow user variables to be used for ints/bools/etc. [GH-418]
13 years ago
Mitchell Hashimoto 98f3bc57a0 common: Use new multistep API
13 years ago
Mitchell Hashimoto 6e098d1aaf packer: implement Cancel in ProvisionHook
13 years ago
Mitchell Hashimoto 66f7f5aad5 common: detect ctrl-c in Provision
13 years ago
Mitchell Hashimoto 4540285b15 common: support SHA512 as checksum type [Gh-356]
13 years ago
Mitchell Hashimoto 20541a7eda builder/vmware: ability to not request a PTY for SSH [GH-270]
13 years ago
Mitchell Hashimoto 3375c9e4fd communicator/ssh: respect interrupts by not looping on retyr [GH-327]
13 years ago
Mitchell Hashimoto 58a48ed171 common/command: error if only/except points to bad build
13 years ago
Mitchell Hashimoto 2cf112c0ba common/command: more tests for filtering builds
13 years ago
Mitchell Hashimoto cc0f91b41b packer: add mock implementations and more template tests
13 years ago
Mitchell Hashimoto 9bf7d7b81b common: use HTTP proxy if available from env [GH-252]
13 years ago
Mitchell Hashimoto 154adee43c common: detect drive letter with windows file URLs [GH-284]
13 years ago
Mitchell Hashimoto f19dcf15e1 common: Remove Template, in packer now
13 years ago
Mitchell Hashimoto 4188e07fc2 builder/virtualbox: switch download guest additions to use new common
13 years ago
Mitchell Hashimoto 2946d14edf common: Add new StepDownload to DRY up downloads
13 years ago
Mitchell Hashimoto 9f84f2c363 common: return -1 download percent if download hasn't started [GH-288]
13 years ago
Mitchell Hashimoto 777f595c8b common/json: add Unmarshal with method with syntax errors
13 years ago
Mitchell Hashimoto 1e4e343333 common/command: add -var-file support for user vars
13 years ago
Mitchell Hashimoto 713791ba9a command/build,validate: pass user vars to Prepare
13 years ago
Mitchell Hashimoto bb1b3d8fe0 common/command: parse the "-var" flag
13 years ago
Mitchell Hashimoto 1a1b4ba715 common/command: rename BuildFilters to BuildOptions
13 years ago
Mitchell Hashimoto a0033fba35 common/command: introduce this package for common cmmand stuff
13 years ago
Mitchell Hashimoto ab5a1981d9 common: UserData => UserVars
13 years ago
Mitchell Hashimoto eaf5e66f3a common: PackerConfig understands user vars
13 years ago
Mitchell Hashimoto ff27abc06a common: clone template during validation to avoid unnecessary children
13 years ago
Mitchell Hashimoto 04a378c39a common: validation and generating unique template names
13 years ago
Mitchell Hashimoto ecd598ab64 common: support user data
13 years ago
Mitchell Hashimoto 915f9b73be common: functions for template processing
13 years ago
Mitchell Hashimoto 46e49b745e common: replace windows file URL backslash with forward slash
13 years ago
Mitchell Hashimoto 82e21622ef common: style
13 years ago
Jason A. Beranek 1216fc1cbb common/config,download: gofmt fixes
13 years ago
Jason A. Beranek 2b4735e825 common/config,download: fix URL and relative Windows local file path issues [GH-235] [GH-239]
13 years ago
Mitchell Hashimoto ef59ee41a8 rename builder/common to common since it is generally useful
13 years ago