bug 451 clone pyangbind from a fork that solves empty yang type error 09/5809/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 9 Jan 2018 17:27:32 +0000 (18:27 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 9 Jan 2018 17:31:52 +0000 (18:31 +0100)
Change-Id: Iabd6926a7bbe532828650f71f2848ca37f37771c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Makefile

index 5f3b235..0d4ff59 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ package:
        tox -e build
 
 pyangbind: pyang
        tox -e build
 
 pyangbind: pyang
-       git clone https://github.com/robshakir/pyangbind
-       cd pyangbind; python setup.py --command-packages=stdeb.command bdist_deb; cd ..
+       git clone https://github.com/alf-tierno/pyangbind
+       cd pyangbind; git checkout issue151; python setup.py --command-packages=stdeb.command bdist_deb; cd ..
        mkdir -p deb_dist
        cp pyangbind/deb_dist/*.deb deb_dist
 
        mkdir -p deb_dist
        cp pyangbind/deb_dist/*.deb deb_dist