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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Nov 3 01:34:17 UTC 2015


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

The following commit has been merged in the master branch:
commit 356619f9fa212de901d36ed270e6b60d31426b53
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Nov 3 02:33:29 2015 +0100

    Only copy the debian folder
---
 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 3d26da1..1ea95c0 100644
--- a/lib/ci/build_source.rb
+++ b/lib/ci/build_source.rb
@@ -69,7 +69,7 @@ module CI
 
     def copy_packaging
       # Copy some more
-      FileUtils.cp_r(Dir.glob('packaging/*'), 'build/source/', verbose: true)
+      FileUtils.cp_r('packaging/debian', 'build/source/', verbose: true)
     end
 
     def log_change

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list