Wireshark-commits: [Wireshark-commits] master 5aaaa55: Add basic Vagrant configuration
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5aaaa550fda8db0b06e438492d195b256fd02014
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5aaaa55 by Evan Huus (eapache@xxxxxxxxx):
Add basic Vagrant configuration
For non-linux developers this should somewhat simplify development with e.g.
valgrind and other useful tools.
Change-Id: I973ab7412ad9a61f0892c25c079ea3424208abd1
Reviewed-on: https://code.wireshark.org/review/9117
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from d1a81df NAS EPS: fix a missed capital letter
adds 5aaaa55 Add basic Vagrant configuration
Summary of changes:
.gitignore | 1 +
Vagrantfile | 27 +++++++++++++++++++++++++++
vagrant_build.sh | 7 +++++++
vagrant_provision.sh | 8 ++++++++
4 files changed, 43 insertions(+)
create mode 100644 Vagrantfile
create mode 100644 vagrant_build.sh
create mode 100644 vagrant_provision.sh