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

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


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

The following commit has been merged in the master branch:
commit 243e11c8dc98661fd31287082480e049b3e0281d
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Nov 2 19:55:20 2015 +0100

    Use rm_rf and be verbose
---
 lib/ci/build_source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ci/build_source.rb b/lib/ci/build_source.rb
index 5d143e9..3d26da1 100644
--- a/lib/ci/build_source.rb
+++ b/lib/ci/build_source.rb
@@ -43,7 +43,7 @@ module CI
 
     def copy_source
       # copy sources around
-      FileUtils.rm_r(BUILD_DIR) if File.exist?(BUILD_DIR)
+      FileUtils.rm_rf(BUILD_DIR, verbose: true)
       FileUtils.mkpath("#{BUILD_DIR}/source")
 
       unless @source.type == :native

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list