gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] 17/45: updated requirements and README


From: gnunet
Subject: [GNUnet-SVN] [ascension] 17/45: updated requirements and README
Date: Fri, 25 Jan 2019 10:02:17 +0100

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

rexxnor pushed a commit to branch master
in repository ascension.

commit 60683f15ee6493be1f4cdce140eef269a074e9fa
Author: rexxnor <address@hidden>
AuthorDate: Tue Oct 9 13:30:31 2018 +0200

    updated requirements and README
---
 README.md        | 14 ++++++--------
 requirements.txt |  3 +++
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index b76e081..516c0be 100644
--- a/README.md
+++ b/README.md
@@ -33,26 +33,24 @@ Taken from the dosctring of the gnsmigrator.py file:
 GNS Migrator
 
 Usage:
-    gnsmigrator.py (-c <csv> | -f <txtfile>)
-    gnsmigrator.py (-c <csv> | -f <txtfile>) -r <resolver>
+    gnsmigrator.py -t <tld> -ns <transferns>
+    gnsmigrator.py -f <txtfile>
     gnsmigrator.py -h | --help
     gnsmigrator.py -v | --version
 
 Options:
-    <csv>           CSV File containing domains to transfer
+    <tld>           Top level domain to migrate
     <txtfile>       Text File containing domains to transfer
-    <resolver>      DNS Server that resolves missing domains
+    <transferns>    DNS Server that does the zone transfer
     -h --help       Show this screen.
     -v --version    Show version.
 ```
 
 Example use:
 ```
-# Reads domains from CSV, setup GNS Zones and adds records from zone transfer
-gnsmigrator -c domainlist.csv
 # Reads domains from Textfile, setup GNS Zones and adds records from zone 
transfer
 gnsmigrator -f domainlist.txt
-# Does the above and adds GNS2DNS records for every non-zone local NS record 
using provided resolver
-gnsmigrator -f domainlist.txt -r 1.1.1.1
+# Contacts the nameserver to transfer the specified top level domain
+gnsmigrator -t se. -ns zonemaster.iis.se.
 ```
 
diff --git a/requirements.txt b/requirements.txt
index b9b1772..7babd87 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,7 @@ cffi==1.11.5
 coverage==4.5.1
 dnspython==1.15.0
 docopt==0.6.2
+mock==2.0.0
+pbr==4.2.0
 pycparser==2.18
+six==1.11.0

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



reply via email to

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