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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Feb 4 16:54:18 UTC 2015


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

The following commit has been merged in the master branch:
commit 293d129c99a460c50635108c33cba01d679a62f5
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Feb 4 17:54:09 2015 +0100

    Make sure we refer to the right tar name
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 7832c5f..c903a00 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -131,7 +131,7 @@ Dir.chdir(ARGV[1]) do
 
     Dir.mktmpdir do |dir|
       FileUtils.cp_r("#{options[:workspace]}/source", dir)
-      FileUtils.cp_r("#{tar}", dir)
+      FileUtils.cp_r("#{tar}.xz", dir)
       Dir.chdir("#{dir}/source") do
         # dpkg-buildpackage
         fail 'Failed to build source package' unless system('dpkg-buildpackage -S -uc -us')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list