Re: [opensuse-buildservice] Howto create a KIWI image with OBS
http://en.opensuse.org/Build_Service/KIWI/Inside_OBS Applied both patches to OBS: 1.1.0.5310S
Triggered to rebuild the sles10.kiwi file, but still get the message excluded. Anything else to change? Ulf -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Mittwoch, 15. Oktober 2008 11:13:46 schrieb Ulf:
Applied both patches to OBS: 1.1.0.5310S
Triggered to rebuild the sles10.kiwi file, but still get the message excluded. Anything else to change?
Ulf -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
Ah - sri, forgot one change :D The "meta prjconf" needs some changes, too: # Ignore: distribution-release # could be needed %if "%_repository" == "image" Type: kiwi %else Type: spec %endif Then add a repository "image" to "meta prj" Best regards Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
did it work for yo ? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Jan-Simon Möller schrieb:
did it work for yo ?
Now it is almost working ;-) What I' ve done: Created a new Project SLES10:Playground Added my normal SLES10 repository with the name "image" Created a new package # cp /usr/lib/obs/server/build/configs/sles10.conf /srv/obs/projects/SLES10:Playground.conf Added the following lines to /srv/obs/projects/SLES10:Playground.conf %if "%_repository" == "image" Type: kiwi %else Type: spec %endif # Restarted the service just to be sure Edited sles10.kiwi from package kiwi-desc-isoboot-2.88-80.1 Changed the source path to: <repository type="yast2" status="replaceable"> <source path="/srv/obs/build/SLES10:SP2/standard/i586/:full"/> </repository> Upload sles10.kiwi. Now I get the error message: non Build Service KIWI source found: /srv/obs/build/SLES10:SP2/standard/i586/:full I tried several paths, none worked. Where does obs look for the sources? Just give me a small hint, because I can' t find any in the log file. Thanks, Ulf -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Donnerstag, 16. Oktober 2008 18:36:02 schrieb Ulf Lange:
Now I get the error message: non Build Service KIWI source found: /srv/obs/build/SLES10:SP2/standard/i586/:full
This should be like: <repository type="rpm-md"> <source path="obs:///base_toolchain/standard/"/> </repository> So in your case: <repository type="rpm-md"> <source path="obs:///SLES10:SP2/standard/"/> </repository> should work. Best regards Jan-Simon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Jan-Simon Möller
-
Ulf
-
Ulf Lange