[elbe-devel] [PATCH v2 0/6] src-cdrom: add size limit in XML
Bastian Germann
bage at linutronix.de
Tue Sep 3 13:28:51 CEST 2019
> From: Bastian Germann <bage at linutronix.de>
>
> Add an element to control the src-cdrom size via XML.
> We do not want to support splitting binary/initvm cdroms, so remove
> the size limit for them. Fix up the source repo creation on the way.
>
> Changelog:
> v2: rebase on devel/torbenh/logging-merge
>
> Bastian Germann (6):
> buildchroot: correct cd size help message
> Remove tunable size from binary/init CDROMs
> Remove mkisofs from outdated description
> src-cdrom: add size limit in XML
> Remove filtering a deprecation warning
> pkgutils: Circumvent error
>
> elbepack/cdroms.py | 7 ++---
> elbepack/commands/buildchroot.py | 2 +-
> elbepack/commands/fetch_initvm_pkgs.py | 2 +-
> elbepack/commands/mkcdrom.py | 5 ++-
> elbepack/dump.py | 9 ++----
> elbepack/elbeproject.py | 7 +++--
> elbepack/pkgarchive.py | 3 +-
> elbepack/pkgutils.py | 1 +
> elbepack/repomanager.py | 9 ++----
> elbepack/rpcaptcache.py | 43 ++++++++------------------
> examples/x86_64-docker.xml | 1 +
> schema/dbsfed.xsd | 15 +++++++--
> 12 files changed, 46 insertions(+), 58 deletions(-)
>
This still applies as-is on the new master.
More information about the elbe-devel
mailing list