[SCM] ci-tooling packaging branch, master, updated. b2bb8149cbe530eca14077ba4f96f5b5754420cb
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Wed Dec 17 21:49:00 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=b2bb814
The following commit has been merged in the master branch:
commit b2bb8149cbe530eca14077ba4f96f5b5754420cb
Author: Rohan Garg <rohan at kde.org>
Date: Wed Dec 17 22:48:32 2014 +0100
Make sure autopkgtests use the new logger
---
dci/autopkgtest.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dci/autopkgtest.rb b/dci/autopkgtest.rb
index 33cdd6b..a9873e6 100644
--- a/dci/autopkgtest.rb
+++ b/dci/autopkgtest.rb
@@ -1,6 +1,6 @@
-require 'logger'
+require_relative '../lib/logger'
-logger = Logger.new(STDOUT)
+logger = new_logger
if not ARGV[1].end_with? '.changes'
logger.fatal("#{ARGV[1]} is not an actual changes file. Abort!")
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list