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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Dec 11 09:57:55 UTC 2014


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

The following commit has been merged in the master branch:
commit b78d119e59a29742ba59672c1eeb1c514080c47c
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Dec 11 10:57:49 2014 +0100

    Set the correct exit code
---
 dci/source.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/source.rb b/dci/source.rb
index 1cfecea..e786ee3 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -16,6 +16,7 @@ def run_cmd(cmd)
             raise if not system(cmd)
         else
             logger.fatal("#{cmd} keeps failing! :(")
+            exit 1
         end
     rescue RuntimeError => e
         $logger.warn("Trying to run #{cmd} again!")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list