[SCM] ci-tooling packaging branch, master, updated. 9f9e799570a6cf3261f7dadbbb8cdf66588ad963

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Apr 9 19:26:17 UTC 2015


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

The following commit has been merged in the master branch:
commit 9f9e799570a6cf3261f7dadbbb8cdf66588ad963
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Apr 9 21:26:07 2015 +0200

    Don't install calamares on armhf
---
 dci/imager.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index dd6ef5d..0ef3bcb 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -115,8 +115,8 @@ Dir.chdir('build') do
     packages = %w(hawaii-shell)
 
   when /.*netrunner.*armhf/
-    repos = %w(qt5 frameworks plasma netrunner calamares)
-    packages = %w(netrunner-desktop calamares)
+    repos = %w(qt5 frameworks plasma netrunner)
+    packages = %w(netrunner-desktop)
     extra_opts << '-b tar'
     # Don't need no kernels in my rootfs
     extra_opts << '--linux-flavours none'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list