commit: 66e407b906b0e1fc97b1c174da13ce2c618f393e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 08:15:10 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 08:15:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=66e407b9
scripts/auto-bootstraps: add link to Haubi's CIs
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/auto-bootstraps/analyse_result.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/auto-bootstraps/analyse_result.py
b/scripts/auto-bootstraps/analyse_result.py
index 487b8c77c7..ca6621554f 100755
--- a/scripts/auto-bootstraps/analyse_result.py
+++ b/scripts/auto-bootstraps/analyse_result.py
@@ -193,6 +193,7 @@ with open(os.path.join(resultsdir, 'index.html'), "w") as h:
h.write("</table>")
now = time.strftime('%Y-%m-%d %H:%M', time.gmtime())
h.write("<p><i>generated: %s</i></p>" % now)
- h.write("<p>See also <a
href='https://dev.azure.com/12719821/12719821/_build?definitionId=6'>awesomebytes</a></p>")
+ h.write("<p>See also <a
href='https://dev.azure.com/12719821/12719821/_build?definitionId=6'>awesomebytes</a>")
+ h.write(" and <a
href='https://dev.azure.com/gentoo-prefix/ci-builds/_build/'>Azure Gentoo
Prefix CI pipelines</a></p>")
h.write("</body>")
h.write("</html>")