[SCM] ci-tooling packaging branch, master, updated. d737770fe746baca59d25abf7ed23780060456c6
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Wed Dec 17 23:06:14 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=d737770
The following commit has been merged in the master branch:
commit d737770fe746baca59d25abf7ed23780060456c6
Author: Rohan Garg <rohan at kde.org>
Date: Thu Dec 18 00:06:09 2014 +0100
Fix symbol name
---
dci/build.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dci/build.rb b/dci/build.rb
index 2325a21..dd58c5e 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -35,7 +35,7 @@ else
result_dir = '/build/'
logger.info("Starting build for #{package_name}")
- logger.info("Adding custom repos #{options[:list]}")
+ logger.info("Adding custom repos #{options[:repos]}")
# Skip if there is only one repo in the options, since thats the 'default' config
# FIXME: This is a workaround till I figure out how to make ruby parse empty values for options
if !options[:repos].nil? && options[:repos].count > 1
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list