diff options
author | Mats Wichmann <mats@linux.com> | 2018-04-23 19:48:11 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-04-23 21:48:01 (GMT) |
commit | 9ec7ee42da85d5a25fac73c13f668e6ccf7087a2 (patch) | |
tree | fffc37b019ea07cc59f3bf46c6b52794d461ebf5 /bin | |
parent | f1deff31fde204b4201047b10bf9430adfb39118 (diff) | |
download | SCons-9ec7ee42da85d5a25fac73c13f668e6ccf7087a2.zip SCons-9ec7ee42da85d5a25fac73c13f668e6ccf7087a2.tar.gz SCons-9ec7ee42da85d5a25fac73c13f668e6ccf7087a2.tar.bz2 |
Fix wiki references to point to gihub wiki
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/xmlagenda.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/xmlagenda.py b/bin/xmlagenda.py index fcfe53e..7091ee5 100755 --- a/bin/xmlagenda.py +++ b/bin/xmlagenda.py @@ -1,7 +1,9 @@ #!/usr/bin/env python -# Query the scons.tigris.org database for the issues of interest. -# The typical triage query is found on http://www.scons.org/wiki/BugParty +# Query gihub issue tracker for the issues of interest. +# The typical triage query is found on +# https://github.com/scons/scons/wiki/BugParty +# FIXME: this needs reworking for github, and wiki needs updating # Download the issues from Issuezilla as XML; this creates a file # named 'issues.xml'. Run this script in the dir containing |