[SCM] ci-tooling packaging branch, master, updated. 54076c61def26a75d7c72ab99c8090af81d78454

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


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

The following commit has been merged in the master branch:
commit 54076c61def26a75d7c72ab99c8090af81d78454
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Dec 5 18:48:14 2014 +0100

    Make sure we install ubuntu-dev-tools first
---
 dci/source.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index e1bc61e..ec0d37d 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -3,8 +3,9 @@ require 'fileutils'
 require_relative '../lib/debian/changelog'
 require_relative '../lib/debian/control'
 
-system("dcmd rm -v #{ARGV[1]}/build/*.changes")
 system("apt-get update && apt-get dist-upgrade")
+system("apt-get install ubuntu-dev-tools")
+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