[elbe-devel] [PATCH 0/5] Release 14.6 with repodir
Bastian Germann
bage at linutronix.de
Mon Oct 10 16:13:15 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.
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.5
debian/changelog | 33 +++++++++++
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 +-
8 files changed, 279 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