[SCM] ci-tooling packaging branch, master, updated. 2aebf6433a333527abd23e4f6a5d76ec626973f0

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Nov 20 08:20:02 UTC 2015


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

The following commit has been merged in the master branch:
commit e653709eec40a762971612070328fa1489b81c0f
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Nov 19 23:51:05 2015 +0100

    Copy requisite files and clean post build
    
    Removes useless files and chowns only the things we need
---
 ci/imager.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/imager.rb b/ci/imager.rb
index 95b83d4..f90f52a 100755
--- a/ci/imager.rb
+++ b/ci/imager.rb
@@ -8,10 +8,14 @@ fail "No live-config found!" unless File.exist?('live-config')
 Apt.update
 Apt.install(%w(live-build live-images qemu-user-static))
 
+FileUtils.mkdir_p 'result'
+
 Dir.chdir('live-config') do
   system('make clean')
   system('./configure')
   system('make')
+  FileUtils.cp_r(Dir.glob('live*'), '../result', verbose: true)
+  system('make clean')
 end
 
 # Workaround for docker not having suidmaps. We run as root in the docker

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list