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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Apr 1 15:20:40 UTC 2015


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

The following commit has been merged in the master branch:
commit 15cee2512bc456fcfa4076a12d734542aaa4c721
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Apr 1 17:20:25 2015 +0200

    Fail when not able to clone remote repo
---
 dci/mozilla.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 214aaf6..916f2b9 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -123,6 +123,7 @@ end
 
 def build_firefox(release_info)
   system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].to_i} suse")
+  fail 'Could not clone mercurial repo!' unless $?.success?
 
   firefox_dir = Dir["firefox-*"][0]
   Dir.chdir(firefox_dir) do

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list