Skip to content

Changes

Summary

  1. cgit: osmo-commit-filter.py: migrate from deprecated cgi.escape to (details)
  2. cgit: Don't depend on unmaintained upstream; work directly with debian (details)
  3. cgit: Increase fastcgi timeout from default 60s to 120s (details)
Commit e5f036796c7aa66f72f31e79ef9708aaf4003b49 by laforge
cgit: osmo-commit-filter.py: migrate from deprecated cgi.escape to html.escape

Our error.log is full of:

/usr/local/lib/cgit/filters/osmo-commit-filter.py:18: DeprecationWarning: cgi.escape is deprecated, use html.escape instead
  return '<a href="%s">%s</a>' % (url, cgi.escape(txt))

Change-Id: I97707519029d4f8d703d2df1b8beab15665d49b1
The file was modified cgit/osmo-commit-filter.py
Commit 28a44de777ee19d96274318ff6be145fa1a28fc6 by laforge
cgit: Don't depend on unmaintained upstream; work directly with debian

Change-Id: Ifa98f77c24298265e39313b679944d649e25ddde
The file was modified cgit/Dockerfile
The file was addedcgit/config/cgitrc
The file was addedcgit/config/nginx.conf
Commit 0c7738016507b49ef63047b625e7e8522ee506c6 by laforge
cgit: Increase fastcgi timeout from default 60s to 120s

Change-Id: Ida429f692fe939bb96bdd1c7313e6b0fd7b26913
The file was modified cgit/config/nginx.conf