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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Mar 12 13:56:29 UTC 2015


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

The following commit has been merged in the master branch:
commit cf7c0a216d4406a542ae187c0988e73daaa7152a
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Mar 12 14:54:36 2015 +0100

    fix ppa_promote log out
---
 kci/ppa_promote.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kci/ppa_promote.rb b/kci/ppa_promote.rb
index 69dc0c2..bc97fa5 100755
--- a/kci/ppa_promote.rb
+++ b/kci/ppa_promote.rb
@@ -32,7 +32,8 @@ class Archive
       @ppa.getPublishedSources(status: status,
                                distro_series: @series).each do |source|
         next if source.status == 'Deleted'
-        LOG.info "Requesting deletion of: #{source.source_package_name} from #{@name}"
+        LOG.info "Requesting deletion of: #{source.source_package_name} from" \
+                 " #{@ppa.name}"
         begin
           source.requestDeletion!
         rescue => e

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list