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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sat May 2 17:49:35 UTC 2015


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

The following commit has been merged in the master branch:
commit 925e9e27c7f8ac445f29c706c37578957725eeae
Author: Harald Sitter <sitter at kde.org>
Date:   Sat May 2 19:49:32 2015 +0200

    run apt dist-upgrade after update to make sure the container is uptodate
---
 kci/install_check.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index 385d2fe..10b9f7a 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -215,6 +215,7 @@ Open3.popen3('debconf-set-selections') do |stdin, _stdout, stderr, wait_thr|
 end
 # Make sure everything is up-to-date.
 Apt.update
+Apt.dist_upgrade
 # Install ubuntu-minmal first to make sure foundations nonsense isn't going
 # to make the test fail half way through.
 Apt.install('ubuntu-minimal')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list