contrib/vagrant/provision.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 02 Apr 2017 22:01:32 +0900
changeset 31809 35b8bb1ef02b
parent 21874 8da01b6e7b49
permissions -rw-r--r--
revset: stop supporting predicate that returns plain list (API) It's said to be removed after 3.9.

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