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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Nov 2 14:50:58 UTC 2015


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

The following commit has been merged in the master branch:
commit 48a29672478264ff8c6e9f9810673503d5c46e02
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Nov 2 15:05:42 2015 +0100

    warning--
    
    UpstreamSCM is now module'd
---
 lib/projects.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index 8a0536f..8bc38a3 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -118,7 +118,7 @@ class Project
         end
 
         unless Debian::Source.new(Dir.pwd).format.type == :native
-          @upstream_scm = UpstreamSCM.new(@packaging_scm, branch)
+          @upstream_scm = CI::UpstreamSCM.new(@packaging_scm, branch)
         end
 
         # FIXME: Probably should be converted to a symbol at a later point

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list