]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
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)
* 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


No differences found