contrib/vagrant/provision.sh
author Boris Feld <boris.feld@octobus.net>
Mon, 03 Jul 2017 00:53:55 +0200
changeset 33927 84f72072bde6
parent 21874 8da01b6e7b49
permissions -rw-r--r--
obsolete: introduce a _succs class It will be useful later when we will be adding markers to _succs in order to represent a successorset with the list of markers from the root to each successors sets. This information will be needed for the obsfate template I will introduce. Makes it a subclass of list so all callers will continue to work.

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