mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
gen-changelog: Fix HTTP 403 accessing trac
Use the new anonymous ticket list URL.
This commit is contained in:
parent
613790d1fa
commit
79fccff18f
@ -62,7 +62,7 @@ rem = rem.symmetric_difference(upd)
|
||||
|
||||
ticket = {}
|
||||
security = set()
|
||||
url = 'https://wiki.linuxfromscratch.org/lfs/report/1?format=tab'
|
||||
url = 'https://wiki.linuxfromscratch.org/lfs/query?status=!closed&order=priority&format=tab'
|
||||
tsv = urlopen(url)
|
||||
for i in tsv:
|
||||
fields = i.decode().split('\t')
|
||||
|
Loading…
Reference in New Issue
Block a user