[elbe-devel] [PATCH 0/5] Release 14.6 with repodir

Bastian Germann bage at linutronix.de
Tue Oct 11 10:53:51 CEST 2022


This is the implementation of a repodir command that is integrated
to the default elbe command pipeline.

Also, this series holds the version bump including the log of the
repodir implementation commits.

v2: Add the new python files to debian/python3-elbe-*.install.
    Fix the last patch's subject.

Bastian Germann (5):
  docs: Add new elbe repodir manpage
  repodir: Preprocess XML and serve Debian repositories
  commands: Add standalone program based on repodir module
  initvmaction: Run repodir before preprocess
  changelog: Bump elbe version to 14.6

 debian/changelog                   |  33 ++++++++++
 debian/python3-elbe-bin.install    |   1 +
 debian/python3-elbe-common.install |   1 +
 docs/elbe-repodir.txt              |  70 ++++++++++++++++++++
 elbe.spec                          |   2 +-
 elbepack/commands/repodir.py       |  40 +++++++++++
 elbepack/initvmaction.py           |  52 +++++++++------
 elbepack/repodir.py                | 102 +++++++++++++++++++++++++++++
 elbepack/tests/test_version.py     |   2 +-
 elbepack/version.py                |   2 +-
 10 files changed, 281 insertions(+), 24 deletions(-)
 create mode 100644 docs/elbe-repodir.txt
 create mode 100644 elbepack/commands/repodir.py
 create mode 100644 elbepack/repodir.py

-- 
2.30.2



More information about the elbe-devel mailing list