[elbe-devel] [PATCH 0/2] drop lighttpd integration
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Wed Feb 28 11:44:55 CET 2024
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
--
2.44.0
More information about the elbe-devel
mailing list