gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30218 - in gnunet/src: gns namestore


From: gnunet
Subject: [GNUnet-SVN] r30218 - in gnunet/src: gns namestore
Date: Wed, 16 Oct 2013 14:36:12 +0200

Author: grothoff
Date: 2013-10-16 14:36:12 +0200 (Wed, 16 Oct 2013)
New Revision: 30218

Modified:
   gnunet/src/gns/test_gns_cname_lookup.sh
   gnunet/src/gns/test_gns_delegated_lookup.sh
   gnunet/src/gns/test_gns_ipv6_lookup.sh
   gnunet/src/gns/test_gns_lookup.sh
   gnunet/src/gns/test_gns_mx_lookup.sh
   gnunet/src/gns/test_gns_ns_lookup.sh
   gnunet/src/gns/test_gns_plus_lookup.sh
   gnunet/src/gns/test_gns_pseu_shorten.sh
   gnunet/src/gns/test_gns_txt_lookup.sh
   gnunet/src/gns/test_gns_zkey_lookup.sh
   gnunet/src/namestore/test_namestore_delete.sh
   gnunet/src/namestore/test_namestore_lookup.sh
   gnunet/src/namestore/test_namestore_put.sh
Log:
-SERVICEHOME is now GNUNET_HOME

Modified: gnunet/src/gns/test_gns_cname_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_cname_lookup.sh     2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_cname_lookup.sh     2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
-rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 TEST_DOMAIN_PLUS="www.gnu"
 TEST_DOMAIN_DNS="www3.gnu"
 TEST_IP_PLUS="127.0.0.1"

Modified: gnunet/src/gns/test_gns_delegated_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_delegated_lookup.sh 2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_delegated_lookup.sh 2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,7 +1,7 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
-rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 
 TEST_IP="127.0.0.1"
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/gns/test_gns_ipv6_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_ipv6_lookup.sh      2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_ipv6_lookup.sh      2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
-rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 TEST_IP="dead::beef"
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/gns/test_gns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_lookup.sh   2013-10-16 12:21:14 UTC (rev 30217)
+++ gnunet/src/gns/test_gns_lookup.sh   2013-10-16 12:36:12 UTC (rev 30218)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
-rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 TEST_IP="127.0.0.1"
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/gns/test_gns_mx_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_mx_lookup.sh        2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_mx_lookup.sh        2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
-rm -fr `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -fr `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 
 TEST_MX="5,mail.gnu"

Modified: gnunet/src/gns/test_gns_ns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_ns_lookup.sh        2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_ns_lookup.sh        2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
-rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 TEST_DOMAIN="www.homepage.gnu"
 TEST_DOMAIN_ALT="homepage.gnu"
 TEST_DOMAIN_ALT2="uk.homepage.gnu"

Modified: gnunet/src/gns/test_gns_plus_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_plus_lookup.sh      2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_plus_lookup.sh      2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,7 +1,7 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
-rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 
 TEST_IP="127.0.0.1"
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/gns/test_gns_pseu_shorten.sh
===================================================================
--- gnunet/src/gns/test_gns_pseu_shorten.sh     2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_pseu_shorten.sh     2013-10-16 12:36:12 UTC (rev 
30218)
@@ -2,7 +2,7 @@
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 
-rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 TEST_IP="127.0.0.1"
 TEST_PSEU="alice"
 TEST_NAME="www.mybestfriendalice.gnu"

Modified: gnunet/src/gns/test_gns_txt_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_txt_lookup.sh       2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_txt_lookup.sh       2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
-rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 TEST_TXT="GNS powered txt record data"
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/gns/test_gns_zkey_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_zkey_lookup.sh      2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/gns/test_gns_zkey_lookup.sh      2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,7 +1,7 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
-rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME`
 
 TEST_IP="127.0.0.1"
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/namestore/test_namestore_delete.sh
===================================================================
--- gnunet/src/namestore/test_namestore_delete.sh       2013-10-16 12:21:14 UTC 
(rev 30217)
+++ gnunet/src/namestore/test_namestore_delete.sh       2013-10-16 12:36:12 UTC 
(rev 30218)
@@ -1,7 +1,7 @@
 #!/bin/bash
 CONFIGURATION="test_namestore_api.conf"
 trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
-rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o GNUNET_HOME`
 TEST_DOMAIN_PLUS="www.gnu"
 TEST_DOMAIN_DNS="www3.gnu"
 TEST_IP_PLUS="127.0.0.1"
@@ -17,7 +17,7 @@
 function start_peer
 {
        gnunet-arm -s -c $CONFIGURATION
-       gnunet-identity -C testego -c $CONFIGURATION    
+       gnunet-identity -C testego -c $CONFIGURATION
 }
 
 function stop_peer
@@ -43,7 +43,7 @@
        fi
        if echo "$LINE" | grep -q "$TEST_IP_PLUS"; then
                FOUND_IP=true;
-       fi      
+       fi
  done
 stop_peer
 

Modified: gnunet/src/namestore/test_namestore_lookup.sh
===================================================================
--- gnunet/src/namestore/test_namestore_lookup.sh       2013-10-16 12:21:14 UTC 
(rev 30217)
+++ gnunet/src/namestore/test_namestore_lookup.sh       2013-10-16 12:36:12 UTC 
(rev 30218)
@@ -1,7 +1,7 @@
 #!/bin/bash
 CONFIGURATION="test_namestore_api.conf"
 trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
-rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o GNUNET_HOME`
 TEST_IP_PLUS="127.0.0.1"
 TEST_RECORD_NAME_DNS="www3"
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
@@ -9,7 +9,7 @@
 function start_peer
 {
        gnunet-arm -s -c $CONFIGURATION
-       gnunet-identity -C testego -c $CONFIGURATION    
+       gnunet-identity -C testego -c $CONFIGURATION
 }
 
 function stop_peer
@@ -38,7 +38,7 @@
        if echo "$LINE" | grep -q "$TEST_IP_PLUS"; then
                FOUND_IP=true;
                #echo $FOUND_IP
-       fi      
+       fi
  done
 stop_peer
 

Modified: gnunet/src/namestore/test_namestore_put.sh
===================================================================
--- gnunet/src/namestore/test_namestore_put.sh  2013-10-16 12:21:14 UTC (rev 
30217)
+++ gnunet/src/namestore/test_namestore_put.sh  2013-10-16 12:36:12 UTC (rev 
30218)
@@ -1,7 +1,7 @@
 #!/bin/bash
 CONFIGURATION="test_namestore_api.conf"
 trap "gnunet-arm -e -c $CONFIGURATION" SIGINT
-rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o SERVICEHOME`
+rm -rf `gnunet-config -c $CONFIGURATION -s PATHS -o GNUNET_HOME`
 TEST_DOMAIN_PLUS="www.gnu"
 TEST_DOMAIN_DNS="www3.gnu"
 TEST_IP_PLUS="127.0.0.1"
@@ -17,7 +17,7 @@
 function start_peer
 {
        gnunet-arm -s -c $CONFIGURATION
-       gnunet-identity -C testego -c $CONFIGURATION    
+       gnunet-identity -C testego -c $CONFIGURATION
 }
 
 function stop_peer




reply via email to

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