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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Mar 17 13:16:46 UTC 2015


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

The following commit has been merged in the master branch:
commit 58c0c9b7226f92ef171682f8d277174d862b477b
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Mar 17 14:16:32 2015 +0100

    Warn on lintian fail, instead of error'ing out
---
 dci/build.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/build.rb b/dci/build.rb
index 4ab6aca..9e5754d 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -114,7 +114,7 @@ else
 
         # Lintian checks
         system("lintian -iI --pedantic --show-overrides --color auto #{changes_file}")
-        logger.error('Lintian check failed!') unless $?.success?
+        logger.warn('Lintian check failed!') unless $?.success?
         logger.info('Finished running lintian checks')
 
         # Content of debs

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list