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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 12:29:33 UTC 2015


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

The following commit has been merged in the master branch:
commit c79830163f9c5acb63adab37bc5113dbe5788a19
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Feb 26 13:29:30 2015 +0100

    prime apt-add-repo
---
 kci/install_check.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index e0dec2f..5944840 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -138,8 +138,8 @@ class CiPPA
     args << '-y' << '-m'
     args << '-r' if to_remove
     args << "ppa:kubuntu-ci/#{@type}"
-    # system('apt-add-repository', *args)
-    # apt(:update)
+    system('apt-add-repository', *args)
+    apt(:update)
     !to_remove # Return whether or not this ppa is now added.
   end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list