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

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


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

The following commit has been merged in the master branch:
commit 87e4240be63a60986628b7724aaf120383319243
Author: Rohan Garg <rohan at kde.org>
Date:   Tue Dec 9 16:15:43 2014 +0100

    Nuke all the stupid permissions stuff
---
 dci/source.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dci/source.rb b/dci/source.rb
index de8d6df..e8fb5f0 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -82,7 +82,5 @@ 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("chown -R sbuild:sbuild /build/#{source_name}*")
-    system("chmod 666 /build/#{source_name}*")
+    system("dcmd cp #{source_name}*_source.changes build/")
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list