examples/ncclient: use ncclient repo instead of fork 40/13240/1
authorMarek Gradzki <mgradzki@cisco.com>
Wed, 27 Jun 2018 12:24:22 +0000 (14:24 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Wed, 27 Jun 2018 12:24:26 +0000 (14:24 +0200)
There is no need for using fork after
support for <config> was merged:
https://github.com/ncclient/ncclient/pull/232

Change-Id: I0bd4a1ce6c4263228771ae3a74e298640a0c2a40
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
examples/ncclient/Readme.txt

index 6639cf8..1a89d92 100644 (file)
@@ -33,7 +33,7 @@ c) (optional) build honeycomb package
 ./packaging/deb/xenial/debuild.sh
 
 4) Build ncclient
-git clone -b honeycomb https://github.com/marekgr/ncclient.git
+https://github.com/ncclient/ncclient.git
 cd ncclient
 sudo python setup.py install