[SCM] ci-tooling packaging branch, master, updated. 7284f3891cafc778c72332af96288a771ffcfb5e

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri May 1 15:45:13 UTC 2015


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

The following commit has been merged in the master branch:
commit 7284f3891cafc778c72332af96288a771ffcfb5e
Author: Rohan Garg <rohan at garg.io>
Date:   Fri May 1 17:45:06 2015 +0200

    Verbose copying
---
 dci/imager.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 9250f89..daec813 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -163,7 +163,7 @@ Dir.chdir('build') do
   case FLAVOR
   when /.*netrunner.*desktop/
     FileUtils.mkdir_p('config/bootloaders/syslinux/') unless Dir.exist?('config/bootloaders/syslinux/')
-    system('cp -aR /usr/share/syslinux/themes/netrunner/syslinux-live/* config/bootloaders/syslinux/')
+    system('cp -avR /usr/share/syslinux/themes/netrunner/syslinux-live/* config/bootloaders/syslinux/')
   end
 
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list