[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=8213b54
The following commit has been merged in the master branch:
commit 8213b54ce306a02535a1b81bc5b9a6b2359b787f
Author: Rohan Garg <rohan at garg.io>
Date: Tue Oct 20 18:34:45 2015 +0200
Fix kci/builder.rb
---
kci/builder.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kci/builder.rb b/kci/builder.rb
index c959509..38e5892 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -118,7 +118,7 @@ class KCIBuilder
FileUtils.chown_R('jenkins', 'jenkins', @workspace_path, verbose: true)
end unless testing
- source = VcsSourceBuilder.new(release: project.series).run
+ source = CI::VcsSourceBuilder.new(release: project.series).run
# Mangle dsc to not do ARM builds unless explicitly enabled.
# With hundreds of distinct sources on CI, building all of them on three
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list