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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Mar 17 09:49:51 UTC 2015


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

The following commit has been merged in the master branch:
commit 381ab863b814e3238dffc12639c8b8a19299dd81
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Mar 17 10:49:33 2015 +0100

    switch Apt.module_functions to apt-get from apt
    
    turns out apt is really not very reliable in all sorts of ways
---
 lib/apt.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/apt.rb b/lib/apt.rb
index 3a208bc..615c1cb 100644
--- a/lib/apt.rb
+++ b/lib/apt.rb
@@ -28,7 +28,7 @@ module Apt
   end
 
   def self.method_missing(name, *caller_args)
-    Abstrapt.run('apt', name.to_s, *caller_args)
+    Abstrapt.run('apt-get', name.to_s, *caller_args)
   end
 
   # More cow powers!

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list