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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Dec 7 09:12:51 UTC 2015


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

The following commit has been merged in the master branch:
commit 8fd3f8d001d6b3a4256e915b3a1a4455871a1dca
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Dec 7 10:12:41 2015 +0100

    add missing end back
---
 dci/source.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/source.rb b/dci/source.rb
index 101b29d..2ab8504 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -16,8 +16,7 @@ options = {}
 OptionParser.new do |opts|
   opts.banner = 'Usage: dci.rb build -c repo1,repo2 file.changes'
   opts.on('-r r1,r2,r3', '--repos REPOS', Array,
-          'Comma separated repositories to add to the' \
-          ' schroot before build') do |repos|
+          'Comma separated repos to add to the schroot before build') do |repos|
     options[:repos] = repos
   end
 
@@ -62,6 +61,7 @@ if !options[:repos].nil? && options[:repos].count > 1
       logger.info("Added deb #{url} #{package_release} main to the sources")
     end
   end
+end
 
 # These should never fail
 dci_run_cmd('apt-get update && apt-get -y dist-upgrade')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list