summaryrefslogtreecommitdiffstats
path: root/bin/housekeeping.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/housekeeping.sh')
-rwxr-xr-xbin/housekeeping.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh
index 3d93a717..f322fec7 100755
--- a/bin/housekeeping.sh
+++ b/bin/housekeeping.sh
@@ -1,13 +1,10 @@
#!/bin/bash
-# Copyright 2012-2013 Holger Levsen <holger@layer-acht.org>
+# Copyright 2012-2014 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
-#
-# default settings
-#
-export LC_ALL=C
-set -e
+. /srv/jenkins/bin/common-functions.sh
+common_init "$@"
check_for_mounted_chroots() {
CHROOT_PATTERN="/chroots/${1}-*"
@@ -47,7 +44,6 @@ report_filetype_usage() {
rm $OUTPUT
}
-
report_squid_usage() {
REPORT=/var/www/calamaris/calamaris.txt
if [ -z $1 ] ; then