[SCM] ci-tooling packaging branch, master, updated. 2a42585d8bc47928891d863b417660af21b41f2c
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Fri Nov 20 12:21:28 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=2a42585
The following commit has been merged in the master branch:
commit 2a42585d8bc47928891d863b417660af21b41f2c
Author: Rohan Garg <rohan at garg.io>
Date: Fri Nov 20 13:21:26 2015 +0100
Copy logfile too
---
ci/imager.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/imager.rb b/ci/imager.rb
index e920b5a..c19cf79 100755
--- a/ci/imager.rb
+++ b/ci/imager.rb
@@ -15,6 +15,7 @@ begin
system('./configure')
fail 'Failed to build image!' unless system('make')
FileUtils.cp_r(Dir.glob('live*'), '../result', verbose: true)
+ FileUtils.cp_r(Dir.glob('logfile*'), '../result', verbose: true)
end
ensure
system('make clean')
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list