diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-06 15:38:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-06 15:38:22 +0200 |
commit | f7f6b68d38b18e8e73a587f7a2885b94014c117c (patch) | |
tree | 46b166b3afecd9734fbbabae647b86f7b08ff01e /bin/reproducible_netbsd.sh | |
parent | 3eaf6a0be0e75b042a750fa1e01e3742ccb17687 (diff) | |
download | jenkins.debian.net-f7f6b68d38b18e8e73a587f7a2885b94014c117c.tar.xz |
reproducible netbsd: use their css and logo
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index df3cbcb0..ed46c20a 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -158,13 +158,16 @@ cat > $PAGE <<- EOF <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>Reproducible NetBSD ?</title> - <link rel='stylesheet' id='twentyfourteen-style-css' href='landing_style.css?ver=4.0' type='text/css' media='all' /> + <link rel='stylesheet' href='global.css' type='text/css' media='all' /> </head> <body> + <div id="logo"> + <img src="NetBSD-smaller.png" /> + <h1>Reproducible NetBSD ?</h1> + </div> <div class="content"> <div class="page-content"> EOF -write_page " <h1>Reproducible NetBSD ?</h1>" write_page_intro NetBSD write_page " <p>$GOOD_FILES ($GOOD_PERCENT%) out of $ALL_FILES built netbsd files were reproducible in our test setup" if [ "$GOOD_PERCENT" = "100.0" ] ; then |