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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Jun 15 17:02:11 UTC 2015


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

The following commit has been merged in the master branch:
commit ff45f5beea3b5d64300cb739ea112409e3ed700c
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Jun 15 10:02:05 2015 -0700

    update input check for upcoming name change WRT src_bin_pub
---
 kci/binarier.rb | 4 ++--
 kci/sourcer.rb  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kci/binarier.rb b/kci/binarier.rb
index 2d35276..c047cf4 100755
--- a/kci/binarier.rb
+++ b/kci/binarier.rb
@@ -17,10 +17,10 @@ $stdout = $stderr
 p ARGV
 components = ARGV[0].split('_')
 p components
-unless components.size == 2
+unless components.size == 4
   abort 'Did not get a valid project identifier via ARGV0'
 end
-project = Project.new('vivid', 'unstable', components[0])
+project = Project.new(components[0], components[1], components[2])
 
 # PWD
 abort 'Could not change dir to ARGV1' unless Dir.chdir(ARGV[1])
diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index c2249c8..1a12365 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -19,10 +19,10 @@ $stdout = $stderr
 p ARGV
 components = ARGV[0].split('_')
 p components
-unless components.size == 2
+unless components.size == 4
   abort 'Did not get a valid project identifier via ARGV0'
 end
-project = Project.new('vivid', 'unstable', components[0])
+project = Project.new(components[0], components[1], components[2])
 
 # PWD
 abort 'Could not change dir to ARGV1' unless Dir.chdir(ARGV[1])

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list