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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri May 29 08:44:14 UTC 2015


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

The following commit has been merged in the master branch:
commit e1c4558affdae1dd663c312fcaf644a32b162396
Author: Harald Sitter <sitter at kde.org>
Date:   Fri May 29 10:43:13 2015 +0200

    do not use removed source module
---
 kci/source_publisher.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/source_publisher.rb b/kci/source_publisher.rb
index 9822f34..8240ae1 100755
--- a/kci/source_publisher.rb
+++ b/kci/source_publisher.rb
@@ -179,7 +179,7 @@ class SourcePublisher
     sources = @ppa.getPublishedSources(source_name: @source_name, version: @source_version, exact_match: true)
     # TODO: handle too many matches, handle too few matches, handle raise
     puts "source: #{sources[0]}"
-    Source.include_in(@source = sources[0])
+    @source = sources[0]
   end
 
   def refresh_source!

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list