aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-25 13:14:38 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-25 13:14:38 +0100
commit00d3c34fd6405aa4ed8b38ab05084abbd693964c (patch)
tree777a04fd0ffe544d79a2b03e966a7cb57cfb854c
parentb434500fba21a5d55c97f58e6b9ea3a6674b6194 (diff)
downloads2i-virtio-spec-00d3c34fd6405aa4ed8b38ab05084abbd693964c.tar.gz
pimp header a bit more
-rwxr-xr-xs2i/bin/assemble11
1 files changed, 7 insertions, 4 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 7ae92a0..13fd195 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -48,13 +48,16 @@ echo "---> add README ..."
cat <<EOF >> output/HEADER.html
<h1>virtio specification</h1>
<p>
-Built from <a href="$OPENSHIFT_BUILD_SOURCE">$OPENSHIFT_BUILD_SOURCE</a>,
-git commit hash is ${OPENSHIFT_BUILD_COMMIT}.
+ Built from <a href="$OPENSHIFT_BUILD_SOURCE">$OPENSHIFT_BUILD_SOURCE</a>,
+ <br>
+ git commit hash is ${OPENSHIFT_BUILD_COMMIT}.
</p>
<ul>
-<li><a href="$(cd output; ls *.html)">online version (html)</a>.
-<li><a href="$(cd output; ls *.pdf)">print version (pdf)</a>.
+ <li><a href="$(cd output; ls *.html)">online version (html)</a>.
+ <li><a href="$(cd output; ls *.pdf)">print version (pdf)</a>.
</ul>
+<hr>
+<h3>directory index</h3>
EOF
echo "---> Fix permissions ..."