[SCM] ci-tooling packaging branch, master, updated. 76f9ec487cf00f2b27d156554f71857157fba55d

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Feb 24 09:52:19 UTC 2015


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

The following commit has been merged in the master branch:
commit 41c879473e9716eea9250922782c5293db3d9b3c
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Feb 24 10:51:23 2015 +0100

    prime daily install check
---
 kci/daily-install-check.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kci/daily-install-check.rb b/kci/daily-install-check.rb
index 4bf6c52..da1dc35 100644
--- a/kci/daily-install-check.rb
+++ b/kci/daily-install-check.rb
@@ -99,12 +99,10 @@ class CiPPA
     args << '-y'
     args << '-o' << 'Debug::pkgProblemResolver=true'
     args += caller_args
-    return true
     system('apt-get', *args)
   end
 
   def pin!
-    return
     File.open('/etc/apt/preferences.d/superpin', 'w') do |file|
       file << "Package: *
"
       file << "Pin: release o=LP-PPA-kubuntu-ci-#{@type}
"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list