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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jun 12 03:41:55 UTC 2015


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

The following commit has been merged in the master branch:
commit ce859abb208f54fce440d19e02ae6cf2e33660a6
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Jun 11 20:41:41 2015 -0700

    debug
---
 kci/sourcer.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index c4f665a..c2249c8 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -16,7 +16,9 @@ Project = Struct.new(:series, :stability, :name)
 $stdout = $stderr
 
 # get basename, distro series, unstable/stable
+p ARGV
 components = ARGV[0].split('_')
+p components
 unless components.size == 2
   abort 'Did not get a valid project identifier via ARGV0'
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list