X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FSetupFramework.py;h=500812826af49f4744ad1933803d1b9659ac6527;hp=4fb39307f90e756b3b22f2e885313714a92505db;hb=e4744a48fa82c226162351d7598827efa610e0ec;hpb=69bc73179fe39ea02c9d53c0eb167e1320bcf090 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()