contrib/vagrant/provision.sh
author Phil Cohen <phillco@fb.com>
Thu, 31 Aug 2017 11:28:59 -0700
changeset 34036 fe04c018eaac
parent 21874 8da01b6e7b49
permissions -rw-r--r--
filemerge: add _restorebackup Differential Revision: https://phab.mercurial-scm.org/D404

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