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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Dec 4 14:27:47 UTC 2015


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

The following commit has been merged in the master branch:
commit 4f3fbf675a18016294f9bec20406d6e5716f51a2
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Dec 4 15:27:46 2015 +0100

    Drop exit handlers and traps since containment has them now
---
 ci/imager.rb | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/ci/imager.rb b/ci/imager.rb
index 4998c07..89b94fc 100755
--- a/ci/imager.rb
+++ b/ci/imager.rb
@@ -25,18 +25,4 @@ ensure
   end
 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
-# chmod to. This ultimately ensures that the owernship is using the uid of
-# the host jenkins (equal to docker jenkins) such that we don't end up with
-# stuff owned by others.
-at_exit do
-  FileUtils.chown_R('jenkins', 'jenkins', Dir.pwd, verbose: true)
-end
-
-Signal.trap 'TERM' do
-  FileUtils.chown_R('jenkins', 'jenkins', Dir.pwd, verbose: true)
-end
-
 exit ec

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list