gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] branch master updated: switched to namestore fo


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: switched to namestore for SOA extraction from GNS
Date: Fri, 24 May 2019 14:49:20 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new d9073f8  switched to namestore for SOA extraction from GNS
d9073f8 is described below

commit d9073f8f4dac5ee6652ce4bc7d99ba3ed1469725
Author: rexxnor <address@hidden>
AuthorDate: Fri May 24 14:48:14 2019 +0200

    switched to namestore for SOA extraction from GNS
---
 ascension/ascension.py | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index 5196c6e..9e11fce 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -467,9 +467,14 @@ class Ascender():
         :returns: serial of the SOA record in GNS
         """
         try:
-            serial = sp.check_output([GNUNET_GNS_COMMAND,
+            #serial = sp.check_output([GNUNET_GNS_COMMAND,
+            #                          '-t', 'SOA',
+            #                          '-u', '%s' % self.domain,])
+            serial = sp.check_output([GNUNET_NAMESTORE_COMMAND,
+                                      '-D',
+                                      '-z', self.domain,
                                       '-t', 'SOA',
-                                      '-u', '%s' % self.domain,])
+                                      '-n', '@'])
             serial = serial.decode()
         except sp.CalledProcessError:
             serial = ""

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



reply via email to

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