Commit Graph

193 Commits (d64603e13722a8f14633092c895fcb080a930d6b)

Author SHA1 Message Date
Vasiliy Tolstov d64603e137 initial import of checksum post-processor (#3492)
10 years ago
Christopher Boumenot ad3d674919 Do not use Fprintf, use Fprint.
10 years ago
Alvaro Miranda 6237df566f add -color to build -h command
10 years ago
Chris Bednarski 5b5888b230 Initial import of Microsoft contributed code
10 years ago
Chris Bednarski 6a38303030 Make the build name error message show the original regexp
10 years ago
Chris Bednarski 53176f8cdb Added amazon s3 service to vendor, to support the amazon-import feature
10 years ago
Chris Bednarski 58ebd6a9fd Merge branch 'deps'
10 years ago
Chris Bednarski 93547ad91c Regenerate command/plugin and apply go fmt (now handled by the makefile)
10 years ago
Chris Bednarski 171265c983 Remove generator from command/version because we can't go build ./... -- it also builds vendored stuff
10 years ago
Marat Bakeev c95b2b483f Merge branch ansible-provisioner of https://github.com/dkhenry/packer
10 years ago
Chris Bednarski 1f8ebab4de There's no Warn, only Say
10 years ago
Chris Bednarski d8953e48d4 Change log to Ui.Warn and restore the removed functionality for now
10 years ago
Chris Bednarski 5e34864494 Add deprecation notice for -m/-message
10 years ago
Chris Bednarski 3dfdef4d39 Removed push -m since this is not used
10 years ago
Mark Peek 71ed8e4a38 Fix #2742: Include template line numbers on error
10 years ago
Mark Peek 62fd4df0a7 Merge pull request #2684 from mitchellh/docs-atlas-names
10 years ago
Chris Bednarski 6783bc3fb0 Added generator for command/plugin.go so we don't have to edit it by hand to add new plugins
10 years ago
Chris Bednarski bfe5b5b4b6 Change if/else logic to switch
10 years ago
Chris Bednarski 1641a5e0cb Replace string splitting with a regexp; this is clearer and less code because of the post-processor case
10 years ago
Chris Bednarski e080e73b04 Add some exit codes and use a constant for -PACKERSPACE-
10 years ago
Chris Bednarski 9fa93712a1 Added integrated post-processors
10 years ago
Chris Bednarski d09a9ab0c7 Implemented internal plugins
10 years ago
Mark Peek af055ad3e0 Synchronize access to artifact map to remove race
11 years ago
Chris Bednarski c834a00e22 Added a name validator to the push command
11 years ago
Rickard von Essen 4e20522afd Fixes #2667: Added vmware-rename to fix command help text
11 years ago
Chris Bednarski b3eacc5c2b Updated test to verify expected behavior
11 years ago
Chris Bednarski 78174dae4e Don't override packer's build version from a config file; fixes #2385
11 years ago
Chris Bednarski da20c36454 Removed unused variable breaking gorename
11 years ago
Chris Bednarski 28a13111b8 Add stub for validate test
11 years ago
Zach Zolton 548f2ced1c Fix `packer build` reading from STDIN
11 years ago
Mitchell Hashimoto 5c82ac2835 Merge pull request #2356 from mitchellh/b-min-version
11 years ago
Mitchell Hashimoto 2498ad02c8 packer: validate minimum version [GH-2310]
11 years ago
Chris Bednarski 94e1f83070 Added a black-box acceptance test for -only and -except build flags
11 years ago
Mitchell Hashimoto 1bcb52a093 command/fix: validate resulting template [GH-2075]
11 years ago
Mitchell Hashimoto 2a6c4e0d2c command/push: output fix
11 years ago
Mitchell Hashimoto 6e9fb6a9d1 command/push: the -name parameter actually works
11 years ago
Mitchell Hashimoto 793698f8a7 command/build: skip nil builds [GH-2163]
11 years ago
Mitchell Hashimoto c49fe672b3 command/validate: bail if can't initialize build [GH-2139]
11 years ago
Mitchell Hashimoto 1b775cca2e packer: core interpolates Push
11 years ago
Mitchell Hashimoto 579264bb5b command/push: interpolate
11 years ago
Mitchell Hashimoto f8c877771d Merge branch 'f-packer-push-name'
11 years ago
Mitchell Hashimoto 590997df44 packer: automatically validate when creating a core
11 years ago
Mitchell Hashimoto 1ee2b014a6 packer: remove Ui/Cache from CoreConfig
11 years ago
Mitchell Hashimoto 8df1bca5a1 command/meta: parse var-files
11 years ago
Mitchell Hashimoto 946f745881 command: don't use packer.Template
11 years ago
Mitchell Hashimoto dc74ec5612 packer: remove Environment
11 years ago
Mitchell Hashimoto 9d89ca8e07 command: build should be converted to new API, compiles
11 years ago
Jack Pearkes 344c741642 command/push: allow specifying a -name param for push target
11 years ago
Seth Vargo cd0d326934 Allow -create to be passed still for BC
11 years ago
Seth Vargo 6728326cc3 Also pass in the template contents and name of the template when pushing
11 years ago