[SCM] ci-tooling packaging branch, master, updated. 0511c58700cf5accb118822a823b1fba64f05343

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Dec 14 11:49:52 UTC 2015


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

The following commit has been merged in the master branch:
commit 0511c58700cf5accb118822a823b1fba64f05343
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Dec 14 12:49:47 2015 +0100

    make sure pkg-kde-tools is the version from the relevant ppa
---
 kci/builder.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kci/builder.rb b/kci/builder.rb
index a1359b0..2dd7bd1 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -131,6 +131,9 @@ class KCIBuilder
       FileUtils.chown_R('jenkins', 'jenkins', @workspace_path, verbose: true)
     end unless testing
 
+    Apt::Repository.add(@ppa)
+    Apt.update
+    Apt.install(%w(pkg-kde-tools))
     source = CI::VcsSourceBuilder.new(release: project.series).run
 
     # Mangle dsc to not do ARM builds unless explicitly enabled.

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list