[elbe-devel] [PATCH v3 0/4] src-cdrom: Add <archive> with ability to target volume

Akash Satamkar akash at linutronix.de
Tue Sep 17 15:29:32 CEST 2019


This patch will handle the <archivedir> tag and unpack the archive
files into the specified volume, when iso image is generated.

Changelog:
 * v2: rework with Torben's input
 * v3: change schema to accept all string
       some refactoring with one new file touched (new commit)

Akash Satamkar (4):
  schema: Introduce <archive> element in schema
  treeutils: add get_parent
  Changes to the preprocessor
  Unpack the archives depending on volume attribute

 elbepack/archivedir.py  | 65 +++++++++++++++++++++++++++++------------
 elbepack/cdroms.py      | 18 ++++++++++++
 elbepack/dump.py        |  5 ++--
 elbepack/elbexml.py     |  9 ------
 elbepack/repomanager.py | 14 +++++++--
 elbepack/treeutils.py   |  3 ++
 schema/dbsfed.xsd       | 45 ++++++++++++++++++++++++++--
 7 files changed, 125 insertions(+), 34 deletions(-)

-- 
2.20.1




More information about the elbe-devel mailing list