summaryrefslogtreecommitdiff
path: root/Vagrantfile
AgeCommit message (Collapse)Author
2021-10-11Merge commit 'd9e077468ab3446cbd7306a453a73dad2c1403e8' into firmware_21Drashna Jael're
2021-08-29move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)Zach White
2021-06-29Merge upstream QMK Firmware at '0.12.52~1'Drashna Jael're
2021-06-19Upgrades Vagrant box to Debian 10 to fix Docker build error on Debian 9. ↵Jean-Sebastien Paquet
(#13236)
2020-06-12Remove broken example from Makefile (#9159)ridingqwerty
* Remove broken example from Makefile * Correct example in Vagrantfile
2020-05-21Remove broken example from Makefile (#9159)ridingqwerty
* Remove broken example from Makefile * Correct example in Vagrantfile
2019-07-19Configure Vagrant to use qmk_base_container (#6194)Joel Challis
* Initial conversion of vagrant to use qmkfm/base_container * Fix vagrant when using docker provider * Workaround for VirtualBox VM restarts * Generalise Vagrant docs slightly and add FAQ
2019-07-16Configure Vagrant to use qmk_base_container (#6194)Joel Challis
* Initial conversion of vagrant to use qmkfm/base_container * Fix vagrant when using docker provider * Workaround for VirtualBox VM restarts * Generalise Vagrant docs slightly and add FAQ
2019-05-11Update run command now that the install script is unattended, fix mount ↵zvecr
point for Debian (#5847)
2019-03-17Align docker and vagrant base images (#4905)zvecr
* Align docker and vagrant base images - update box to debian 9.6 * Align docker and vagrant base images - lock docker image to debian 9 * Align docker and vagrant base images - update vagrant docker to debian 9
2019-01-21Initial fixes for vagrant (#4900)zvecr
2018-10-22Update the installation script PR (#4167)Drashna Jaelre
* Update docs to use qmk_install * Update Vagrantfile to use qmk_install
2018-06-28removed unused boxes (qmk won't compile with them anyway), updated welcome ↵adamws
message
2016-07-30Update some obsolete referencesGergely Nagy
Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-01Add ChibiOS packages to the avr_setup script (#468)fredizzimo
* Add ChibiOS packages to the avr_setup script * Add git as a dependency * Rename avr_setup.sh -> install_dependencies.sh Also fix the Vagrant welcome message to reflect the new directory structure.
2016-06-21Change base box to avoid breakage in Arch box (#429)dragon788
I haven't had a chance to update the Arch base box in a while so using the Ubuntu one is far more likely to succeed for a new user (I did test that box recently as I traded my ErgoDox EZ to a friend and needed to reprogram it for him).
2016-06-07Add support for vagrant-docker (#389)Aron Griffis
* 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
2016-06-04corrects vagrant script path from @b46f343Jack Humbert
2016-06-04updates vagrant script pathJack Humbert
2016-06-04makes vagrant usable againJack Humbert
2016-06-04cleans up folder structureJack Humbert
* consolidates docs * deletes converter/ * updates .md references (most)
2016-01-17Command line programming not default, enable by reading quickstart and ↵dragon788
comments in Vagrantfile
2016-01-17Allow passthru of Teensy to Virtualbox for programmingdragon788
2016-01-16Updated avr script and added notes to Vagrantfiledragon788
2016-01-05Adding update of vagrant VM every time it is booteddragon788
2016-01-03Adding Vagrantfile for easier compile environment setupdragon788