Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/
Date: Thu, 14 Mar 2019 08:15:35
Message-Id: 1552551324.66e407b906b0e1fc97b1c174da13ce2c618f393e.grobian@gentoo
1 commit: 66e407b906b0e1fc97b1c174da13ce2c618f393e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 08:15:10 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 08:15:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=66e407b9
7
8 scripts/auto-bootstraps: add link to Haubi's CIs
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/auto-bootstraps/analyse_result.py | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/scripts/auto-bootstraps/analyse_result.py b/scripts/auto-bootstraps/analyse_result.py
16 index 487b8c77c7..ca6621554f 100755
17 --- a/scripts/auto-bootstraps/analyse_result.py
18 +++ b/scripts/auto-bootstraps/analyse_result.py
19 @@ -193,6 +193,7 @@ with open(os.path.join(resultsdir, 'index.html'), "w") as h:
20 h.write("</table>")
21 now = time.strftime('%Y-%m-%d %H:%M', time.gmtime())
22 h.write("<p><i>generated: %s</i></p>" % now)
23 - h.write("<p>See also <a href='https://dev.azure.com/12719821/12719821/_build?definitionId=6'>awesomebytes</a></p>")
24 + h.write("<p>See also <a href='https://dev.azure.com/12719821/12719821/_build?definitionId=6'>awesomebytes</a>")
25 + h.write(" and <a href='https://dev.azure.com/gentoo-prefix/ci-builds/_build/'>Azure Gentoo Prefix CI pipelines</a></p>")
26 h.write("</body>")
27 h.write("</html>")