Changeset: c4f26cbc24f5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c4f26cbc24f5 Modified Files: testing/Mtest.py.in Branch: Sep2022 Log Message:
It's not bugzilla anymore. diffs (21 lines): diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++ b/testing/Mtest.py.in @@ -927,7 +927,7 @@ def CreateTstWhatXhtml (env, TST, stable Text(' ('), Element('a', {'href': 'https://github.com/MonetDB/MonetDB/issues/%s' % bugno, 'target': '_blank'}, - Text('Bugzilla')), + Text('Bug tracker')), Text(')')]) html = Element('html', {}, Element('head', {}, @@ -3360,7 +3360,7 @@ if 'HTMLTITLE' in os.environ: else: HTMLTITLE = "{} results on {} ({})".format(THISFILE, HOST, DISTVER) #"+ ("`date`")" -URLPREFIX = 'https://dev.monetdb.org/hg/MonetDB/file/' +URLPREFIX = 'https://www.monetdb.org/hg/MonetDB/file/' par = {} dft = {} _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org