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: force curerncy to


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: force curerncy to be lesser than TALER_CURRENCY_LEN
Date: Tue, 23 May 2017 11:27:37 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 45dac8b  force curerncy to be lesser than TALER_CURRENCY_LEN
45dac8b is described below

commit 45dac8b3a7028779a0f5d8492075cfc924757d38
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 23 11:27:37 2017 +0200

    force curerncy to be lesser than TALER_CURRENCY_LEN
---
 bootstrap-standalone | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap-standalone b/bootstrap-standalone
index dc62b0e..9c648b7 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -10,7 +10,7 @@ set -eu
 
 ENVNAME=$USER
 BRANCH=master
-CURRENCY=$(echo "KUDOS-$USER" | cut -c 1-12)
+CURRENCY=$(echo "KUDOS-$USER" | cut -c 1-11)
 
 cd $HOME
 

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



reply via email to

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