Commit Graph

11 Commits

Author SHA1 Message Date
Oliver Smith 38f7fcb265 */.release: remove
These files are in .gitignore and get generated at the end of running
'make'. Remove them to have less cluttered 'git grep' output.

Change-Id: Ie5bf05220359ac0941f62cc86ed843363548784a
2022-07-06 12:36:26 +02:00
Harald Welte 010d9f30ae cgit: Fix Atom feed scheme from http to https
before:
<link rel='alternate' title='Atom feed' href='http://cgit.osmocom.org/libosmocore/atom/?h=master' type='application/atom+xml'/>

after:
<link rel='alternate' title='Atom feed' href='https://cgit.osmocom.org/libosmocore/atom/?h=master' type='application/atom+xml'/>

Change-Id: I4000f32ee8e7c55a711f928a19379b3a80a8446f
2022-06-20 19:06:14 +00:00
Harald Welte 3093787dd9 cgit: fix Atom feed hostname from localhost to cgit.osmocom.org
Before:
$ curl -s https://cgit.osmocom.org/libosmocore/ | grep "Atom feed"
<link rel='alternate' title='Atom feed' href='http://localhost/libosmocore/atom/?h=master' type='application/atom+xml'/>

After:
$ curl -s https://cgit.osmocom.org/libosmocore/ | grep "Atom feed"
<link rel='alternate' title='Atom feed' href='http://cgit.osmocom.org/libosmocore/atom/?h=master' type='application/atom+xml'/>

Change-Id: Iaab14e254acc0356f0d3639924e3b6b528d57973
2022-06-20 19:06:14 +00:00
Harald Welte a4d04deea7 cgit: more verbose logging format in access.log
Change-Id: Iee684c8732410971719044b281a4e810fe0f7945
2022-06-10 05:58:26 +02:00
Harald Welte 0c77380165 cgit: Increase fastcgi timeout from default 60s to 120s
Change-Id: Ida429f692fe939bb96bdd1c7313e6b0fd7b26913
2020-10-03 12:43:20 +02:00
Harald Welte 28a44de777 cgit: Don't depend on unmaintained upstream; work directly with debian
Change-Id: Ifa98f77c24298265e39313b679944d649e25ddde
2020-10-03 12:36:04 +02:00
Harald Welte e5f036796c 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
2020-10-03 12:15:45 +02:00
Harald Welte efdcfde38f cgit: change URL for gerrit change-ids
Change-Id: Ifda98d8081b976194a9fafcfdcdb6f6340df6844
Related:OS#4529
2020-05-08 19:59:16 +02:00
Harald Welte 37dd6497bd cgit: Fix group membership to allow read of git repos
Change-Id: I14372fbf63429a2dc7c78c60c7a1eda10791bd0c
2018-08-18 17:28:54 +02:00
Harald Welte 911fbafbf7 Makefile support for our production infrastructure containers
Change-Id: I901e340d2c5c1e002ecc7efa4570d58ccb7b9229
2018-06-03 16:11:26 +00:00
Harald Welte b317348065 Add osmocom-extended cgit container
This uses the debian-nginx container "ankitrgadiya/cgit:debian-nginx"
and adds pygments for syntax highlighting, as well as the osmocom
commit filter for linking to gerrit change-ids as well as
redmine issues

Change-Id: Iec75769a972950ed9df95d5b36aa930daad1565a
2018-03-28 13:45:48 +02:00