contrib/vagrant/provision.sh
author Augie Fackler <augie@google.com>
Thu, 09 Aug 2018 14:56:29 -0400
changeset 39212 ca053fc7efc5
parent 21874 8da01b6e7b49
permissions -rw-r--r--
fastannotate: record some TODO items from indygreg's review Some of these I'll address more or less right away, but some will take a while for us to resolve. Differential Revision: https://phab.mercurial-scm.org/D4200

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