Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

static-analysis:
name: "Code quality checks"
runs-on: "ubuntu-20.04"
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down
7 changes: 6 additions & 1 deletion resources/default_map_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@

# The Apache httpd project contains the most complete list of file extension to
# mime type mapping on the planet. We use it to update our own list.
# Alternative URLs:
# http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=co
# (no longer working, ViewC subversion was disabled Feb 2025, status @ https://status.apache.org/)
# https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
# (GitHub mirror)
-
- 'Loading MIME type information from svn.apache.org'
- loadMapFromApacheFile
- [http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=co]
- [https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types]

# Extend Apache table with the Freedesktop.org database.
-
Expand Down