gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: add bootstrap scr


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: add bootstrap script
Date: Fri, 11 Oct 2019 20:32:56 +0200

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

dold pushed a commit to branch master
in repository backoffice.

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

commit f702b84a0b4af96341c505212c61be03a8ed0809
Author: Florian Dold <address@hidden>
AuthorDate: Sat Oct 12 00:01:40 2019 +0530

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

diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..d14ee3b
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -eu
+
+if ! git --version >/dev/null; then
+  echo "git not installed"
+  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]