[lfs] 01/05: gen-changelog: Fix HTTP 403 accessing trac
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository lfs. commit 79fccff18f1f24eb2d818edc602ace3e09866b41 Author: Xi Ruoyao <[email protected]> AuthorDate: Wed Feb 19 19:18:52 2025 +0800 gen-changelog: Fix HTTP 403 accessing trac Use the new anonymous ticket list URL. --- gen-changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-changelog.py b/gen-changelog.py index 3bf6bc064..473554045 100755 --- a/gen-changelog.py +++ b/gen-changelog.py @@ -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') -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page