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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Dec 4 17:48:24 UTC 2014


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

The following commit has been merged in the master branch:
commit 40decca31d5b5d8e8f5565f1337aecfe685939f3
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Dec 4 18:47:55 2014 +0100

    Copy to clean build dir
---
 dci/source.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dci/source.rb b/dci/source.rb
index f77ab93..b3b90d5 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -69,4 +69,8 @@ Dir.chdir(ARGV[1]) do
     Dir.chdir('source/') do
         raise 'Failed to build source package' unless system("dpkg-buildpackage -S -uc -us")
     end
+
+    system("rm -rf build")
+    Dir.mkpath('build')
+    system("dcmd cp #{source_name}*_source.changes build")
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list