contrib/vagrant/provision.sh
author Laurent Charignon <lcharignon@fb.com>
Tue, 10 Mar 2015 17:14:33 -0700
changeset 24272 26a1c617e047
parent 21874 8da01b6e7b49
permissions -rw-r--r--
record: move dorecord from record to cmdutil Part of a serie of patches to move record from hgext to core

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