[SCM] ci-tooling packaging branch, master, updated. 2ac14767dec400b925fb642844672e8ffaec57ee

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Apr 28 13:22:30 UTC 2015


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

The following commit has been merged in the master branch:
commit 2ac14767dec400b925fb642844672e8ffaec57ee
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Apr 28 15:22:11 2015 +0200

    Make sure we use the right theme for the ISO
---
 dci/imager.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dci/imager.rb b/dci/imager.rb
index cd9ab32..29ac2b5 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -113,6 +113,9 @@ Dir.chdir('build') do
     packages = %w(netrunner-desktop calamares calamares-branding skype-bin:i386)
     packages_from_url = %w(http://media.steampowered.com/client/installer/steam.deb)
 
+    # Install the netrunner-syslinux-theme
+    system('apt-get install syslinux-themes-netrunner')
+    extra_opts << '--syslinux-theme netrunner'
     extra_opts << '--debian-installer-gui false'
 
   when /.*netrunner.*cloud/

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list