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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Jan 27 14:08:18 UTC 2015


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

The following commit has been merged in the master branch:
commit 9165045a6fe995edf1f234f32a823874c071950d
Author: Rohan Garg <rohan at kde.org>
Date:   Tue Jan 27 15:07:59 2015 +0100

    Use the logger for logging ubuntu versions
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 1680333..fca823f 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -56,7 +56,7 @@ def package_releases
 
     ubuntu_versions.uniq!
     ubuntu_versions.sort!
-    puts "Ubuntu #{ubuntu_versions}"
+    $logger.info("Ubuntu #{ubuntu_versions}")
   end
 
   ThreadsWait.all_waits(threads)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list