Commit Graph

52 Commits (afd2e2d03343fbf00a102f986b45097cdbcff121)

Author SHA1 Message Date
Fabian Ruff 2a3393ca84 fix error handeling when creating a floppy
12 years ago
Ross Smith II 27491f93f8 use old ssh code until higebu's branch is ready, see #1019
12 years ago
Mitchell Hashimoto 1087b5def8 common: clarify debug mode [GH-907]
12 years ago
Mark Rushakoff 4548495116 StepDownload uses packer version as user agent
12 years ago
Mark Rushakoff 9e5c0f6c6a HTTPDownloader uses UserAgent from DownloadConfig
12 years ago
Mitchell Hashimoto 107e47fe25 update commands to new user var syntax
12 years ago
Mitchell Hashimoto 4c6800f5a3 common: process user variables in non-string config decodes [GH-598]
12 years ago
Mitchell Hashimoto 48fb1f9dfb common: fix tests
12 years ago
Mitchell Hashimoto a380391b0e common: allow files that don't exist to be URLs [GH-683]
12 years ago
Mitchell Hashimoto 21bb0674f2 builder/docker: ctrl-C works during provisioning
12 years ago
Mitchell Hashimoto 483cda18c1 builder/vmware: make things more Go-like
12 years ago
Doug MacEachern a828a9a064 builder/vmware: new driver to support building images directly on ESX
12 years ago
Mitchell Hashimoto 24db112b79 common: downloads can be HTTPS [GH-587]
12 years ago
Jonas Pfenniger 440e966c6e Simplifies the implementation of common/uuid
13 years ago
Jonas Pfenniger fa0a0a895f Fixes missing entropy in the uuid package.
13 years ago
Mitchell Hashimoto 5ecec18258 common/uuid: add test, albeit weak
13 years ago
Mitchell Hashimoto 79f7936d66 Remove dependency on identifier package, use time ordered UUID [GH-541]
13 years ago
Matthew Hooker 5315b19822 common/config: config filter function [GH-521]
13 years ago
Patrick Lucas 7f0916b646 An SSH timeout should be treated as an error
13 years ago
Mitchell Hashimoto 877dfb81fe common: Allow user variables to be used for ints/bools/etc. [GH-418]
13 years ago
Mitchell Hashimoto 0b830c92ba common: Use new multistep API
13 years ago
Mitchell Hashimoto 0dc347c70d packer: implement Cancel in ProvisionHook
13 years ago
Mitchell Hashimoto 9f559cb25c common: detect ctrl-c in Provision
13 years ago
Mitchell Hashimoto 01e998a81c common: support SHA512 as checksum type [Gh-356]
13 years ago
Mitchell Hashimoto c753946c84 builder/vmware: ability to not request a PTY for SSH [GH-270]
13 years ago
Mitchell Hashimoto cf175b4733 communicator/ssh: respect interrupts by not looping on retyr [GH-327]
13 years ago
Mitchell Hashimoto 4c86547796 common/command: error if only/except points to bad build
13 years ago
Mitchell Hashimoto 9cc4137a19 common/command: more tests for filtering builds
13 years ago
Mitchell Hashimoto 6d9265a244 packer: add mock implementations and more template tests
13 years ago
Mitchell Hashimoto 8bbed8656a common: use HTTP proxy if available from env [GH-252]
13 years ago
Mitchell Hashimoto 9e01b5a478 common: detect drive letter with windows file URLs [GH-284]
13 years ago
Mitchell Hashimoto 349a83d6d6 common: Remove Template, in packer now
13 years ago
Mitchell Hashimoto 562ea28a79 builder/virtualbox: switch download guest additions to use new common
13 years ago
Mitchell Hashimoto bb352e5011 common: Add new StepDownload to DRY up downloads
13 years ago
Mitchell Hashimoto 71664cb34e common: return -1 download percent if download hasn't started [GH-288]
13 years ago
Mitchell Hashimoto 5166f511d2 common/json: add Unmarshal with method with syntax errors
13 years ago
Mitchell Hashimoto 398b8fc8d4 common/command: add -var-file support for user vars
13 years ago
Mitchell Hashimoto 56c36c12ed command/build,validate: pass user vars to Prepare
13 years ago
Mitchell Hashimoto 915c8cebae common/command: parse the "-var" flag
13 years ago
Mitchell Hashimoto 229eab0623 common/command: rename BuildFilters to BuildOptions
13 years ago
Mitchell Hashimoto 089df41aac common/command: introduce this package for common cmmand stuff
13 years ago
Mitchell Hashimoto 670c6c5c16 common: UserData => UserVars
13 years ago
Mitchell Hashimoto bbced21c36 common: PackerConfig understands user vars
13 years ago
Mitchell Hashimoto 4c2ada1e30 common: clone template during validation to avoid unnecessary children
13 years ago
Mitchell Hashimoto 7883d937a6 common: validation and generating unique template names
13 years ago
Mitchell Hashimoto 56728e6509 common: support user data
13 years ago
Mitchell Hashimoto 53d0095cb2 common: functions for template processing
13 years ago
Mitchell Hashimoto 2b41f05848 common: replace windows file URL backslash with forward slash
13 years ago
Mitchell Hashimoto e2c667101c common: style
13 years ago
Jason A. Beranek 3fa5fa396a common/config,download: gofmt fixes
13 years ago