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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Dec 5 15:26:01 UTC 2014


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

The following commit has been merged in the master branch:
commit b2ee1f7bc866916b1e2843894b841d04339a638a
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Dec 5 16:25:46 2014 +0100

    Move files to /build at the end so that host can copy them over
---
 dci/source.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dci/source.rb b/dci/source.rb
index b3b90d5..fafae46 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -70,7 +70,5 @@ Dir.chdir(ARGV[1]) 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")
+    system("dcmd cp #{source_name}*_source.changes /build")
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list