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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sun Jan 25 23:56:01 UTC 2015


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

The following commit has been merged in the master branch:
commit 5043347efaef343429eed21083895d3939d3d4c2
Author: Rohan Garg <rohan at kde.org>
Date:   Mon Jan 26 00:55:50 2015 +0100

    Take updates suite into account too
---
 dci/mozilla.rb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 188d45f..278f4c7 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -44,6 +44,13 @@ def firefox_releases
             match_data = line.match('(\d+[.]\d+)')
             ubuntu_versions <<  match_data[0].to_f unless match_data.nil?
         }
+
+        # Make sure we take the updates suite into account too
+        `rmadison -u ubuntu -a amd64 -s #{RELEASE}-updates firefox`.to_str.each_line { |line|
+            match_data = line.match('(\d+[.]\d+)')
+            ubuntu_versions <<  match_data[0].to_f unless match_data.nil?
+        }
+
         ubuntu_versions.uniq!
         ubuntu_versions.sort!
         puts "Ubuntu #{ubuntu_versions}"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list