diff options
author | Vincent Sanders <vincent.sanders@collabora.co.uk> | 2013-11-16 14:42:56 +0000 |
---|---|---|
committer | Vincent Sanders <vincent.sanders@collabora.co.uk> | 2013-11-16 14:42:56 +0000 |
commit | 8eaa15250748b78ee1d4a918990b096777eff406 (patch) | |
tree | 9824065dd7f53789cf0a8df75d5d3740a09938f0 | |
parent | 5e863135850609ca997792be0a62befb351b4236 (diff) | |
download | buildsystem-8eaa15250748b78ee1d4a918990b096777eff406.tar.gz |
actually tar something
-rwxr-xr-x | citools/jenkins-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh index ab7b4e7..a706a48 100755 --- a/citools/jenkins-build.sh +++ b/citools/jenkins-build.sh @@ -186,7 +186,7 @@ elif [ "x${TARGET}" = "x${TARGET_COVERITY}" ]; then cov-build --dir cov-int make Q= TARGET=${TARGET_TARGET} BUILD=${TARGET_BUILD} - tar cf coverity-scan.tar + tar cf coverity-scan.tar cov-int gzip -9 coverity-scan.tar |