[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: provide absolute path to css file

Holger Levsen holger at moszumanska.debian.org
Mon Dec 14 10:11:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit f9c21c5f260927ae453d9fd7b63f152d4048dd95
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 14 11:11:15 2015 +0100

    reproducible: provide absolute path to css file
---
 bin/reproducible_html_rpms.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index 15382d2..3a41416 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -117,7 +117,7 @@ cat > $PAGE <<- EOF
   <head>
     <meta charset="UTF-8">
     <title>Reproducible $RELEASE ($ARCH) ?!</title>
-    <link rel='stylesheet' href='$RELEASE.css' type='text/css' media='all' />
+    <link rel='stylesheet' href='/rpms/$RELEASE.css' type='text/css' media='all' />
   </head>
   <body>
     <div id="archnavbar">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list