#170 live_phase is in need of some love
Closed: Fixed None Opened 8 years ago by ausil.

https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20160219.n.1/compose/Spins/armhfp/iso/

we managed to get a arm disk image to complete using appliance-creator in koji. the output is somewhat unexpected.

http://koji.fedoraproject.org/koji/taskinfo?taskID=13049909 is the koji task

the output in teh compose should be an arm disk image. it is however the xml file.

it is also built from the wrong content as repo_from was not honoured.

the appliance image is an image and should go in a image directory.

it should be named the same as it is in the koji task.

the metadata should actually list the image.

for the Spins Variant we have 6 different images listed, only the first one gets made


The live images phase so far always used the first result from Koji, which in this case happens to be the XML. PR #172 changes this to use result with extension iso or raw.xz and to check that there is exactly one such result.

The repo_from was actually called repos_from. I have changed this to singular to be consistent with other phases.

Appliances should now go into images directory.

Keeping Koji-generated file names is possible, but hidden under live_images_no_rename config option.

Images are now added to images.json. The type is one of iso, appliance; format iso or raw.xz, disc number and count are always 0.

All images in the config should be built, not just the first one.

I believe all these issues have been addressed. I will close this. Please file new issue for any further bugs.

Login to comment on this ticket.

Metadata