[SCM] ci-tooling packaging branch, master, updated. 99a4d5ff41b7318d06be2ae7eb1090b0b8672303

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Apr 13 08:26:14 UTC 2015


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

The following commit has been merged in the master branch:
commit 99a4d5ff41b7318d06be2ae7eb1090b0b8672303
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Apr 13 10:25:10 2015 +0200

    set git data in builder
---
 kci/builder.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kci/builder.rb b/kci/builder.rb
index 5fb2690..ff3097b 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -351,6 +351,8 @@ if project.series == 'vivid' && log_data.match(gensymbols_regex)
     match = log_data.match(/--- debian\/(.*).symbols/)
     if match && match.size > 1
       Dir.chdir("#{WORKSPACE_PATH}/packaging") do
+        system('git config --global user.email "kubuntu-ci at lists.launchpad.netubuntu-ci@lists.launchpad.net"')
+        system('git config --global user.name "Kubuntu CI"')
         system('git config core.sparsecheckout')
         system('git checkout -f remotes/packaging/kubuntu_unstable')
         system('git branch -a')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list