CSIT-843: Update actual topology in case of new/updated/deleted interface
[csit.git] / resources / libraries / python / SetupFramework.py
index 82c4ae2..a528f68 100644 (file)
@@ -50,7 +50,8 @@ def pack_framework_dir():
     tmpfile.close()
 
     proc = Popen(
-        split("tar --exclude-vcs --exclude=./tmp --exclude=*.deb -zcf {0} .".
+        split("tar --sparse --exclude-vcs "
+              "--exclude=./tmp --exclude=*.deb -zcf {0} .".
               format(file_name)), stdout=PIPE, stderr=PIPE)
     (stdout, stderr) = proc.communicate()