Commit Graph

52 Commits (61ea7de66b3d5fa286a28fa647a4e02253cf9e7f)

Author SHA1 Message Date
Mitchell Hashimoto 0dfaacc09d Enable panicwrap and put crash logs in crash.log
13 years ago
Mitchell Hashimoto bebed45a80 packer: -machine-readable not double hyphen
13 years ago
Mitchell Hashimoto f46bf47579 parse --machine-readable and set it
13 years ago
John Bellone 13ca445e13 Update packer.go to cleanup plugin clients on exit.
13 years ago
Mitchell Hashimoto e6557c53c2 ctrl-c closes stdin for plugins so that they are unblocked
13 years ago
Mitchell Hashimoto 8e79bb44a7 Clean up some of the log path detection code
13 years ago
Mark Peek bad2bfc4e5 Add PACKER_LOG_PATH for logging to a file
13 years ago
Mark Peek fb4a86ef35 Add ability to send log output to a file
13 years ago
Radu Voicilas bd937ec8f2 Fix typo
13 years ago
Mitchell Hashimoto 3b32ba9f11 scripts: Add git commit to builds
13 years ago
Jack Pearkes 280d176f73 packer: prints packers OS and architecture to the log during startup
13 years ago
Jack Pearkes c7d9e88db3 packer: print packers version to the log during startup
13 years ago
Mitchell Hashimoto 091533246e Make sure the cache dir is absolute
13 years ago
Mitchell Hashimoto 23712375aa Default cache to "packer_cache" in CWD
13 years ago
Mitchell Hashimoto ca7e8dbb74 Allow post-processors in the core configuration
13 years ago
Mitchell Hashimoto a6e0ea8bd2 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
Mitchell Hashimoto 149dc65a3f README
13 years ago
Mitchell Hashimoto 642a4586b2 Do things the "Go" way
13 years ago