[elbe-devel] [PATCH 0/2] drop lighttpd integration
Benedikt Spranger
b.spranger at linutronix.de
Sun Mar 3 19:28:16 CET 2024
Am Wed, 28 Feb 2024 11:44:55 +0100
schrieb Thomas Weißschuh <thomas.weissschuh at linutronix.de>:
> The lighttpd integration and its fairly complicated setup can be
> replaced by a simple in-process repository server.
>
> Thomas Weißschuh (2):
> elbepack: introduce in-process repository server
> contrib: drop debathena-transform-lighttpd
>
> .../debian/changelog | 40 -------------------
> .../debian/control | 16 --------
> .../debian/copyright | 24 -----------
> .../debathena-transform-lighttpd.postinst | 6 ---
> .../debathena-transform-lighttpd.transform | 1 -
> .../debathena-transform-lighttpd/debian/rules | 7 ----
> .../debian/source/format | 1 -
> debian/control | 1 -
> debian/python3-elbe-daemon.default | 2 +-
> elbepack/daemons/repo/__init__.py | 28 +++++++++++++
> elbepack/pbuilder.py | 6 +--
> 11 files changed, 32 insertions(+), 100 deletions(-)
> delete mode 100644 contrib/debathena-transform-lighttpd/debian/changelog
> delete mode 100644 contrib/debathena-transform-lighttpd/debian/control
> delete mode 100644 contrib/debathena-transform-lighttpd/debian/copyright
> delete mode 100755 contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.postinst
> delete mode 100644 contrib/debathena-transform-lighttpd/debian/debathena-transform-lighttpd.transform
> delete mode 100755 contrib/debathena-transform-lighttpd/debian/rules
> delete mode 100644 contrib/debathena-transform-lighttpd/debian/source/format
> create mode 100644 elbepack/daemons/repo/__init__.py
>
Like that *very* mutch...
For the series:
Reviewed-by: Benedikt Spranger <b.spranger at linutronix.de>
More information about the elbe-devel
mailing list