← Back to team overview

ubuntu-phone team mailing list archive

image server

 

Hi,

I've been trying to install a image-server but I have hard time understanding the config syntax in couple of places.

I followed the guide here https://www.stgraber.org/2014/02/11/your-own-ubuntu-touch-image-server/

I someone could explain the syntax of these lines;

files = ubuntu, device, custom-savilerow, keyring, version
file_ubuntu = remote-system-image;https://system-image.ubuntu.com;trusty-proposed;ubuntu
file_device = remote-system-image;https://system-image.ubuntu.com;trusty-proposed;device;keyring=archive-master
file_custom-savilerow = http;https://jenkins.qa.ubuntu.com/job/savilerow-trusty/lastSuccessfulBuild/artifact/build/custom.tar.xz;name=custom-savilerow,monitor=https://jenkins.qa.ubuntu.com/job/savilerow-trusty/lastSuccessfulBuild/artifact/build/build_number
file_keyring = keyring;archive-master
file_version = version

Mostly the remote-system-image lines. I would like to use devel-proposed version of 15.04 rootfs packages.

The other problem is that I cannot find any guides on how to build the custom images to be used with the server.
I mean I have compiled a custom kernel and done a custom boot.img, recovery.img etc but how can I combine all these as a working bundle?

--
Thanks,
Timo Leppiniemi



Follow ups