diff options
-rwxr-xr-x | update_jdn.sh | 7 | ||||
-rw-r--r-- | userContent/theme/debian.css | 95 |
2 files changed, 5 insertions, 97 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 diff --git a/userContent/theme/debian.css b/userContent/theme/debian.css index c9c8be81..8ea392c7 100644 --- a/userContent/theme/debian.css +++ b/userContent/theme/debian.css @@ -75,33 +75,6 @@ body { background-color: white; } -#obeytoyourfriend -{ - color: #000; - background-color: white; - border: 0px solid #000; - border-collapse: collapse; - margin-top: 0px; - margin-bottom: 5px; - padding-top: 0px; - padding-left: 15px; - font-family: serif; - font-variant:small-caps; - font-size: 140%; -} - -p.validate { - text-align: center; -} - -table -{ - color: #000; - background-color: #000; - border: 0px solid #000; - border-collapse: separate; - border-spacing: 1px; -} h1 { font-size: 140%; @@ -131,74 +104,6 @@ tr { background-color: #FFF; } -tr.odd { - background-color: #FFFFFF; -} - -tr.even { - background-color: #e8e8e8; -} - -td.sid { - color: #000; - text-align: left; -} - -tr.experimental { - color: #cc0000; -} - -tr.unstable { - color: #345677; -} - -tr.sid_odd { - color: #000; -} - -td.exp { - color: #cc0000; - text-align: left; -} - -tr.exp_odd { - color: #900; -} - -th { - font-size: 120%; - text-align: center; - font-weight: bold; - background-color: #BDF; - border: 0px solid #000; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 6px; - padding-right: 6px; -} - -th.reject { - font-size: 120%; - text-align: center; - font-weight: bold; - background-color: #BDF; - border: 0px solid #000; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 6px; - padding-right: 6px; -} - -td { - font-size: 100%; - border: 0px solid #000; - padding: 4px; - padding-left: 6px; - padding-right: 6px; -} - - - a:link { color: #0000FF; text-decoration: none; |