Opened 5 years ago
Last modified 5 years ago
#3381 new defect
Links in supybot meeting lists are not generated correctly
Reported by: | tflink | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sys - on-bb-infra |
Version: | Keywords: | ||
Cc: |
Description
In the meeting list: https://supybot.buildbot.net/meetings/buildbot/2015/
The links to minutes and logs are all broken because they omit 'meetings/buildbot/2015' from the URLs.
For example, the link to the 2015-11-03 meeting html log is: https://supybot.buildbot.net/buildbot.2015-11-03-16.32.log.html
It should be: https://supybot.buildbot.net/meetings/buildbot/2015/buildbot.2015-11-03-16.32.log.html
Note: See
TracTickets for help on using
tickets.
https://github.com/buildbot/buildbot-infra/blob/master/roles/supybot/files/mkindex.sh is the script in question