summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 21:06:41 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 21:06:41 +0100
commit82d0e59057abf4c2f84c428635c11ea8730b3e21 (patch)
tree95ac1cb354ccdcad21083964744ae68f662b4783 /update_jdn.sh
parenta2307e5a29d284fc1ef705e7bf6944c698ab7dc1 (diff)
downloadjenkins.debian.net-82d0e59057abf4c2f84c428635c11ea8730b3e21.tar.xz
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 47e6445e..fffa78ee 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -54,7 +54,7 @@ explain "Packages configured."
cd $BASEDIR
cp -r bin logparse job-cfg /srv/jenkins/
cp -r userContent/* /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 -o about.html TODO && cp about.html /var/lib/jenkins/userContent/ && echo Updated about.html
+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 && cp about.html /var/lib/jenkins/userContent/ && echo Updated about.html
explain "Jenkins updated."
#