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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Jun 4 22:08:10 UTC 2015


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

The following commit has been merged in the master branch:
commit 7e16b5c49fcc89918908a05b97dd564c926aa3ec
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Jun 4 15:06:51 2015 -0700

    provide feedback when wait is starting
    
    so that we may know when waiting started
---
 kci/source_publisher.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kci/source_publisher.rb b/kci/source_publisher.rb
index 25103ae..840fb60 100755
--- a/kci/source_publisher.rb
+++ b/kci/source_publisher.rb
@@ -17,6 +17,7 @@ class SourcePublisher
   end
 
   def wait
+    puts "Waiting for source to get accepted...."
     # If it takes 20 minutes for the source to arrive it probably got rejected.
     fail_count = 20 # This is ~= minutes
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list