contrib/vagrant/provision.sh
author Augie Fackler <raf@durin42.com>
Tue, 21 Jan 2020 13:16:30 -0500
branchstable
changeset 44131 3246cd5310b0
parent 21874 8da01b6e7b49
permissions -rw-r--r--
Added signature for changeset 84a0102c05c7

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