diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-15 00:29:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-15 00:29:11 +0100 |
commit | ab5317ede876c4115bd58fa02ba1081aefe0afcb (patch) | |
tree | e5b485ab316cbf5b5ee2f2951afb2249ef617528 /bin | |
parent | 455be80b935135f164aebb143806849c9905215e (diff) | |
download | jenkins.debian.net-ab5317ede876c4115bd58fa02ba1081aefe0afcb.tar.xz |
reproducible fedora rpms: add fedora logo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_rpms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 03c5584e..32d6c121 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -124,8 +124,8 @@ cat > $PAGE <<- EOF <link rel='stylesheet' href='/rpms/$RELEASE.css' type='text/css' media='all' /> </head> <body> - <div id="archnavbar"> - <div id="logo"></div> + <div id="logo"> + <p><img src="${RELEASE}_logo.png" alt="$RELEASE logo" height="50%" /></p> </div> <div class="content"> <h1>Reproducible $RELEASE ($ARCH) ?!</h1> |