summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-01 15:22:53 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-01 15:23:05 +0100
commitfea045bc29917a1d0011544037ca430ef6040c28 (patch)
tree7689c9a72446d48cb7cadc159b6d769b6a59c28e /bin
parent7b0a58077f485c9169ba73590f05768b0e23744a (diff)
downloadjenkins.debian.net-fea045bc29917a1d0011544037ca430ef6040c28.tar.xz
s#housekeeping#maintainance#g everyhwere
Diffstat (limited to 'bin')
-rwxr-xr-xbin/maintainance.sh (renamed from bin/housekeeping.sh)6
-rwxr-xr-xbin/reproducible_maintainance.sh (renamed from bin/reproducible_housekeeping.sh)0
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/housekeeping.sh b/bin/maintainance.sh
index 91430011..85629757 100755
--- a/bin/housekeeping.sh
+++ b/bin/maintainance.sh
@@ -95,7 +95,7 @@ wait4idle() {
echo "Done waiting: $(date)"
}
-general_housekeeping() {
+general_maintainance() {
uptime
echo
@@ -118,10 +118,10 @@ general_housekeeping() {
}
#
-# if $1 is empty, we do general housekeeping, else for some subgroup of all jobs
+# if $1 is empty, we do general maintainance, else for some subgroup of all jobs
#
if [ -z $1 ] ; then
- general_housekeeping
+ general_maintainance
report_squid_usage brief
else
case $1 in
diff --git a/bin/reproducible_housekeeping.sh b/bin/reproducible_maintainance.sh
index f7682245..f7682245 100755
--- a/bin/reproducible_housekeeping.sh
+++ b/bin/reproducible_maintainance.sh