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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Feb 25 10:53:46 UTC 2015


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

The following commit has been merged in the master branch:
commit 1b78a6873a672a0d85d0aa0ca9f92bb834c0ed42
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Feb 25 11:47:47 2015 +0100

    fix series hardcoding
---
 kci/daily-qa.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/daily-qa.rb b/kci/daily-qa.rb
index e196734..2b3dadf 100755
--- a/kci/daily-qa.rb
+++ b/kci/daily-qa.rb
@@ -210,7 +210,7 @@ $logger.info "Everything is lovely. Copying things for real now."
 ubuntu = Launchpad::Rubber::from_url("https://api.launchpad.net/devel/ubuntu")
 series = nil
 ubuntu.series.each do |_series|
-    next unless _series.name == 'utopic'
+    next unless _series.name == project.series
     series = _series
     break
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list