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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Apr 16 08:46:22 UTC 2015


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

The following commit has been merged in the master branch:
commit bfacb5cd7f9492896c6523fe64b931995bdc267e
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Apr 16 10:46:18 2015 +0200

    call update before adding the ppa in qml checks
---
 lib/qml_dependency_verifier.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/qml_dependency_verifier.rb b/lib/qml_dependency_verifier.rb
index 3f64ce1..ca5fe20 100644
--- a/lib/qml_dependency_verifier.rb
+++ b/lib/qml_dependency_verifier.rb
@@ -48,6 +48,7 @@ class QMLDependencyVerifier
 
   def add_ppa
     ## Add correct PPA
+    Apt.update
     Apt::Repository.new("ppa:kubuntu-ci/#{source.type}").add
     Apt.update
   end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list