[SCM] ci-tooling packaging branch, master, updated. e722552bead58950dddf71313b172c780a083460
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Fri Nov 20 14:06:24 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=e722552
The following commit has been merged in the master branch:
commit e722552bead58950dddf71313b172c780a083460
Author: Rohan Garg <rohan at garg.io>
Date: Fri Nov 20 15:06:21 2015 +0100
chdir to live-config before cleaning
---
ci/imager.rb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ci/imager.rb b/ci/imager.rb
index c19cf79..e556f40 100755
--- a/ci/imager.rb
+++ b/ci/imager.rb
@@ -18,7 +18,9 @@ begin
FileUtils.cp_r(Dir.glob('logfile*'), '../result', verbose: true)
end
ensure
- system('make clean')
+ Dir.chdir('live-config') do
+ system('make clean')
+ end
# Workaround for docker not having suidmaps. We run as root in the docker
# which will result in uid/gid of written things to be 0 rather than whatever
# jenkins has. So instead we have a fake jenkins user in the docker we can
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list