summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-03-14 09:15:10 +0100
committerFabian Groffen <grobian@gentoo.org>2019-03-14 09:15:24 +0100
commit66e407b906b0e1fc97b1c174da13ce2c618f393e (patch)
treee4aab6c2ffbf8b98f5a0bd916587fd895f5a16c8
parentsys-devel/gcc: version bump (diff)
downloadprefix-66e407b9.tar.gz
prefix-66e407b9.tar.bz2
prefix-66e407b9.zip
scripts/auto-bootstraps: add link to Haubi's CIs
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/auto-bootstraps/analyse_result.py3
1 files changed, 2 insertions, 1 deletions
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>")