Commit 5bf8fd39 authored by Holger Levsen's avatar Holger Levsen
Browse files

fixup: be more verbose

parent 41c0e2af
...@@ -3,9 +3,11 @@ ...@@ -3,9 +3,11 @@
# Copyright 2012 Holger Levsen <holger@layer-acht.org> # Copyright 2012 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2 # released under the GPLv=2
BASEDIR=/root/jenkins.debian.net
explain() { explain() {
echo echo
echo $@ echo $1
echo echo
} }
...@@ -29,6 +31,7 @@ explain "Packages installed." ...@@ -29,6 +31,7 @@ explain "Packages installed."
# #
# deploy package configuration in /etc # deploy package configuration in /etc
# #
cd $BASEDIR
sudo cp -r etc/* /etc sudo cp -r etc/* /etc
# #
...@@ -48,6 +51,7 @@ explain "Packages configured." ...@@ -48,6 +51,7 @@ explain "Packages configured."
# #
# install the heart of jenkins.debian.net # install the heart of jenkins.debian.net
# #
cd $BASEDIR
cp -r bin logparse job-cfg /srv/jenkins/ cp -r bin logparse job-cfg /srv/jenkins/
cp -r userContent/* /var/lib/jenkins/userContent/ 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 -o about.html TODO && cp about.html /var/lib/jenkins/userContent/ && echo Updated about.html
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment