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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Mar 26 17:02:26 UTC 2015


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

The following commit has been merged in the master branch:
commit 5d991b991c9c72677b03fdea12a1f45a9dc97698
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Mar 26 18:02:18 2015 +0100

    Package list needs to be joined
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index fa4a94b..118d153 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -180,7 +180,7 @@ end
 
 dci_run_cmd('apt-get update')
 packages = %w(ubuntu-dev-tools mercurial ruby-nokogiri distro-info cdbs debhelper)
-system("apt-get -y install #{packages}")
+system("apt-get -y install #{packages.join(' ')}")
 
 # TODO: Fix the control file parser to take optional build-deps into account
 # control = DebianControl.new

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list