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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 7 18:10:11 UTC 2015


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

The following commit has been merged in the master branch:
commit c6419dd06066245d92d00f19e4a496d77ead534c
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 19:09:49 2015 +0100

    Make sure we take the mozilla product passed into account
---
 dci/mozilla.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 960ad3c..f7b863f 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -129,4 +129,5 @@ end
 run_cmd('apt-get update')
 run_cmd('apt-get -y install ubuntu-dev-tools mercurial ruby-nokogiri')
 
-build_firefox
+build_firefox if PACKAGE = 'firefox'
+build_thunderbird if PACKAGE = 'thunderbird'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list