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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Dec 9 16:35:42 UTC 2014


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

The following commit has been merged in the master branch:
commit d194c67f9340ccd87164758225ba9a9a5a875ba1
Author: Rohan Garg <rohan at kde.org>
Date:   Tue Dec 9 17:35:26 2014 +0100

    Move instead of copy to make sure old packages are not leftover
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 295e632..5ab6d60 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -82,6 +82,6 @@ Dir.chdir(ARGV[1]) do
         raise 'Failed to build source package' unless system("dpkg-buildpackage -S -uc -us")
     end
 
-    system("dcmd cp #{source_name}*_source.changes /build/")
+    system("dcmd mv #{source_name}*_source.changes /build/")
     system("dcmd chmod 665 /build/#{source_name}*_source.changes")
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list