diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-06-10 13:09:28 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-10 19:39:11 +0200 |
commit | 51d6c1a9c9178e7489829dd3201e60ddbc1624bf (patch) | |
tree | 6ad4b5cd0d93c664df1f3bd731dcf9e92bc849f7 /bin | |
parent | b3e565dc1374d3e2a1cbf12c4cce54a19728dbae (diff) | |
download | jenkins.debian.net-51d6c1a9c9178e7489829dd3201e60ddbc1624bf.tar.xz |
reproducible debian: fix more links, edit more redirects
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index eaa77743..495682c4 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -263,7 +263,7 @@ write_page_header() { if [ "$1" = "suite_arch_stats" ] && [ "$i" = "$ARCH" ] ; then CLASS=" class=\"active\"" fi - write_page " <a href=\"debian/$SUITE/index_suite_${i}_stats.html\"$CLASS>$i</a> " + write_page " <a href=\"/debian/$SUITE/index_suite_${i}_stats.html\"$CLASS>$i</a> " CLASS="" done write_page "</li>" @@ -273,7 +273,7 @@ write_page_header() { if [ "$1" = "suite_arch_stats" ] && [ "$i" = "$SUITE" ] ; then CLASS=" class=\"active\"" fi - write_page " <a href=\"debian/$i/index_suite_${ARCH}_stats.html\"$CLASS>$i</a> " + write_page " <a href=\"/debian/$i/index_suite_${ARCH}_stats.html\"$CLASS>$i</a> " CLASS="" done write_page "</li>" |