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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Oct 20 16:34:56 UTC 2015


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

The following commit has been merged in the master branch:
commit f98937009582447abdaf1836c44a449bcba53219
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Oct 20 18:20:06 2015 +0200

    Fix sourcer.rb to use new namespace
---
 ci/sourcer.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/sourcer.rb b/ci/sourcer.rb
index ed11fc2..1774a13 100755
--- a/ci/sourcer.rb
+++ b/ci/sourcer.rb
@@ -2,7 +2,7 @@ require_relative '../lib/ci/build_source'
 
 DIST = ENV.fetch('DIST')
 
-s = VcsSourceBuilder.new(release: DIST)
+s = CI::VcsSourceBuilder.new(release: DIST)
 r = s.run
 # Write out metadata
 open('build/source.yaml', 'w+') { |f| f.write(YAML.dump(r)) }

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list