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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Apr 23 10:33:02 UTC 2015


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

The following commit has been merged in the master branch:
commit fb881ec93f6418c9387a540556439062f065cbf2
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Apr 23 12:32:40 2015 +0200

    The packages.chroot folder needs to be created first
---
 dci/imager.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 16c8c33..bbc640d 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -84,7 +84,7 @@ def workarounds
 end
 
 def deb_from_url(url)
-  fail 'Make sure to run lb config first!' unless Dir.exist? 'config/packages.chroot/'
+  File.mkdir_p('config/packages.chroot/')
   system("wget -P config/packages.chroot/ #{url}")
 end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list