[SCM] ci-tooling packaging branch, master, updated. 4717d5ef3d15da704f02a86d506446f4594a2371
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Feb 26 12:45:10 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=4717d5e
The following commit has been merged in the master branch:
commit 4717d5ef3d15da704f02a86d506446f4594a2371
Author: Harald Sitter <sitter at kde.org>
Date: Thu Feb 26 13:45:08 2015 +0100
add some more logging
---
kci/install_check.rb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kci/install_check.rb b/kci/install_check.rb
index 5944840..b7c5eec 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -138,6 +138,7 @@ class CiPPA
args << '-y' << '-m'
args << '-r' if to_remove
args << "ppa:kubuntu-ci/#{@type}"
+ LOG.info "apt-add-repository #{args.join(' ')}"
system('apt-add-repository', *args)
apt(:update)
!to_remove # Return whether or not this ppa is now added.
@@ -161,13 +162,14 @@ live_ppa.remove # remove live before attempting to use daily.
# If this fails then the current snapshot is kaputsies....
daily_ppa.add
unless daily_ppa.install
- LOG.info 'daily ppa failed to install.'
+ LOG.info 'daily failed to install.'
daily_purged = daily_ppa.purge
unless daily_purged
LOG.info 'daily failed to install and then failed to purge. Maybe check' \
' maintscripts?'
end
end
+LOG.unknown 'done with daily'
# NOTE: If daily failed to install, no matter if we can upgrade live it is
# an improvement just as long as it can be installed...
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list