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

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


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

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

    Try fixing permissions again
---
 dci/source.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/source.rb b/dci/source.rb
index ee2752b..295e632 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
 
-    Dir.mkdir('build') unless Dir.exist? 'build'
-    system("dcmd cp #{source_name}*_source.changes build/")
+    system("dcmd cp #{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