[SCM] ci-tooling packaging branch, master, updated. fd03dfb2fdc8aeedca27b852619ea215d3f000bf

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Mar 4 14:33:57 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=fd03dfb

The following commit has been merged in the master branch:
commit fd03dfb2fdc8aeedca27b852619ea215d3f000bf
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Mar 4 15:33:43 2015 +0100

    Remove random untested code
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index c1bb1c5..6029e38 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -110,7 +110,7 @@ Dir.chdir(ARGV[1]) do
   # create orig tar
   tar = "#{source_name}_#{tar_version}.orig.tar"
   File.delete(tar) if File.exist? tar
-  fail 'Failed to create a tarball' unless system("tar -cf --exclude .git #{tar} source")
+  fail 'Failed to create a tarball' unless system("tar -cf #{tar} source")
   fail 'Failed to compress the tarball' unless system("xz -6 #{tar}")
 
   system('cp -aR packaging/debian source/') if FORMAT == :quilt

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list