[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-donations] branch master updated: add bootstrap scri
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-donations] branch master updated: add bootstrap script |
Date: |
Fri, 11 Oct 2019 20:28:14 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository donations.
The following commit(s) were added to refs/heads/master by this push:
new 00d0d85 add bootstrap script
00d0d85 is described below
commit 00d0d855578b4fb9cf3724767670eca81bd7bdf8
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 23:57: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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-donations] branch master updated: add bootstrap script,
gnunet <=