contrib/vagrant/provision.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 04 Apr 2015 17:19:16 -0400
changeset 24628 a0b47885a1c5
parent 21874 8da01b6e7b49
permissions -rw-r--r--
vfs: make it possible to pass multiple path elements to join os.path.join(), localrepo.join() and localrepo.wjoin() allow passing multiple path elements; vfs.join() should be as convenient.

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