Fix URLs for xfails

This commit is contained in:
Sergio Durigan Junior 2018-03-08 14:53:35 -05:00
parent 1b577ff136
commit e18f272411

View file

@ -467,10 +467,10 @@ send to the gdb-testers mailing list."""
with open (xfail_commit, 'r') as f: with open (xfail_commit, 'r') as f:
com = f.read ().strip ('\n') com = f.read ().strip ('\n')
text += "To obtain the list of XFAIL tests for this builder, go to:\n\n" text += "To obtain the list of XFAIL tests for this builder, go to:\n\n"
text += "\t<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail;hb=%s>\n\n" % (name, branch, com) text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail?id=%s>\n\n" % (name, branch, com)
text += "You can also see a pretty-printed version of the list, with more information\n" text += "You can also see a pretty-printed version of the list, with more information\n"
text += "about each XFAIL, by going to:\n\n" text += "about each XFAIL, by going to:\n\n"
text += "\t<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail.table;hb=%s>\n" % (name, branch, com) text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail.table?id=%s>\n" % (name, branch, com)
else: else:
text += "FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.\n" text += "FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.\n"
text += "\n" text += "\n"
@ -620,10 +620,10 @@ send to the gdb-testers mailing list."""
with open (xfail_commit, 'r') as f: with open (xfail_commit, 'r') as f:
com = f.read ().strip ('\n') com = f.read ().strip ('\n')
text += "To obtain the list of XFAIL tests for this builder, go to:\n\n" text += "To obtain the list of XFAIL tests for this builder, go to:\n\n"
text += "\t<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail;hb=%s>\n\n" % (name, branch, com) text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail?id=%s>\n\n" % (name, branch, com)
text += "You can also see a pretty-printed version of the list, with more information\n" text += "You can also see a pretty-printed version of the list, with more information\n"
text += "about each XFAIL, by going to:\n\n" text += "about each XFAIL, by going to:\n\n"
text += "\t<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/%s/xfails/%s/xfail.table;hb=%s>\n" % (name, branch, com) text += "\t<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/%s/xfails/%s/xfail.table?id=%s>\n" % (name, branch, com)
else: else:
text += "FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.\n" text += "FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST. PLEASE CONTACT THE BUILDBOT ADMIN.\n"
text += "\n" text += "\n"