[elbe-devel] [PATCH 0/3] enable building cdroms after image

Manuel Traut manut at linutronix.de
Thu Jul 12 16:20:06 CEST 2018


Currently building cdrom isos is only possible during 'elbe control build'.
This is a limitation, because if after the image a sysroot is generated there
is no way to get a cdrom iso containing the packages of the image and the
sysroot.

This splits build_cdrom into a seperate function and makes it callable via
soap.

If it's called after generating a sysroot the iso also contains the sysroot
packages.

Manuel Traut (3):
  elbeproject: split build_cdroms() out of build()
  allow building cdroms via soap interface
  build-src-cdrom: reopen and update apt-cache

 elbepack/asyncworker.py        | 26 ++++++++++++
 elbepack/cdroms.py             |  2 +-
 elbepack/daemons/soap/esoap.py |  7 ++++
 elbepack/elbeproject.py        | 74 ++++++++++++++++++++++------------
 elbepack/projectmanager.py     |  7 +++-
 elbepack/soapclient.py         | 27 +++++++++++++
 6 files changed, 115 insertions(+), 28 deletions(-)

-- 
2.18.0




More information about the elbe-devel mailing list