[SCM] ci-tooling packaging branch, master, updated. 811f4a9dca0ea95d5b40734e6dc3985f09c0cd1c

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


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

The following commit has been merged in the master branch:
commit 811f4a9dca0ea95d5b40734e6dc3985f09c0cd1c
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Dec 5 18:50:28 2014 +0100

    Make sure we install lsb-release
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index ec0d37d..81cbf1b 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -4,7 +4,7 @@ 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")
+system("apt-get 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