[SCM] ci-tooling packaging branch, master, updated. 7180af33be1c94944be3ca7337fb0c53b5fff465
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Mon Mar 16 15:00:58 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=7180af3
The following commit has been merged in the master branch:
commit 7180af33be1c94944be3ca7337fb0c53b5fff465
Author: Rohan Garg <rohan at garg.io>
Date: Mon Mar 16 16:00:39 2015 +0100
Make sure var is defined outside the loop
---
dci/source.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/dci/source.rb b/dci/source.rb
index f6c353f..2e502f9 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -66,6 +66,7 @@ Dir.chdir(ARGV[1]) do
PACKAGING_DIR = 'packaging'
source_dir = 'source'
+ s = nil
Dir.chdir(PACKAGING_DIR) do
s = Debian::Source.new(Dir.pwd)
$logger.info "Building package of #{s.format.type} type"
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list