[SCM] ci-tooling packaging branch, master, updated. 7b8fa6a89ea7373332c3a1d13863c20e4575b1a7

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 7 21:27:56 UTC 2015


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

The following commit has been merged in the master branch:
commit 7b8fa6a89ea7373332c3a1d13863c20e4575b1a7
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 22:27:38 2015 +0100

    Make sure everything gets the DEBMAIL and DEBFULLNAME vars
---
 dci.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dci.rb b/dci.rb
index 470672b..7688a4b 100755
--- a/dci.rb
+++ b/dci.rb
@@ -4,6 +4,9 @@ ENV['LC_ALL'] = 'C.UTF-8'
 Encoding.default_external = Encoding::UTF_8
 Encoding.default_internal = Encoding::UTF_8
 
+ENV['DEBFULLNAME'] = 'Debian CI'
+ENV['DEBEMAIL'] = 'null at debian.org'
+
 require 'date'
 require 'fileutils'
 require_relative 'lib/debian/changelog'
@@ -14,4 +17,3 @@ if Process.uid == '0'
 end
 
 require_relative "dci/#{ARGV[0]}"
-

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list