]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for vagrant-docker (#389)
authorAron Griffis <aron@arongriffis.com>
Tue, 7 Jun 2016 16:41:55 +0000 (12:41 -0400)
committerJack Humbert <jack.humb@gmail.com>
Tue, 7 Jun 2016 16:41:55 +0000 (12:41 -0400)
commitfd454e5b74bc0a87effd755986ce33bf05b4d27c
tree85b87c39891403b12ac56dbd551ad8d4dc32dbb8
parent6b8b332f77e6e7413d2ebb9d47093bc93255958e
Add support for vagrant-docker (#389)

* clean trailing ws in Vagrantfile and util/avr_setup.sh

* replace triple quotes with heredoc.

Ruby doesn't have triple quotes; that's a Python thing. This was just being
parsed as multiple strings concatenated.

* add docker support to Vagrantfile

* make wants to find dfu-programmer in vagrant guest
Vagrantfile
util/avr_setup.sh