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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Mar 23 14:22:26 UTC 2015


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

The following commit has been merged in the master branch:
commit d4de609891e4754304708efe672e0b3580b0a177
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Mar 23 15:21:59 2015 +0100

    Make sure MD5SUMS and SHA256SUMS files get copied over too
---
 dci/imager.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 92e7450..de11d93 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -125,5 +125,5 @@ Dir.chdir('build') do
   FileUtils.cp("#{File.expand_path(File.dirname(File.dirname(File.dirname(__FILE__))))}/data/imager/0090-sddm", "config/includes.chroot/lib/live/config")
 
   system('lb build')
-  system('cp -av live-image* /build/')
+  system('cp -av live-image* MD5SUMS SHA256SUMS /build/')
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list