[SCM] ci-tooling packaging branch, master, updated. a0245b66ec2b0325014cd6fd38c0e7126aab1cc7
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Sat Jun 13 01:48:49 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=a0245b6
The following commit has been merged in the master branch:
commit a0245b66ec2b0325014cd6fd38c0e7126aab1cc7
Author: Rohan Garg <rohan at garg.io>
Date: Sat Jun 13 03:47:41 2015 +0200
Use parallel compression
---
lib/ci/build_source.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ci/build_source.rb b/lib/ci/build_source.rb
index 31438aa..bea0039 100644
--- a/lib/ci/build_source.rb
+++ b/lib/ci/build_source.rb
@@ -50,7 +50,7 @@ class VcsSourceBuilder
Dir.chdir(BUILD_DIR) do
tar = "#{@source.name}_#{@tar_version}.orig.tar"
fail 'Failed to create a tarball' unless system("tar -cf #{tar} source")
- fail 'Failed to compress the tarball' unless system("xz -6 #{tar}")
+ fail 'Failed to compress the tarball' unless system("pxz -6 #{tar}")
end
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list