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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sat Apr 25 18:03:29 UTC 2015


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

The following commit has been merged in the master branch:
commit 1e7c5c4ebfbd3ba5932b6f90683e3ea7ec2c4568
Author: Rohan Garg <rohan at garg.io>
Date:   Sat Apr 25 20:03:23 2015 +0200

    Fix method call
---
 dci/imager.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 368d0ef..cd9ab32 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -162,7 +162,7 @@ Dir.chdir('build') do
                package + "
", mode: 'a')
   end
 
-  unless packages_from_url.empty
+  unless packages_from_url.empty?
     packages_from_url.each do |package|
       deb_from_url(package)
     end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list