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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Dec 7 09:15:09 UTC 2015


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

The following commit has been merged in the master branch:
commit b223d99a130caee61d8d62cf5af4d66cb450ce0b
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Dec 7 10:15:06 2015 +0100

    fix kde mutation
---
 lib/mutable-uri/kde.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/mutable-uri/kde.rb b/lib/mutable-uri/kde.rb
index f9b8aeb..bbd80e0 100644
--- a/lib/mutable-uri/kde.rb
+++ b/lib/mutable-uri/kde.rb
@@ -16,5 +16,9 @@ module MutableURI
     def write_uri_template
       GitCloneUrl.parse('git at git.kde.org:')
     end
+
+    def clean_path(path)
+      path.sub(%r{^/}, '')
+    end
   end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list