copy all .deb files into deb_dist 07/2307/1 v3.0.0 v3.0.0rc v3.0.0rc02 v3.0.0rc2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 28 Sep 2017 10:02:47 +0000 (12:02 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 28 Sep 2017 10:02:47 +0000 (12:02 +0200)
Change-Id: I230f235da1363849b394ebae4643f2045a63156b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Makefile

index b606e30..706bab4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,10 +55,14 @@ package:
 pyangbind: pyang
        git clone https://github.com/robshakir/pyangbind
        cd pyangbind; python setup.py --command-packages=stdeb.command bdist_deb; cd ..
 pyangbind: pyang
        git clone https://github.com/robshakir/pyangbind
        cd pyangbind; python setup.py --command-packages=stdeb.command bdist_deb; cd ..
+       mkdir -p deb_dist
+       cp pyangbind/deb_dist/*.deb deb_dist
 
 pyang:
        git clone https://github.com/mbj4668/pyang
        cd pyang; python setup.py --command-packages=stdeb.command bdist_deb; cd ..
 
 pyang:
        git clone https://github.com/mbj4668/pyang
        cd pyang; python setup.py --command-packages=stdeb.command bdist_deb; cd ..
+       mkdir -p deb_dist
+       cp pyang/deb_dist/*.deb deb_dist
 
 pyang-json-schema-plugin:
        git clone https://github.com/cmoberg/pyang-json-schema-plugin
 
 pyang-json-schema-plugin:
        git clone https://github.com/cmoberg/pyang-json-schema-plugin