From ebcdd6311215e783f68b6b881fa20e925a43524f Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 1 Nov 2009 01:39:08 +0100 Subject: [PATCH] last_refresh, last_gc -> lastrefresh, lastgc --- daemons/gc.sh | 2 +- daemons/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemons/gc.sh b/daemons/gc.sh index 0d33b66..093b6e2 100755 --- a/daemons/gc.sh +++ b/daemons/gc.sh @@ -29,6 +29,6 @@ quiet=; [ -n "$show_progress" ] || quiet=-q git repack -A -d --window-memory=3G -l $quiet git prune git update-server-info -config_set last_gc "$(date -R)" +config_set lastgc "$(date -R)" progress "- `date` garbage check: $proj" diff --git a/daemons/update.sh b/daemons/update.sh index f812f64..45e9192 100755 --- a/daemons/update.sh +++ b/daemons/update.sh @@ -28,7 +28,7 @@ case "$url" in esac bang git update-server-info -bang config_set last_refresh "$(date -R)" +bang config_set lastrefresh "$(date -R)" if [ -e .banged ]; then echo "$proj update succeeded - failure recovery" | mail -s "[$cfg_name] $proj update succeeded" "$mail,$cfg_admin" -- 2.11.4.GIT