summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 21:15:25 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 21:15:25 +0100
commit899087f087a83db60287a4c9a1fa2ff670e76a55 (patch)
tree5b7e74f62b22f4879d11586ee85dc8163ec8ad79 /update_jdn.sh
parentc241a3ea869687c2d69f5d26cc0a07cd1de196b7 (diff)
downloadjenkins.debian.net-899087f087a83db60287a4c9a1fa2ff670e76a55.tar.xz
fixup: fixup: try to use debian.css the lazy way
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 5860d6d8..89d07c32 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -56,7 +56,7 @@ cp -r bin logparse job-cfg /srv/jenkins/
explain "Jenkins updated."
cp -r TODO userContent/* /var/lib/jenkins/userContent/
cd /var/lib/jenkins/userContent/
-asciidoc -a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons -a scriptsdir=/etc/asciidoc/javascripts -a imagesdir=./ -b html5 -a toc -a toclevels=4 -a icons -a stylesheet=themes/debian.css -o about.html TODO
+asciidoc -a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons -a scriptsdir=/etc/asciidoc/javascripts -a imagesdir=./ -b html5 -a toc -a toclevels=4 -a icons -a stylesheet=/var/lib/jenkins/userContent/theme/debian.css -o about.html TODO
rm TODO
explain "Updated about.html"