contrib/vagrant/provision.sh
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 08 Mar 2017 16:53:24 -0800
changeset 31331 4282feb79432
parent 21874 8da01b6e7b49
permissions -rw-r--r--
hg-mod: directly use repo.vfs.join The 'repo.join' method is about to be deprecated.

#!/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