summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-12 16:45:48 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-12 16:45:48 +0100
commit5dc107e8985f036a1855d64ddd4b79e336dc3956 (patch)
treedd2283778922ad1466abd19c16041e50ae20addc
parent5c2f1bc3caaece7cbff1a0bca04a8cf3d8605f89 (diff)
downloaddeployment-5dc107e8985f036a1855d64ddd4b79e336dc3956.tar.gz
deployment-5dc107e8985f036a1855d64ddd4b79e336dc3956.tar.bz2
deployment-5dc107e8985f036a1855d64ddd4b79e336dc3956.zip
check out specific GNUnet version
-rwxr-xr-xbootstrap-bluegreen2
-rwxr-xr-xbootstrap-standalone2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 8635f02..54d8269 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -42,7 +42,7 @@ cd $HOME
if ! test -d $HOME/gnunet; then
git clone git://gnunet.org/gnunet.git
- git -C ~/gnunet checkout -q tags/taler-0.2.0
+ git -C ~/gnunet checkout -q a4295da3df82817ff2fe1fa547374a96a2e0280b
fi
if ! test -d $HOME/libmicrohttpd; then
diff --git a/bootstrap-standalone b/bootstrap-standalone
index daeecef..59e8202 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -16,7 +16,7 @@ cd $HOME
if ! test -d $HOME/gnunet; then
git clone git://gnunet.org/gnunet.git
- git -C ~/gnunet checkout -q tags/taler-0.2.0
+ git -C ~/gnunet checkout -q a4295da3df82817ff2fe1fa547374a96a2e0280b
fi
if ! test -d $HOME/libmicrohttpd; then