gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

dold pushed a commit to branch master
in repository blog.

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

commit e08c709ede32cb78dc4e90dafcf5f511bfea54e0
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 23:59: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]