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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Apr 13 11:46:51 UTC 2015


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

The following commit has been merged in the master branch:
commit b320f7830239c695aa0764dbae5411781378f53e
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Apr 13 13:46:45 2015 +0200

    Braces++
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 154b96c..516d979 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -44,7 +44,7 @@ def package_releases
 
   # Need this here because rmadison will crap itself when checking a Debian
   # release against a Ubuntu rmadison instance
-  release = DEBIAN_RELEASES.include? RELEASE ? UBUNTU_RELEASES[-1] : RELEASE
+  release = (DEBIAN_RELEASES.include? RELEASE) ? UBUNTU_RELEASES[-1] : RELEASE
   threads << Thread.new do
     `rmadison -u ubuntu -a amd64 -s #{release} #{PACKAGE}`.to_str.each_line do | line |
       match_data = line.match('(\d+[.]\d+)')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list