We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e4a5e commit f3a78faCopy full SHA for f3a78fa
scripts/compatibility_matrix.py
@@ -142,9 +142,9 @@ def joyent():
142
143
144
def netbsd():
145
- url = ('http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/external/'
146
- 'cddl/osnet/dist/cmd/zpool/zpool-features.7'
147
- '?content-type=text/plain&only_with_tag={}')
+ url = ('http://cvsweb.netbsd.org/bsdweb.cgi/src/external/'
+ 'cddl/osnet/dist/cmd/zpool/zpool-features.7?rev=1.1;'
+ 'content-type=text%2Fplain;only_with_tag={}')
148
sources = {'main': url.format('MAIN')}
149
with urlopen('https://netbsd.org/releases/') as web:
150
tags = findall(r'href="formal-.+?/NetBSD-(.+?)\.html',
0 commit comments