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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jun 12 23:40:58 UTC 2015


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

The following commit has been merged in the master branch:
commit cfafce499d8142b863376eb1032117c350d8c552
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Jun 12 16:40:44 2015 -0700

    fix bad copy pasta
---
 kci/binarier.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/binarier.rb b/kci/binarier.rb
index 6513549..2d35276 100755
--- a/kci/binarier.rb
+++ b/kci/binarier.rb
@@ -40,7 +40,7 @@ end
 dscs = Dir.glob('*.dsc')
 if dscs.size > 1
   fail "Too many dscs #{dscs}"
-elsif dirs.size < 1
+elsif dscs.size < 1
   fail "Too few dscs #{dscs}"
 end
 dsc = dscs[0]

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list