contrib/vagrant/provision.sh
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 18 Mar 2019 19:31:45 +0300
changeset 42004 0bd730fbcc2b
parent 21874 8da01b6e7b49
permissions -rw-r--r--
branchcache: introduce hasbranch() This will be used to check whether a branch exists or not. This will optimized in future. Differential Revision: https://phab.mercurial-scm.org/D6154

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