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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jun 12 01:20:00 UTC 2015


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

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

    hardcode some sorcer values
---
 kci/sourcer.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index cd89bf6..c4f665a 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -17,10 +17,10 @@ $stdout = $stderr
 
 # get basename, distro series, unstable/stable
 components = ARGV[0].split('_')
-unless components.size == 3
+unless components.size == 2
   abort 'Did not get a valid project identifier via ARGV0'
 end
-project = Project.new(components[0], components[1], components[2])
+project = Project.new('vivid', 'unstable', components[0])
 
 # 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