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

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


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

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

    Make sure build dir exists
---
 dci/source.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/source.rb b/dci/source.rb
index e8fb5f0..ee2752b 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -82,5 +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/")
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list