Commit Graph

54 Commits (358b0078c94de3c40c620bd534aba43a96c8b82b)

Author SHA1 Message Date
Mitchell Hashimoto 18f3588f35 packer: no colored output if machine-readable [GH-684]
12 years ago
Ross Smith II ee7a6a22b3 fixed #584 log golang version in debug output
12 years ago
Mitchell Hashimoto 6171c6f485 Enable panicwrap and put crash logs in crash.log
13 years ago
Mitchell Hashimoto a675b89b0e packer: -machine-readable not double hyphen
13 years ago
Mitchell Hashimoto 46f5a9b1f6 parse --machine-readable and set it
13 years ago
John Bellone 1519341cb1 Update packer.go to cleanup plugin clients on exit.
13 years ago
Mitchell Hashimoto 234508376a ctrl-c closes stdin for plugins so that they are unblocked
13 years ago
Mitchell Hashimoto 5c00f2f50f Clean up some of the log path detection code
13 years ago
Mark Peek 1d22f2efd6 Add PACKER_LOG_PATH for logging to a file
13 years ago
Mark Peek 1c062aee61 Add ability to send log output to a file
13 years ago
Radu Voicilas 4ca564f73c Fix typo
13 years ago
Mitchell Hashimoto 45dfcf59c9 scripts: Add git commit to builds
13 years ago
Jack Pearkes dac59bf50e packer: prints packers OS and architecture to the log during startup
13 years ago
Jack Pearkes 1014f4ba96 packer: print packers version to the log during startup
13 years ago
Mitchell Hashimoto a2f7950f63 Make sure the cache dir is absolute
13 years ago
Mitchell Hashimoto 8b72879453 Default cache to "packer_cache" in CWD
13 years ago
Mitchell Hashimoto 540fac6454 Allow post-processors in the core configuration
13 years ago
Mitchell Hashimoto e1cf5abde5 Don't depend on os/user anymore, which requires cgo
13 years ago
Mitchell Hashimoto 88d0368529 Change default config to `~/.packerconfig`
13 years ago
Mitchell Hashimoto c98c16a5fc Support PACKER_CACHE_DIR
13 years ago
Mitchell Hashimoto 7edfb66293 Clean up the configuration loading mechanisms, ditch toml
13 years ago
Mitchell Hashimoto 256b97ce49 Signal handling, force quit after two interrupts
13 years ago
Mitchell Hashimoto 9dfb536580 Support provisioners in Packer binary
13 years ago
Mitchell Hashimoto a2bf964f30 packer/rpc: Properly support hooks
13 years ago
Mitchell Hashimoto 8ed313e7b5 packer: Add concept of hooks to Environment
13 years ago
Mitchell Hashimoto 44bd56c3a8 go fmt
13 years ago
Mitchell Hashimoto cce59af2e8 Support builders in config, packer/rpc, packer/plugin
13 years ago
Mitchell Hashimoto 32ec0adbb0 Set PACKER_CONFIG for global config path
13 years ago
Mitchell Hashimoto 5e17fbdaca packer: Set GOMAXPROCS for number of CPU if n ot set
13 years ago
Mitchell Hashimoto 5f8330ecc2 Parse/load configs
13 years ago
Mitchell Hashimoto 8ffbc2efe7 packer: Start pulling out the global config stuff
13 years ago
Mitchell Hashimoto 6633f3df80 packer: Handle errors with executing the CLI
13 years ago
Mitchell Hashimoto 947209a028 packer: PACKER_LOG to toggle logging from an env var [GH-3]
13 years ago
Mitchell Hashimoto adb533fd3e Properly defer a client cleanup in case of a pnic
13 years ago
Mitchell Hashimoto abb51ebb35 packer/plugin: Don't wrap bytesBuffer in bufio, fixes GH-10
13 years ago
Mitchell Hashimoto 286f0aa91c More logging, some tweaks to the format
13 years ago
Mitchell Hashimoto 26a998f721 packer/plugin: Managed clients for automatic cleanup
13 years ago
Mitchell Hashimoto 4d9b5fa86d packer/plugin: Better command logging, but not good enough yet
13 years ago
Mitchell Hashimoto 8a32494e3f Start working on logging across the board
13 years ago
Mitchell Hashimoto 17188f078d Get packer compiling again
13 years ago
Mitchell Hashimoto f601625f7b Commands
13 years ago
Mitchell Hashimoto 04563764a0 `packer build` now communicates through RPC!
13 years ago
Mitchell Hashimoto 8697cb6f6a Get packer building again
13 years ago
Mitchell Hashimoto fefd2ae208 Separate commands into other directories
13 years ago
Mitchell Hashimoto 298c0ffa17 Use default environment for now for packer
13 years ago
Mitchell Hashimoto 116442510b Require configuration to create Environment
13 years ago
Mitchell Hashimoto 37bd1cd308 Test setting the UI for tests
13 years ago
Mitchell Hashimoto 759261dcf1 Bad commit message
13 years ago
Mitchell Hashimoto db1c11fff5 Lots of stuff, too early for meaningful commit messages
13 years ago
Mitchell Hashimoto 817822abab Amazon builder
13 years ago