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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Dec 5 17:53:04 UTC 2014


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

The following commit has been merged in the master branch:
commit 3a32f965309ab6aefedbab5c5ee014f181f84090
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Dec 5 18:52:56 2014 +0100

    Pass yes to apt-get
---
 dci/source.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/source.rb b/dci/source.rb
index 81cbf1b..77241a3 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -3,8 +3,8 @@ require 'fileutils'
 require_relative '../lib/debian/changelog'
 require_relative '../lib/debian/control'
 
-system("apt-get update && apt-get dist-upgrade")
-system("apt-get install ubuntu-dev-tools lsb-release")
+system("apt-get update && apt-get -y dist-upgrade")
+system("apt-get -y install ubuntu-dev-tools lsb-release")
 system("dcmd rm -v #{ARGV[1]}/build/*.changes")
 
 release = `lsb_release -r`.split(':')[-1].strip

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list