gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: bootstrap


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: bootstrap
Date: Fri, 11 Oct 2019 19:49:20 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new bcb36f8  bootstrap
bcb36f8 is described below

commit bcb36f8d13b800db16f03637b0663bcfaee7e380
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 23:16:02 2019 +0530

    bootstrap
---
 bootstrap | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..87532e7
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -eu
+
+if ! git --version 2>&1 >/dev/null; then
+  echo "error: git not installed" >&2
+  exit 1
+fi
+
+git submodule update --init

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]