[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=556fd6a
The following commit has been merged in the master branch:
commit 556fd6a67b54c79aecc9bfba2a35259b81219378
Author: Harald Sitter <sitter at kde.org>
Date: Thu Mar 12 14:55:40 2015 +0100
make output on failed copy clearer
---
kci/ppa_promote.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kci/ppa_promote.rb b/kci/ppa_promote.rb
index bc97fa5..603f038 100755
--- a/kci/ppa_promote.rb
+++ b/kci/ppa_promote.rb
@@ -48,15 +48,15 @@ class Archive
def copy(packages, from_ppa)
packages.each do |package, version|
- LOG.info "Copying source: #{package} (#{version})"
begin
+ LOG.info "Copying source: #{package} (#{version})"
@ppa.copyPackage!(from_archive: from_ppa.self_link,
source_name: package,
version: version,
to_pocket: 'Release',
include_binaries: true)
rescue => e
- LOG.warn 'failed to request copy, retry'
+ LOG.warn "Failed copy: #{package} (#{version}); retrying"
puts e
sleep 1
retry
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list