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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Nov 6 18:58:00 UTC 2015


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

The following commit has been merged in the master branch:
commit 6015a119a91cf5f68300772371228e79aff798f6
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Nov 6 19:57:53 2015 +0100

    Make sure we clean
---
 ci/imager.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/imager.rb b/ci/imager.rb
index 9510523..f60adcb 100755
--- a/ci/imager.rb
+++ b/ci/imager.rb
@@ -9,6 +9,7 @@ Apt.update
 Apt.install(%w(live-build live-images qemu-user-static))
 
 Dir.chdir('live-config') do
+  system('make clean')
   system('./configure')
   system('make')
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list