[SCM] ci-tooling packaging branch, master, updated. 4580ae112f895ca9c61b0bf9e9a55c4c9346f354

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


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

The following commit has been merged in the master branch:
commit 4580ae112f895ca9c61b0bf9e9a55c4c9346f354
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Apr 10 02:30:08 2015 +0200

    hostname/username are not actually options
---
 dci/imager.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 41acee7..51c39ac 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -119,7 +119,7 @@ Dir.chdir('build') do
   when /.*netrunner.*armhf/
     repos = %w(qt5 frameworks plasma netrunner)
     packages = %w(netrunner-desktop)
-    extra_opts << '-b tar'
+    extra_opts << '--binary-images tar'
     # Don't need no kernels in my rootfs
     extra_opts << '--linux-flavours none'
     extra_opts << '--linux-packages none'
@@ -127,8 +127,6 @@ Dir.chdir('build') do
     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