From 47abcfc74721ea8bac35dbb877db615081720cff Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Thu, 25 Jun 2015 08:17:23 -0700 Subject: Vagrant setup fixes - add license headers to the scripts - don't mount `.` into the VM manually, vagrant already puts it in /vagrant/ for us, just use that. - build with -j3, slightly more efficient even with two cores Change-Id: I43580ade7ae2635696072b39e4f18a401a030a85 Reviewed-on: https://code.wireshark.org/review/9127 Reviewed-by: Evan Huus --- vagrant_provision.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'vagrant_provision.sh') diff --git a/vagrant_provision.sh b/vagrant_provision.sh index 95941133e3..3504b7becd 100644 --- a/vagrant_provision.sh +++ b/vagrant_provision.sh @@ -1,4 +1,25 @@ #!/bin/bash +# +# Copyright 2015 Evan Huus +# +# Wireshark - Network traffic analyzer +# By Gerald Combs +# Copyright 1998 Gerald Combs +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + set -e apt-get update -- cgit v1.2.1