[SCM] ci-tooling packaging branch, master, updated. 63d60c9082119799f9d631da30346b0fa6d699e9
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Thu Jan 15 14:11:49 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=63d60c9
The following commit has been merged in the master branch:
commit 63d60c9082119799f9d631da30346b0fa6d699e9
Author: Rohan Garg <rohan at kde.org>
Date: Thu Jan 15 15:09:40 2015 +0100
Fail earlier on if things go wrong
---
dci/mozilla.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index b924baf..1ff1a89 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -80,7 +80,7 @@ def build_firefox
`rm -rf build`
Dir.mkdir('build')
Dir.chdir('build') {
- system('pull-lp-source firefox')
+ fail "Can't download firefox!" unless system('pull-lp-source firefox')
firefox_dir = Dir["firefox-*"][0]
system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].to_i} suse")
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list