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

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


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

The following commit has been merged in the master branch:
commit 37be58416f23959055a3bf9c2cee4253ce217cd1
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Nov 2 19:22:26 2015 +0100

    Make sure dir doesn't exist no matter what
---
 lib/ci/build_binary.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list