contrib/vagrant/provision.sh
author Kevin Bullock <kbullock@ringworld.org>
Tue, 18 Apr 2017 14:51:24 -0500
branchstable
changeset 32055 f64ac87d82f9
parent 21874 8da01b6e7b49
permissions -rw-r--r--
Added tag 4.2-rc for changeset 616e788321cc

#!/bin/sh
# This scripts is used to install dependencies for
# testing Mercurial. Mainly used by Vagrant (see
# Vagrantfile for details).

export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y -q python-dev unzip
# run-tests.sh is added by Vagrantfile
chmod +x run-tests.sh