contrib/vagrant/provision.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Jun 2018 15:52:27 +0900
changeset 38579 ec0cee4c1fff
parent 21874 8da01b6e7b49
permissions -rw-r--r--
match: resolve 'set:' patterns first in _buildmatch() This just makes the next patch less complicated. The order of 'set:' and 'subinclude:' expansion doesn't matter.

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