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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Mar 13 16:26:31 UTC 2015


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

The following commit has been merged in the master branch:
commit e30aa5e9e05cd0db58f108e4b77dbe323758dbfa
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Mar 13 17:26:22 2015 +0100

    Only parse if file exists
---
 dci/source.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/source.rb b/dci/source.rb
index 562daa5..ac410b1 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -65,6 +65,7 @@ Dir.chdir(ARGV[1]) do
   # Get source name and what not
 
   Dir.chdir('source') do
+    break unless File.exist? 'debian/source/format'
     s = Debian::Source.new(Dir.pwd)
     $logger.info "Building package of #{s.format.type} type"
     if s.format.type == 'native'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list