Mitchell Hashimoto
|
9387ba0fd4
|
packer: Make builder type available in configs [GH-154]
|
2013-07-15 09:58:32 +09:00 |
Mitchell Hashimoto
|
f621f88913
|
packer: move constants into a single const()
|
2013-07-15 09:55:41 +09:00 |
Mitchell Hashimoto
|
2981da4eef
|
fmt
|
2013-07-13 10:01:27 +09:00 |
Jason A. Beranek
|
13c733a3db
|
Add support for -force flag on builds [GH-119]
|
2013-07-11 23:43:23 -05:00 |
Mitchell Hashimoto
|
44e0a7def5
|
packer: Send packerConfig into PostProcessors
|
2013-07-01 15:00:21 -07:00 |
Mitchell Hashimoto
|
f78cbb45a6
|
packer: PostProcessor API change so they can keep artifacts [GH-55]
|
2013-07-01 11:30:39 -07:00 |
Mitchell Hashimoto
|
12f627197e
|
fmt
|
2013-07-01 11:07:25 -07:00 |
Mitchell Hashimoto
|
8f74ff170d
|
packer: Add BuildNameConfigKey to all configs which has the build name
|
2013-07-01 11:06:28 -07:00 |
Mitchell Hashimoto
|
4cab266eb3
|
fmt
|
2013-06-28 09:44:03 -04:00 |
Mitchell Hashimoto
|
bd6f176bf0
|
packer: Builds use their own UI [GH-21]
|
2013-06-27 21:55:59 -04:00 |
Mitchell Hashimoto
|
42005959fe
|
packer: Don't run post-processors if artifact is nil
|
2013-06-27 18:50:02 -04:00 |
Mitchell Hashimoto
|
6799315081
|
packer: Improved logging around build runs
|
2013-06-18 23:05:02 -07:00 |
Mitchell Hashimoto
|
b243eeda6f
|
packer: Post-process chain works properly
|
2013-06-18 22:58:23 -07:00 |
Mitchell Hashimoto
|
4912b485e2
|
command/build: Say if no artifacts were created
|
2013-06-18 22:53:30 -07:00 |
Mitchell Hashimoto
|
154c17163b
|
packer: keep_input_artifact will keep prior artifact in a PP
[GH-19]
|
2013-06-18 22:45:53 -07:00 |
Mitchell Hashimoto
|
b34bc1a0c9
|
packer: Build only adds post-processor artifact if not nil
|
2013-06-18 21:15:14 -07:00 |
Mitchell Hashimoto
|
76ab870924
|
packer: PostProcessor takes a UI [GH-20]
|
2013-06-18 20:38:21 -07:00 |
Mitchell Hashimoto
|
e73c224764
|
packer: Build runs the post-processors
|
2013-06-18 10:54:29 -07:00 |
Mitchell Hashimoto
|
75fe58d5f7
|
packer: Post-processors are configured
|
2013-06-18 10:31:52 -07:00 |
Mitchell Hashimoto
|
218692950b
|
packer: Build can return multiple artifacts
|
2013-06-18 10:24:23 -07:00 |
Mitchell Hashimoto
|
d95f0a620a
|
packer: builds now have post processors as part of them
|
2013-06-18 09:58:39 -07:00 |
Mitchell Hashimoto
|
57fef22429
|
packer: panic if Prepare called twice on build, lock
|
2013-06-18 09:37:49 -07:00 |
Mitchell Hashimoto
|
cbd3f59578
|
builder/vmware: Enable the debug runner
|
2013-06-14 15:07:34 -07:00 |
Mitchell Hashimoto
|
8217e64a8d
|
packer: Set DebugConfigKey to true if debug is on
|
2013-06-14 12:38:54 -07:00 |
Mitchell Hashimoto
|
fd044982d9
|
packer: Additional comments
|
2013-06-14 12:32:14 -07:00 |
Mitchell Hashimoto
|
a45c7fb0ea
|
packer: Add SetDebug to Build objects
|
2013-06-14 12:22:19 -07:00 |
Mitchell Hashimoto
|
e00a30e729
|
packer: Comments on Build interface
|
2013-06-14 12:15:51 -07:00 |
Mitchell Hashimoto
|
a35feebe70
|
packer: Build no longer takes Ui for Prepare
|
2013-06-13 10:08:31 -07:00 |
Mitchell Hashimoto
|
db8aeaba40
|
packer, packer/rpc: Build/builders can return errors now
|
2013-06-12 15:58:02 -07:00 |
Mitchell Hashimoto
|
7b0000cd4c
|
packer: Actually return if prepare of a build fails
|
2013-06-09 23:05:11 -07:00 |
Mitchell Hashimoto
|
62309cb6de
|
Build/Builder take a Cache object now
|
2013-06-09 22:00:47 -07:00 |
Mitchell Hashimoto
|
d55bf3f3ec
|
packer: Support overrides in provisioners for each build
|
2013-06-07 10:35:26 -07:00 |
Mitchell Hashimoto
|
4531922ec3
|
packer: Return the provisioner prepare errors if they occurred
|
2013-06-06 17:09:51 -07:00 |
Mitchell Hashimoto
|
6b87c42ee6
|
packer: Change provisioner interface to take array of configs
|
2013-06-06 17:01:12 -07:00 |
Mitchell Hashimoto
|
94cfe39a76
|
packer: coreBuild.Cancel calls the builder Cancel method
|
2013-06-03 16:06:04 -07:00 |
Mitchell Hashimoto
|
30a061a855
|
packer: Build.Cancel
|
2013-06-03 16:03:08 -07:00 |
Mitchell Hashimoto
|
1b78fc88a9
|
packer: coreBuild runs provisioners as part of Run
|
2013-05-23 21:26:24 -07:00 |
Mitchell Hashimoto
|
534f32067a
|
packer: Test that hooks are callable from builds
|
2013-05-22 16:46:23 -07:00 |
Mitchell Hashimoto
|
0f57370dec
|
packer: Prepare provisioners as part of Build prepare
|
2013-05-22 16:29:07 -07:00 |
Mitchell Hashimoto
|
cb91ca72ac
|
packer: Build.Prepare takes a UI
|
2013-05-22 16:20:40 -07:00 |
Mitchell Hashimoto
|
fbcc6cb2b2
|
packer: Build now has provisioners, template parses and builds
|
2013-05-22 16:15:57 -07:00 |
Mitchell Hashimoto
|
41a7fd45b9
|
packer: Return artifact from build
|
2013-05-21 22:38:41 -07:00 |
Mitchell Hashimoto
|
441edd25d2
|
packer: Changes to build parameters and DispatchHook
|
2013-05-11 10:27:07 -07:00 |
Mitchell Hashimoto
|
25fd2fe877
|
packer: Template looks up hooks and adds them to the build
|
2013-05-11 10:00:37 -07:00 |
Mitchell Hashimoto
|
8ed313e7b5
|
packer: Add concept of hooks to Environment
|
2013-05-10 23:15:13 -07:00 |
Mitchell Hashimoto
|
44bd56c3a8
|
go fmt
|
2013-05-10 17:01:24 -07:00 |
Mitchell Hashimoto
|
368ccab8e8
|
packer: Put Builder definition into its own file
|
2013-05-10 16:59:28 -07:00 |
Mitchell Hashimoto
|
44c61e537d
|
Some additional logging
|
2013-05-09 13:26:40 -07:00 |
Mitchell Hashimoto
|
9600bf5b4b
|
packer: Build.Name
|
2013-05-09 11:32:03 -07:00 |
Mitchell Hashimoto
|
587d359887
|
packer: Builder.Prepare can return an error
|
2013-05-09 10:54:42 -07:00 |