This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
Packer-Cn
Watch
2
Star
0
Fork
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-09-25 17:24:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a1b6f809c7112c63f8efb8bfa0f67d686df88ce6
Packer-Cn
/
common
T
History
Stephan Wild
061dbecd61
Include Hyper-V secure boot template in box.xml
2020-07-08 18:23:19 +02:00
..
adapter
…
bootcommand
…
chroot
…
filelock
…
iochan
…
json
…
net
…
powershell
Include Hyper-V secure boot template in box.xml
2020-07-08 18:23:19 +02:00
random
…
retry
…
shell
…
shell-local
…
shutdowncommand
…
template
…
test-fixtures
…
uuid
Simplifies the implementation of common/uuid
2013-10-23 23:05:02 +01:00
command.go
…
config.go
…
floppy_config_test.go
…
floppy_config.go
…
http_config_test.go
…
http_config.go
…
iso_config_test.go
…
iso_config.go
…
multistep_debug.go
…
multistep_runner.go
…
packer_config.go
…
retry_test.go
…
retry.go
…
step_cleanup_temp_keys.go
…
step_create_floppy_test.go
…
step_create_floppy.go
…
step_download_test.go
…
step_download.go
…
step_http_server.go
…
step_output_dir_test.go
…
step_output_dir.go
…
step_provision_test.go
…
step_provision.go
…
terminal_posix.go
…
terminal_test.go
Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type.
2018-08-20 21:55:18 -05:00
terminal_windows.go
…
terminal.go
…