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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Oct 16 08:40:07 UTC 2015


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

The following commit has been merged in the master branch:
commit babf7a101a5a9338299e47e1844ccbc196cc448a
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Oct 16 10:12:52 2015 +0200

    documentation++
---
 lib/ci/tarball.rb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/ci/tarball.rb b/lib/ci/tarball.rb
index c6e99db..d5ff637 100644
--- a/lib/ci/tarball.rb
+++ b/lib/ci/tarball.rb
@@ -17,11 +17,17 @@ module CI
       self.class.orig?(@path)
     end
 
+    # Change tarball path to Debian orig format.
+    # @return New Tarball with orig path or existing Tarball if it was orig.
+    #         This method copies the existing tarball to retain
+    #         working paths if the path is being changed.
     def origify
       return self if orig?
       clone.origify!
     end
 
+    # Like {origify} but in-place.
+    # @return [Tarball, nil] self if the tarball is now orig, nil if it was orig
     def origify!
       return nil if orig?
       name = File.basename(@path)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list