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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jan 15 10:12:53 UTC 2016


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

The following commit has been merged in the master branch:
commit 11436ed800881a645af02e0e67fbaff7663a2875
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Jan 15 10:58:39 2016 +0100

    fix comment
---
 lib/projects.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/projects.rb b/lib/projects.rb
index 0929e58..6312d2b 100644
--- a/lib/projects.rb
+++ b/lib/projects.rb
@@ -12,6 +12,7 @@ require_relative 'deprecate'
 # A thing that gets built.
 class Project
   class Error < Exception; end
+  # FIXME: this should maybe drop git to also fit bzr
   class GitTransactionError < Error; end
 
   extend Deprecate
@@ -87,7 +88,6 @@ class Project
     if @component.include?('/')
       fail NameError, "component contains a slash: #{@component}"
     end
-    # Clean up path to remove useless slashes and colons.
 
     # FIXME: git dir needs to be set somewhere, somehow, somewhat, lol, kittens?
     if component == 'launchpad'
@@ -101,6 +101,7 @@ class Project
       component_dir = 'launchpad'
     else
       # Assume git
+      # Clean up path to remove useless slashes and colons.
       packaging_scm_url =
         Project.cleanup_uri("#{url_base}/#{component}/#{name}")
       @packaging_scm = CI::SCM.new('git', packaging_scm_url, branch)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list