[SCM] ci-tooling packaging branch, master, updated. 1d91bf22ad740e8dbdbb3418b87004d405284a10

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Apr 10 00:19:08 UTC 2015


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

The following commit has been merged in the master branch:
commit 1d91bf22ad740e8dbdbb3418b87004d405284a10
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Apr 10 02:18:13 2015 +0200

    Add some extra options for the armhf and amd64 images
    
    Options that I could make sense of from https://git.linaro.org/ci/ubuntu-build-service.git/blob/refs/heads/master:/sid-armhf-debian/configure×
---
 dci/imager.rb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dci/imager.rb b/dci/imager.rb
index 0ef3bcb..04851fe 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -104,6 +104,8 @@ Dir.chdir('build') do
     repos = %w(qt5 frameworks plasma netrunner calamares)
     packages = %w(netrunner-desktop calamares)
 
+    extra_opts << '--debian-installer-gui false'
+
   when /.*netrunner.*cloud/
     repos = %w(qt5 frameworks plasma netrunner calamares)
     packages = %w(netrunner-desktop calamares)
@@ -121,6 +123,12 @@ Dir.chdir('build') do
     # Don't need no kernels in my rootfs
     extra_opts << '--linux-flavours none'
     extra_opts << '--linux-packages none'
+    extra_opts << '--binary-filesystem ext4'
+    extra_opts << '--bootloader none'
+    extra_opts << '--debian-installer-gui false'
+    extra_opts << '--gzip-options \'--best --rsyncable\''
+    extra_opts << '--hostname debian'
+    extra_opts << '--username debian'
   else
     logger.error("Don't understand the flavor #{FLAVOR}")
     exit 1

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list