summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-09 21:10:49 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-09 21:10:49 +0100
commitc241a3ea869687c2d69f5d26cc0a07cd1de196b7 (patch)
treec2b27287177caae34c78717c0811e7462ebea46f /update_jdn.sh
parent82d0e59057abf4c2f84c428635c11ea8730b3e21 (diff)
downloadjenkins.debian.net-c241a3ea869687c2d69f5d26cc0a07cd1de196b7.tar.xz
fixup: try to use debian.css the lazy way
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index fffa78ee..5860d6d8 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -53,9 +53,12 @@ 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 -a stylesheet=themes/debian.css -o about.html TODO && cp about.html /var/lib/jenkins/userContent/ && echo Updated about.html
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
+rm TODO
+explain "Updated about.html"
#
# run jenkins-job-builder to update jobs if needed