[SCM] ci-tooling packaging branch, master, updated. a191659bccbd380a946abda18333e3fa1c55c4cf
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Mon Oct 12 09:30:12 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=a191659
The following commit has been merged in the master branch:
commit a191659bccbd380a946abda18333e3fa1c55c4cf
Author: Harald Sitter <sitter at kde.org>
Date: Mon Oct 12 11:30:07 2015 +0200
reduce verbosity of publisher
---
kci/source_publisher.rb | 2 --
1 file changed, 2 deletions(-)
diff --git a/kci/source_publisher.rb b/kci/source_publisher.rb
index 301df8b..a402ab7 100755
--- a/kci/source_publisher.rb
+++ b/kci/source_publisher.rb
@@ -57,7 +57,6 @@ class SourcePublisher
end
if needs_wait
- puts "Sleeping for #{sleep_time} seconds....."
sleep(sleep_time)
next
end
@@ -169,7 +168,6 @@ class SourcePublisher
sources = @ppa.getPublishedSources(source_name: @source_name, version: @source_version, exact_match: true)
return nil if sources.size < 1
fail "Unexpectedly too many matching sources #{sources}" if sources.size > 1
- puts "source: #{sources[0]}"
@source = sources[0]
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list