From e103f75919721af3bd02d40e5b022a6426d4c460 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 24 Nov 2017 17:33:01 +0100 Subject: bootstrap/wsgi/launcher --- bootstrap | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..373e5f5 --- /dev/null +++ b/bootstrap @@ -0,0 +1,12 @@ +#!/bin/sh + +if ! git --version >/dev/null; then + echo "git not installed" + exit 1 +fi + +echo "$0: Updating submodules" +echo | git submodule update --init + +echo "$0: Running autoreconf" +autoreconf -if -- cgit v1.2.3