[SCM] ci-tooling packaging branch, master, updated. 1c09b34d2b3e9098bf1d9bfd5ab4f30b64c38a48
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Thu Feb 26 12:25:07 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=1c09b34
The following commit has been merged in the master branch:
commit 1c09b34d2b3e9098bf1d9bfd5ab4f30b64c38a48
Author: Harald Sitter <sitter at kde.org>
Date: Thu Feb 26 13:25:04 2015 +0100
fix apt call
---
kci/install_check.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/kci/install_check.rb b/kci/install_check.rb
index 6ecc29e..e0dec2f 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -101,7 +101,6 @@ class CiPPA
pin!
package_list = packages.map { |k, v| "#{k}='#{v}'" }.join(' ')
args = []
- args << 'install'
args << 'ubuntu-minimal' << 'upstart' << package_list
apt(:install, args)
end
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list