[SCM] ci-tooling packaging branch, master, updated. c69239bece2f1d919e645bc4e5785d71c1530c59
    Harald Sitter 
    apachelogger-guest at moszumanska.debian.org
       
    Fri Oct 16 10:13:25 UTC 2015
    
    
  
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=c69239b
The following commit has been merged in the master branch:
commit c69239bece2f1d919e645bc4e5785d71c1530c59
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Oct 16 12:13:22 2015 +0200
    build needs the tar, not the builder itself
---
 kci/orig_sourcer.rb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/kci/orig_sourcer.rb b/kci/orig_sourcer.rb
index 652c455..6cfa44c 100755
--- a/kci/orig_sourcer.rb
+++ b/kci/orig_sourcer.rb
@@ -40,7 +40,6 @@ module KCI
 end
 
 if __FILE__ == $PROGRAM_NAME
-  tarball = KCI::OrigSourcer.tarball
-  sourcer = CI::OrigSourceBuilder.new(tarball)
-  sourcer.build
+  sourcer = CI::OrigSourceBuilder.new
+  sourcer.build(KCI::OrigSourcer.tarball)
 end
-- 
ci-tooling packaging
    
    
More information about the pkg-kde-commits
mailing list