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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Dec 5 18:07:58 UTC 2014


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

The following commit has been merged in the master branch:
commit 9e61e879f63241a0aeec32449ad70ecb88d01124
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Dec 5 19:07:50 2014 +0100

    Make sure we pass -y to apt-get
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index a8e785e..1a8e06d 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -19,7 +19,7 @@ Dir.chdir(ARGV[1]) do
         $control.source['build-depends'].each do |dep|
             build_depends << dep.name
         end
-        system("apt-get install #{build_depends.join(' ')}")
+        system("apt-get -y install #{build_depends.join(' ')}")
     end
 
     source_name = $changelog.name

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list