[SCM] ci-tooling packaging branch, master, updated. 1057b74bf91a718f36ab197ae6eabb076ed20b90
    Harald Sitter 
    apachelogger-guest at moszumanska.debian.org
       
    Tue Oct  6 11:56:11 UTC 2015
    
    
  
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=f318763
The following commit has been merged in the master branch:
commit f318763b290afea30bf4d69787ac6e60f7081698
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Oct 6 13:34:44 2015 +0200
    fix email
---
 kci/builder.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kci/builder.rb b/kci/builder.rb
index d3b5604..2b5a8c3 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -190,7 +190,7 @@ class KCIBuilder
         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.email "kubuntu-ci at lists.launchpad.net"')
             system('git config --global user.name "Kubuntu CI"')
             system('git config core.sparsecheckout')
             system('git checkout -f remotes/packaging/kubuntu_unstable')
-- 
ci-tooling packaging
    
    
More information about the pkg-kde-commits
mailing list