← Back to team overview

dulwich-users team mailing list archive

[PATCH 0/4] Move entry points out of stub scripts

 

These depend on my logging changes, since the custom WSGI handler has some hooks to use that logging config.

78ad1b8 Move reference WSGI handler to web.py.
706797b Use HTTPGitRequestHandler for test_web.
d8aee0d Move dul-daemon's main functionality to server.
2b5d235 Move dul-web's main functionality to web.

 bin/dul-daemon                   |   17 ++---------
 bin/dul-web                      |   49 ++------------------------------
 dulwich/server.py                |   16 ++++++++++
 dulwich/tests/compat/test_web.py |    7 +++-
 dulwich/web.py                   |   57 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 84 insertions(+), 62 deletions(-)



Follow ups