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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Oct 5 12:21:25 UTC 2015


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

The following commit has been merged in the master branch:
commit cdf657ead3d51055ed061177522f46082f6c9769
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Oct 5 13:40:25 2015 +0200

    produce reasonable errors on out of bounce access
---
 kci/builder.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 00b24b7..41ba5a1 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -48,7 +48,7 @@ Project = Struct.new(:series, :stability, :name)
 $stdout = $stderr
 
 # get basename, distro series, unstable/stable
-components = ARGV[0].split('_')
+components = ARGV.fetch(0).split('_')
 unless components.size == 3
   abort 'Did not get a valid project identifier via ARGV0'
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list