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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Nov 2 18:05:32 UTC 2015


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

The following commit has been merged in the master branch:
commit 44d8d4b4f40220cfc491810d2e1216d2b8ba82d1
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Nov 2 19:05:28 2015 +0100

    Make sure we clean out the build dir in case it exists
---
 lib/ci/build_binary.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ci/build_binary.rb b/lib/ci/build_binary.rb
index 57882a1..a609e99 100644
--- a/lib/ci/build_binary.rb
+++ b/lib/ci/build_binary.rb
@@ -21,6 +21,7 @@ module CI
     end
 
     def extract
+      FileUtils.rm_rf BUILD_DIR if File.exist? BUILD_DIR
       system('dpkg-source', '-x', @source.dsc, BUILD_DIR)
     end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list