gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: add bootstrap script


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

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

dold pushed a commit to branch master
in repository survey.

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

commit 8375d7de6eccf1c710e5f880f35272b7a47e56bb
Author: Florian Dold <address@hidden>
AuthorDate: Sat Oct 12 00:00:59 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]