[Qa-jenkins-scm] [jenkins.debian.net] 05/05: reproducible fedora rpms: use relative path to css file

Holger Levsen holger at moszumanska.debian.org
Wed Dec 16 00:00:36 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 2d0959941281dc5877814d59e0a5ce850d8157de
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Dec 15 21:52:11 2015 +0100

    reproducible fedora rpms: use relative 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 d9c197e..cc3bb3b 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -121,7 +121,7 @@ cat > $PAGE <<- EOF
   <head>
     <meta charset="UTF-8">
     <title>Reproducible $RELEASE ($ARCH) ?!</title>
-    <link rel='stylesheet' href='/rpms/$RELEASE.css' type='text/css' media='all' />
+    <link rel='stylesheet' href='$RELEASE.css' type='text/css' media='all' />
   </head>
   <body>
     <div id="logo">

-- 
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