X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FSetupFramework.py;h=500812826af49f4744ad1933803d1b9659ac6527;hb=f4e3171ec87416266291170f7c9cd089a9d2d8e4;hp=4fb39307f90e756b3b22f2e885313714a92505db;hpb=7b704441cdd88773ee90f24352c7e33f07a8ca2f;p=csit.git diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py index 4fb39307f9..500812826a 100644 --- a/resources/libraries/python/SetupFramework.py +++ b/resources/libraries/python/SetupFramework.py @@ -55,8 +55,8 @@ def pack_framework_dir(): tmpfile.close() proc = Popen( - split("tar --sparse --exclude-vcs " - "--exclude=./tmp --exclude=*.deb -zcf {0} .". + split("tar --sparse --exclude-vcs --exclude=output*.xml " + "--exclude=./tmp --exclude=*.deb --exclude=*.rpm -zcf {0} .". format(file_name)), stdout=PIPE, stderr=PIPE) (stdout, stderr) = proc.communicate()