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

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


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

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

    Fix things so that the appropriate functions are called
---
 dci/mozilla.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index f7b863f..26e7c4d 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -71,7 +71,7 @@ end
 
 def build_firefox
     release_info = firefox_releases
-    if release_info[:ubuntu] < release_info[:firefox_releases]
+    if release_info[:ubuntu] < release_info[:upstream]
         logger.error("Can't build new firefox, Ubuntu hasn't updated the package!")
         exit 0
     end
@@ -129,5 +129,5 @@ end
 run_cmd('apt-get update')
 run_cmd('apt-get -y install ubuntu-dev-tools mercurial ruby-nokogiri')
 
-build_firefox if PACKAGE = 'firefox'
-build_thunderbird if PACKAGE = 'thunderbird'
+build_firefox if PACKAGE == 'firefox'
+build_thunderbird if PACKAGE == 'thunderbird'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list