gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix script, do no


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix script, do not rely on the repos being local
Date: Sun, 19 May 2019 01:58:24 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2916a9f  fix script, do not rely on the repos being local
     new 4de683a  Merge branch 'master' of git+ssh://git.taler.net/deployment
2916a9f is described below

commit 2916a9f683f4a7f9f4596f6c912e91705ab0ab64
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 19 01:58:14 2019 +0200

    fix script, do not rely on the repos being local
---
 bootstrap-standalone | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bootstrap-standalone b/bootstrap-standalone
index 563a5e9..5e11dbb 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -16,16 +16,16 @@ PGBINDIR=$(pg_config --bindir)
 cd $HOME
 
 if ! test -d $HOME/gnunet; then
-  git clone git://gnunet.org/gnunet.git
+  git clone git://git.gnunet.org/gnunet.git
 fi
 
 if ! test -d $HOME/libmicrohttpd; then
-  git clone git://gnunet.org/libmicrohttpd.git
+  git clone git://git.gnunet.org/libmicrohttpd.git
 fi
 
 for component in twister bank merchant gnurl landing exchange donations blog 
deployment survey auditor backoffice ; do
   if ! test -d $HOME/$component; then
-    git clone /var/git/$component.git
+    git clone git://git.taler.net/$component.git
   fi
 done
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]