Skip to content

Commit bab84c4

Browse files
authored
Change Apache URL for the reference file (#99)
1 parent 2bfaead commit bab84c4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
static-analysis:
1212
name: "Code quality checks"
13-
runs-on: "ubuntu-20.04"
13+
runs-on: ubuntu-latest
1414

1515
strategy:
1616
matrix:

resources/default_map_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@
1515

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

2328
# Extend Apache table with the Freedesktop.org database.
2429
-

0 commit comments

Comments
 (0)