This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
packer
Watch
1
Star
0
Fork
You've already forked packer
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-02-24 02:10:31 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
7efe3cac3d
packer
/
provisioner
/
file
History
Adrien Delorme
7efe3cac3d
todos
2018-09-06 15:53:59 +02:00
..
provisioner.go
todos
2018-09-06 15:53:59 +02:00
provisioner_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