[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: drop some more '/userContent/' from the generated URLs, they are residual from the move from jenkins.d.n → reproducible.d.n one year ago
Holger Levsen
holger at layer-acht.org
Fri Jun 3 20:21:38 UTC 2016
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 ac76556554905d51405b33520e1e4ee5dc9a7613
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Jun 3 20:10:04 2016 +0000
reproducible debian: drop some more '/userContent/' from the generated URLs, they are residual from the move from jenkins.d.n → reproducible.d.n one year ago
---
bin/reproducible_common.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index da0bf0b..7845a96 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -185,7 +185,7 @@ set_icon() {
write_icon() {
# ICON and STATE_TARGET_NAME are set by set_icon()
- write_page "<a href=\"/$SUITE/$ARCH/index_${STATE_TARGET_NAME}.html\" target=\"_parent\"><img src=\"/userContent/static/$ICON\" alt=\"${STATE_TARGET_NAME} icon\" /></a>"
+ write_page "<a href=\"/$SUITE/$ARCH/index_${STATE_TARGET_NAME}.html\" target=\"_parent\"><img src=\"/static/$ICON\" alt=\"${STATE_TARGET_NAME} icon\" /></a>"
}
write_page_header() {
@@ -215,7 +215,7 @@ write_page_header() {
write_page "<!DOCTYPE html><html><head>"
write_page "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />"
write_page "<meta name=\"viewport\" content=\"width=device-width\" />"
- write_page "<link href=\"/userContent/static/style.css\" type=\"text/css\" rel=\"stylesheet\" />"
+ write_page "<link href=\"/static/style.css\" type=\"text/css\" rel=\"stylesheet\" />"
write_page "<title>$2</title></head>"
if [ "$1" != "$MAINVIEW" ] ; then
write_page "<body class=\"wrapper\"><header class=\"head\"><h2>$2</h2>"
--
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