Mailinglist Archive: opensuse-buildservice (269 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] kiwi inside obs
- From: Adrian Schröter <adrian@xxxxxxx>
- Date: Thu, 11 Sep 2008 14:02:11 +0200
- Message-id: <200809111402.11796.adrian@xxxxxxx>
On Donnerstag 11 September 2008 13:54:12 Jan-Simon Möller wrote:
Hm, please run
bs_admin --check-kiwi-xml $file
to check the file. It reports hopefully something usefull ;)
It might be that the parse does not skip this line.
--
Adrian Schroeter
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
email: adrian@xxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Am Donnerstag 11 September 2008 08:31:54 schrieb Adrian Schröter:
At least i get: bad kiwi description data imaging/obs-imaging/config.kiwi
So it evaluates the .kiwi ...
Hm, please run
bs_admin --check-kiwi-xml $file
to check the file. It reports hopefully something usefull ;)
My kiwi.config for a really small/custom system looks like this:
<?xml version="1.0"?>
It might be that the parse does not skip this line.
<image schemeversion="2.4" name="lire-vmxboot-0.1">
<description type="system">
<author>Jan-Simon Moeller</author>
<contact>dl9pf@xxxxxx</contact>
<specification>small boot/filesystem image</specification>
</description>
<preferences>
<type primary="true" filesystem="ext2">ext2</type>
<version>0.0.1</version>
<size unit="M">100</size>
<packagemanager>smart</packagemanager>
<rpm-check-signatures>False</rpm-check-signatures>
<rpm-force>True</rpm-force>
<locale>en_US</locale>
<keytable>us.map.gz</keytable>
</preferences>
<users group="root">
<user name="root" pwd="" home="/"/>
</users>
<repository type="rpm-md">
<source path="http://192.168.10.247/repo1/standard/"/>
<!-- changed to obs://repo1/standard --> </repository>
<repository type="rpm-md">
<source path="http://192.168.10.247/repo2/standard/"/>
<!-- changed to obs://repo2/standard --> </repository>
<repository type="rpm-md">
<source path="http://192.168.10.247/repo3/standard/"/>
<!-- changed to obs://repo3/standard --> </repository>
<packages type="bootstrap">
[...]
</packages>
</image>
This config works for kiwi-2.73.80.1. What values need to be changed ?
BSKiwiXML.pm has many differences. Is there a example config to look at ?
best regards
Jan-Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
--
Adrian Schroeter
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
email: adrian@xxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |